|
|||||||||
| 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(java.lang.String id)
Gets a specified access point. |
java.util.List |
getAllAccessPoints()
Gets the list of access points defined for this application. |
java.util.Map |
getAllTypeAttributes()
Gets all attributes specified for this application type. |
java.lang.Object |
getTypeAttribute(java.lang.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 |
|---|
java.util.List getAllAccessPoints()
AccessPoint getAccessPoint(java.lang.String id)
id - the ID of the access point.
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 | ||||||||