Uses of Interface
ch.ivyteam.ivy.workflow.ITaskStart
-
Packages that use ITaskStart Package Description ch.ivyteam.ivy.workflow ch.ivyteam.ivy.workflow.signal -
-
Uses of ITaskStart in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return ITaskStart Modifier and Type Method Description ITaskStart
ITask. getStart()
Gets the task start this task was started onITaskStart
IIntermediateEvent. getTaskStart()
Gets the task startITaskStart
IIntermediateEventElement. getTaskStart()
Gets the task start of this intermediate event elementITaskStart
IProcessStart. getTaskStart()
Gets the task start of this process startMethods in ch.ivyteam.ivy.workflow that return types with arguments of type ITaskStart Modifier and Type Method Description List<ITaskStart>
ITaskElement. getTaskStarts()
Gets the task starts that starts at this element -
Uses of ITaskStart in ch.ivyteam.ivy.workflow.signal
Methods in ch.ivyteam.ivy.workflow.signal that return ITaskStart Modifier and Type Method Description ITaskStart
ITaskBoundarySignalEventReceiver. getSignaledTaskTaskStart()
-