Uses of Interface
ch.ivyteam.ivy.workflow.IStartElement
Packages that use IStartElement
Package
Description
-
Uses of IStartElement in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IStartElementModifier and TypeMethodDescriptionIWorkflowProcessModelVersion.createStartElement(String requestPath, String triggerSignature, String userFriendlyRequestPath, String activatorName, String name, String description, String processElementId, boolean isVisible, boolean persistOnStart) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowProcessModelVersion.findStartElement(String requestPath) Finds a start elementIWorkflowProcessModelVersion.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 IStartElementModifier and TypeMethodDescriptionIWorkflowProcessModelVersion.getStartElements()Gets all start elements
IWorkflowProcessModelVersion.createStartElement(String, String, String, String, String, String, CategoryPath, String, boolean, boolean, Map, List)