Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess
-
Packages that use BpmProcess Package Description ch.ivyteam.ivy.bpm.engine.client.element ch.ivyteam.ivy.bpm.engine.client.start -
-
Uses of BpmProcess in ch.ivyteam.ivy.bpm.engine.client.element
Methods in ch.ivyteam.ivy.bpm.engine.client.element that return BpmProcess Modifier and Type Method Description static BpmProcessBpmProcess. id(String id)Selects a process by the given identifier.static BpmProcessBpmProcess. name(String name)Selects a process by the given simple namestatic BpmProcessBpmProcess. path(String path)Selects 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 BpmProcess Modifier and Type Method Description static StringSelector<BpmProcess>BpmProcess. name()Selects a process by the its simple nameMethods in ch.ivyteam.ivy.bpm.engine.client.element with parameters of type BpmProcess Modifier and Type Method Description static 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 BpmProcess Modifier and Type Method Description RequestBuilderByBuilder. process(BpmProcess process)Start a process by the given process element.SubRequestBuilderByBuilder. subProcess(BpmProcess callableSubProcess)Starts the given callable sub process
-