Uses of Interface
ch.ivyteam.ivy.workflow.IStartElement
-
Packages that use IStartElement Package Description ch.ivyteam.ivy.workflow -
-
Uses of IStartElement in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IStartElement Modifier and Type Method Description IStartElement
IWorkflowProcessModelVersion. createStartElement(String requestPath, String userFriendlyRequestPath, String activatorName, String name, String description, String processElementId, boolean isVisible)
IStartElement
IWorkflowProcessModelVersion. createStartElement(String requestPath, String triggerSignature, String userFriendlyRequestPath, String activatorName, String name, String description, String processElementId, boolean isVisible, boolean persistOnStart)
Creates a start elementIStartElement
IWorkflowProcessModelVersion. findStartElement(String requestPath)
Finds a start elementIStartElement
IWorkflowProcessModelVersion. findStartElementByUserFriendlyRequestPath(String userFriendlyRequestPath)
Finds a start element by its user friendly request pathMethods in ch.ivyteam.ivy.workflow that return types with arguments of type IStartElement Modifier and Type Method Description List<IStartElement>
IWorkflowProcessModelVersion. getStartElements()
Gets all start elements
-