Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.element.BpmElement
Packages that use BpmElement
Package
Description
-
Uses of BpmElement in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return types with arguments of type BpmElementModifier and TypeMethodDescriptionHistory.elements()Returns a list with all executed process elementsMethods in ch.ivyteam.ivy.bpm.engine.client with parameters of type BpmElementModifier and TypeMethodDescriptionMocker.element(BpmElement processElement) Mocks the given element.<T extends CompositeObject>
TProcessData.lastOnElement(BpmElement element) Gets the process data at the last execution of the given process element<T extends CompositeObject>
List<T> ProcessData.onElement(BpmElement element) Gets all process data for every execution of the given process element.Mocker.uiOf(BpmElement uiElement) Mocks the UI part of the given UI element. -
Uses of BpmElement in ch.ivyteam.ivy.bpm.engine.client.element
Subinterfaces of BpmElement in ch.ivyteam.ivy.bpm.engine.client.elementModifier and TypeInterfaceDescriptioninterfaceA process element but also process element selectorMethods in ch.ivyteam.ivy.bpm.engine.client.element that return BpmElementModifier and TypeMethodDescriptionBpmProcess.elementName(String name) Selects a process element inside this process with the given element nameSelects a process element by the given field identifier.Selects a process element by the given name.static BpmElementSelects a process element by the given process identifier (pid).Methods in ch.ivyteam.ivy.bpm.engine.client.element that return types with arguments of type BpmElement -
Uses of BpmElement in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start with parameters of type BpmElementModifier and TypeMethodDescriptionByBuilder.process(BpmElement start) Start a process at a given element.ByBuilder.subProcess(BpmElement subStart) Starts the callable sub process at the given element