Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess
Packages that use BpmProcess
-
Uses of BpmProcess in ch.ivyteam.ivy.bpm.engine.client.element
Methods in ch.ivyteam.ivy.bpm.engine.client.element that return BpmProcessModifier and TypeMethodDescriptionstatic BpmProcessSelects a process by the given identifier.static BpmProcessSelects a process by the given simple namestatic BpmProcessSelects a process by the given full qualified name (path)Methods in ch.ivyteam.ivy.bpm.engine.client.element that return types with arguments of type BpmProcessModifier and TypeMethodDescriptionstatic StringSelector<BpmProcess>BpmProcess.name()Selects a process by the its simple nameMethods in ch.ivyteam.ivy.bpm.engine.client.element with parameters of type BpmProcessModifier and TypeMethodDescriptionstatic ElementTypeSelectorBpmElement.process(BpmProcess process) Selects a process element in the given process. -
Uses of BpmProcess in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start with parameters of type BpmProcessModifier and TypeMethodDescriptionByBuilder.process(BpmProcess process) Start a process by the given process element.ByBuilder.subProcess(BpmProcess callableSubProcess) Starts the given callable sub process