public interface ApplicationContext extends ModelElement
ApplicationContext represents the execution context of an activity.
An activity may have multiple execution context, depending on the implementation type.
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedIdList 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()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.