|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ApplicationContext
The ApplicationContext represents the execution context of an activity.
An activity may have multiple execution context, depending on the implementation type.
| Method Summary | |
|---|---|
AccessPoint |
getAccessPoint(java.lang.String id)
Gets the specified access point. |
java.util.List |
getAllAccessPoints()
Gets all access points defined for this application context. |
java.util.List |
getAllDataMappings()
Gets all data mappings defined for this application context. |
java.util.List |
getAllInDataMappings()
Gets all IN data mappings defined for this application context. |
java.util.List |
getAllOutDataMappings()
Gets all OUT data mappings defined for this application context. |
java.util.Map |
getAllTypeAttributes()
Gets all the attributes defined for this application context type. |
DataMapping |
getDataMapping(org.eclipse.stardust.common.Direction direction,
java.lang.String id)
Gets a specified data mapping. |
java.lang.Object |
getTypeAttribute(java.lang.String name)
Gets the specified type attribute. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement |
|---|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId |
| Method Detail |
|---|
java.util.List getAllDataMappings()
java.util.List getAllInDataMappings()
java.util.List getAllOutDataMappings()
DataMapping getDataMapping(org.eclipse.stardust.common.Direction direction,
java.lang.String id)
direction - the direction of the data mapping.id - the id of the data mapping.
java.util.List getAllAccessPoints()
AccessPointAccessPoint getAccessPoint(java.lang.String id)
id - the id of the access point to retrieve.
java.util.Map getAllTypeAttributes()
java.lang.Object getTypeAttribute(java.lang.String name)
name - the name of the type attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||