|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessDefinition
This interface represents the Process definition. It's derived from the WorkflowProcess of XPDL.
Nested Class Summary | |
---|---|
static class |
ProcessDefinition.ProcessState
Workflow process state. |
Method Summary | |
---|---|
BusinessArchive |
getBusinessArchive()
|
java.util.Set<java.lang.String> |
getClassDependencies()
Returns class dependencies (java classDatas for hooks, mappers, performer assignments, deadlines) for this package. |
java.lang.String |
getDeployedBy()
Returns the user deploying the package. |
java.util.Date |
getDeployedDate()
Returns the date when the package is deployed. |
java.util.Set<java.lang.String> |
getProcessDependencies()
If the package has subflows and the process definition for these subflows are defined in others package definitions then it is not possible to undeploy these packages until this package is itself undeployed. |
ProcessDefinition.ProcessState |
getState()
|
java.lang.String |
getUndeployedBy()
Returns the user undeploying the package. |
java.util.Date |
getUndeployedDate()
Returns the date where the package is undeployed. |
ProcessDefinitionUUID |
getUUID()
Returns the UUID for the ProcessDefinition. |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ClientProcessDefinition |
---|
getActivities, getAMetaData, getDataFields, getDescription, getFormalParameters, getMetaData, getParticipants, getProcessId, getTransitions, getVersion |
Method Detail |
---|
ProcessDefinitionUUID getUUID()
ProcessDefinition.ProcessState getState()
java.util.Set<java.lang.String> getProcessDependencies()
java.util.Set<java.lang.String> getClassDependencies()
BusinessArchive getBusinessArchive()
java.util.Date getDeployedDate()
java.util.Date getUndeployedDate()
java.lang.String getDeployedBy()
java.lang.String getUndeployedBy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |