|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a container for a set of static objects that represent the run-time composition of the application as designed from the Process Manager builder. The process definition contains the data, script and form dictionary, the process map and the form/role access control lists for the application. Each of the components available from this interface comprise part of the static description of the application used by the run-time engine to generate and execute work items.
A handle to the process definition can be obtained via the
getProcessDefinition
method off the IPMApplication interface.
IPMApplication
,
IAccessControlManager
,
IConnector
,
IDataDictionary
,
IFormDictionary
,
IProcessMap
,
IRoleManager
Method Summary | |
IAccessControlManager |
getAccessControlManager()
Returns the access control manager defined for the current application. |
IConnector |
getConnector()
Returns the connector container defined for the current application. |
IDataDictionary |
getDataDictionary()
Returns the data dictionary defined for the current application. |
IFormDictionary |
getFormDictionary()
Returns the form dictionary defined for the current application. |
java.lang.String |
getPriorityFieldName()
Returns the name of the priority data field. |
IProcessMap |
getProcessMap()
Returns the process map defined for the current application. |
IRoleManager |
getRoleManager()
Returns the role manager defined for the current application. |
java.lang.String |
getTitleFieldName()
Returns the name of the title data field. |
Method Detail |
public IDataDictionary getDataDictionary()
IDataDictionary
public IFormDictionary getFormDictionary()
IFormDictionary
public IProcessMap getProcessMap()
IProcessMap
public IAccessControlManager getAccessControlManager()
IAccessControlManager
public IRoleManager getRoleManager()
IRoleManager
public IConnector getConnector()
IConnector
public java.lang.String getPriorityFieldName()
IProcessInstance.getPriority()
public java.lang.String getTitleFieldName()
IProcessInstance.getTitle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |