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.process.extension
Methods in ch.ivyteam.ivy.process.extension that return CompositeObjectModifier and TypeMethodDescriptionUserAsynchronousProcessExtensionResult.getProcessData()Gets the process data that are reinjected to the processIUserProcessExtension.perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context) This method is the program performed in a process extension element every time a token comes to the process element (request).Methods in ch.ivyteam.ivy.process.extension with parameters of type CompositeObjectModifier and TypeMethodDescriptionIUserProcessExtension.perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context) This method is the program performed in a process extension element every time a token comes to the process element (request).Constructors in ch.ivyteam.ivy.process.extension with parameters of type CompositeObjectModifierConstructorDescriptionUserAsynchronousProcessExtensionResult(CompositeObject processData, String eventIdentifier) Constructor -
Uses of CompositeObject in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that return CompositeObjectModifier and TypeMethodDescriptionAbstractUserProcessExtension.perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context) Methods in ch.ivyteam.ivy.process.extension.impl with parameters of type CompositeObjectModifier and TypeMethodDescriptionAbstractUserProcessExtension.perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context) -
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.