Uses of Class
ch.ivyteam.ivy.scripting.objects.CompositeObject
Packages that use CompositeObject
Package
Description
-
Uses of CompositeObject in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with type parameters of type CompositeObjectModifier and TypeMethodDescription<T extends CompositeObject>
TProcessData.last()Gets the process data at the last process element that was executed<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.<T extends CompositeObject>
voidMocker.WithMock.with(Mocker.DataMapper<T> mock) Mocks the element with the given data mapper.<T extends CompositeObject>
voidMocker.WithMock.with(Class<T> type, Mocker.DataMapper<T> mock) Mocks the element with the given data mapper.<T extends CompositeObject>
voidMocker.WithMock.with(Class<T> type, UnaryOperator<T> mock) Mocks the element with the given mock operator.<T extends CompositeObject>
voidMocker.WithMock.with(UnaryOperator<T> mock) Mocks the element with the given mock operator. -
Uses of CompositeObject in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return CompositeObjectModifier and TypeMethodDescriptionCompositeObject.clone()Clones this object.CompositeObject.deepClone()Methods in ch.ivyteam.ivy.scripting.objects with parameters of type CompositeObjectModifier and TypeMethodDescriptionvoidRecordset.add(CompositeObject object) Transforms the argument to a Record and add it into the recordset.voidRecordset.insertAt(int index, CompositeObject record) Inserts a new record at a given index. -
Uses of CompositeObject in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return CompositeObjectModifier and TypeMethodDescriptionITask.getEndProcessData()Gets the process data (in-object) at the end of the task-process or null, if task was not ended.ITask.getStartProcessData()Gets the process data (in-object) at the start of the task-process or null, if it is the initial task.