Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.element.BpmElement
-
Packages that use BpmElement Package Description ch.ivyteam.ivy.bpm.engine.client ch.ivyteam.ivy.bpm.engine.client.element ch.ivyteam.ivy.bpm.engine.client.start -
-
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 BpmElement Modifier and Type Method Description List<BpmElement>History. elements()Returns a list with all executed process elementsMethods in ch.ivyteam.ivy.bpm.engine.client with parameters of type BpmElement Modifier and Type Method Description Mocker.WithMockMocker. 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.WithMockedCallMocker. 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.element Modifier and Type Interface Description interfaceBpmElementTypeA process element but also process element selectorMethods in ch.ivyteam.ivy.bpm.engine.client.element that return BpmElement Modifier and Type Method Description BpmElementBpmProcess. elementName(String name)Selects a process element inside this process with the given element nameBpmElementElementSelector. fieldId(String fieldId)Selects a process element by the given field identifier.BpmElementElementSelector. name(String name)Selects a process element by the given name.static BpmElementBpmElement. pid(PID pid)Selects 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 Modifier and Type Method Description StringSelector<BpmElement>ElementSelector. name()Selects a process element by its name. -
Uses of BpmElement in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start with parameters of type BpmElement Modifier and Type Method Description RequestBuilderByBuilder. process(BpmElement start)Start a process at a given element.SubRequestBuilderByBuilder. subProcess(BpmElement subStart)Starts the callable sub process at the given element
-