|
|||||||||
| 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(String id)
Gets the specified access point. |
List |
getAllAccessPoints()
Gets all access points defined for this application context. |
List |
getAllDataMappings()
Gets all data mappings defined for this application context. |
List |
getAllInDataMappings()
Gets all IN data mappings defined for this application context. |
List |
getAllOutDataMappings()
Gets all OUT data mappings defined for this application context. |
Map |
getAllTypeAttributes()
Gets all the attributes defined for this application context type. |
DataMapping |
getDataMapping(org.eclipse.stardust.common.Direction direction,
String id)
Gets a specified data mapping. |
Object |
getTypeAttribute(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 |
|---|
List getAllDataMappings()
List getAllInDataMappings()
List getAllOutDataMappings()
DataMapping getDataMapping(org.eclipse.stardust.common.Direction direction,
String id)
direction - the direction of the data mapping.id - the id of the data mapping.
List getAllAccessPoints()
AccessPointAccessPoint getAccessPoint(String id)
id - the id of the access point to retrieve.
Map getAllTypeAttributes()
Object getTypeAttribute(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 | ||||||||