|
|||||||||
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 interface |
ActivityDef.IterationDef
|
static class |
ActivityDef.StartMode
|
Method Summary | |
---|---|
java.lang.String |
getActivityId()
|
java.lang.String |
getBlockId()
Not supported. |
java.util.Set<DataFieldDef> |
getDataFields()
Bonita engine allows to specify datafields for activities. |
java.util.Set<DeadlineDef> |
getDeadlines()
Deadlines are used to execute a specified java class upon the expiration of a specified period of time. |
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<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.util.Set<ActivityDef.IterationDef> |
getIterations()
|
java.lang.String |
getLimit()
Expected duration for time management purposes (e.g. starting an escalation procedure etc.) |
java.lang.String |
getPerformer()
Returns the performer of the activity. |
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. |
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. |
SubFlowDef |
getSubFlow()
Returns the SubFlowDef interface if this activity has subflow implementation otherwise returns null. |
java.util.Set<ToolDef> |
getTools()
Returns (unordered) set of ToolDef interfaces. |
java.util.Set<TransitionRestrictionDef> |
getTransitionRestrictions()
Gives the routing behavior if outgoing transitions or/and incoming transitions are defined. |
org.ow2.bonita.facade.uuid.ActivityDefinitionUUID |
getUUID()
Returns the value of the package Id attribute defined into the xpdl file. |
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 |
---|
getProcessDefinitionUUID |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord |
---|
getName, getPackageDefinitionUUID |
Method Detail |
---|
org.ow2.bonita.facade.uuid.ActivityDefinitionUUID getUUID()
java.lang.String getActivityId()
java.lang.String getDescription()
java.lang.String getLimit()
boolean isRoute()
boolean isNoImplementation()
SubFlowDef getSubFlow()
java.util.Set<ToolDef> getTools()
java.lang.String getBlockId()
java.lang.String getPerformer()
ActivityDef.StartMode getStartMode()
StartMode enumeration
value.ActivityDef.FinishMode getFinishMode()
java.lang.String getPriority()
java.util.Set<DeadlineDef> getDeadlines()
SimulationInformationDef getSimulationInformation()
java.lang.String getIcon()
java.lang.String getDocumentation()
java.util.Set<TransitionRestrictionDef> getTransitionRestrictions()
java.util.Set<DataFieldDef> getDataFields()
java.util.Set<HookDef> getHooks()
PerformerAssignDef getPerformerAssign()
java.util.Set<ActivityDef.IterationDef> getIterations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |