Uses of Interface
ch.ivyteam.ivy.workflow.start.IWebStartable
-
Packages that use IWebStartable Package Description ch.ivyteam.ivy.workflow -
-
Uses of IWebStartable in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return types with arguments of type IWebStartable Modifier and Type Method Description List<IWebStartable>
IWorkflowContext. getStartables(IUser user)
Returns all startables which the given user can start.List<IWebStartable>
IWorkflowSession. getStartables()
Returns all startables which the current user can start.
-