public interface Application extends ModelElement
Applications are software programs that interact with the Infinity process engine handling the processing required to support a particular activity in whole or in part. Multiple activities may use the same application but only one application may be executed within an activity.
| Modifier and Type | Method and Description |
|---|---|
AccessPoint |
getAccessPoint(String id)
Gets a specified access point.
|
List |
getAllAccessPoints()
Gets the list of access points defined for this application.
|
Map |
getAllTypeAttributes()
Gets all attributes specified for this application type.
|
Object |
getTypeAttribute(String name)
Gets a specified attribute of the application type.
|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedIdList getAllAccessPoints()
AccessPoint getAccessPoint(String id)
id - the ID of the access point.Map getAllTypeAttributes()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.