|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityDef
Nested Class Summary | |
---|---|
static class |
ActivityDef.FinishMode
|
static class |
ActivityDef.StartMode
|
Method Summary | |
---|---|
java.lang.String |
getBlockId()
Not supported. |
java.util.Set<DataFieldDef> |
getDataFields()
Bonita engine allows to specify datafields for activities. |
java.util.Set<org.ow2.bonita.facade.def.element.DeadlineDef> |
getDeadlines()
Deadlines are used to execute a specified java class upon the expiration of a specified period of time. |
java.lang.String |
getDeploymentId()
A package can be deployed and then undeployed several times. |
java.lang.String |
getDescription()
Short textual description of the activity. |
java.lang.String |
getDocumentation()
The address (e.g. path- and filename) for a help file or a description file of the activity. |
ActivityDef.FinishMode |
getFinishMode()
Not supported. |
java.util.Set<org.ow2.bonita.facade.def.element.HookDef> |
getHooks()
Hooks are user defined logic that can be triggered at some points of the life of the activity. |
java.lang.String |
getIcon()
Address (path- and filename) for an icon to represent the activity in a graphical modeller. |
java.lang.String |
getLimit()
Expected duration for time management purposes (e.g. starting an escalation procedure etc.) |
java.lang.String |
getPackageId()
Returns the value of the package Id attribute defined into the xpdl file. |
java.lang.String |
getPerformer()
Returns the performer of the activity. |
org.ow2.bonita.facade.def.element.PerformerAssignDef |
getPerformerAssign()
Performer assignment allows to perform various assignment rules within the task module. |
java.lang.String |
getPriority()
A value that describes the initial priority of this activity when it starts execution. |
org.ow2.bonita.facade.def.element.SimulationInformationDef |
getSimulationInformation()
Estimations for simulation of an Activity. |
ActivityDef.StartMode |
getStartMode()
If StartMode=Manual a task entity is created by the engine and stored in the task repository and is waiting to be take in account by an end user. |
org.ow2.bonita.facade.def.element.SubFlowDef |
getSubFlow()
Returns the SubFlowDef interface if this activity has subflow implementation otherwise returns null. |
java.util.Set<org.ow2.bonita.facade.def.element.ToolDef> |
getTools()
Returns (unordered) set of ToolDef interfaces. |
java.util.Set<org.ow2.bonita.facade.def.element.TransitionRestrictionDef> |
getTransitionRestrictions()
Gives the routing behavior if outgoing transitions or/and incoming transitions are defined. |
boolean |
isNoImplementation()
Activity can be defined either with Route or Implementation or BlockActivity element. |
boolean |
isRoute()
Activity can be defined either with Route or Implementation or BlockActivity element. |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord |
---|
getProcessId |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord |
---|
getName |
Methods inherited from interface org.ow2.bonita.facade.Record |
---|
getId |
Method Detail |
---|
java.lang.String getPackageId()
getPackageId
in interface Record
java.lang.String getDeploymentId()
getDeploymentId
in interface Record
java.lang.String getDescription()
java.lang.String getLimit()
boolean isRoute()
boolean isNoImplementation()
org.ow2.bonita.facade.def.element.SubFlowDef getSubFlow()
java.util.Set<org.ow2.bonita.facade.def.element.ToolDef> getTools()
java.lang.String getBlockId()
java.lang.String getPerformer()
ActivityDef.StartMode getStartMode()
ActivityDef.FinishMode getFinishMode()
java.lang.String getPriority()
java.util.Set<org.ow2.bonita.facade.def.element.DeadlineDef> getDeadlines()
org.ow2.bonita.facade.def.element.SimulationInformationDef getSimulationInformation()
java.lang.String getIcon()
java.lang.String getDocumentation()
java.util.Set<org.ow2.bonita.facade.def.element.TransitionRestrictionDef> getTransitionRestrictions()
java.util.Set<DataFieldDef> getDataFields()
java.util.Set<org.ow2.bonita.facade.def.element.HookDef> getHooks()
org.ow2.bonita.facade.def.element.PerformerAssignDef getPerformerAssign()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |