|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Application
The client view of a workflow application.
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.
| Method Summary | |
|---|---|
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. |
| 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 getAllAccessPoints()
AccessPoint getAccessPoint(String id)
id - the ID of the access point.
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 | ||||||||