Uses of Class
ch.ivyteam.ivy.scripting.objects.CompositeObject
-
Packages that use CompositeObject Package Description ch.ivyteam.ivy.bpm.engine.client ch.ivyteam.ivy.process.extension ch.ivyteam.ivy.process.extension.impl ch.ivyteam.ivy.scripting.objects ch.ivyteam.ivy.workflow -
-
Uses of CompositeObject in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with type parameters of type CompositeObject Modifier and Type Method Description <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 CompositeObject Modifier and Type Method Description CompositeObjectUserAsynchronousProcessExtensionResult. getProcessData()Gets the process data that are reinjected to the processCompositeObjectIUserProcessExtension. 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 CompositeObject Modifier and Type Method Description CompositeObjectIUserProcessExtension. 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).UserAsynchronousProcessExtensionResultIUserAsynchronousProcessExtension. performRequest(IRequestId requestId, CompositeObject in, IIvyScriptContext context)This method is the program performed in an asynchronous process extension element every time a token comes to the process element (request).Constructors in ch.ivyteam.ivy.process.extension with parameters of type CompositeObject Constructor Description UserAsynchronousProcessExtensionResult(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 CompositeObject Modifier and Type Method Description CompositeObjectAbstractUserProcessExtension. perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context)Methods in ch.ivyteam.ivy.process.extension.impl with parameters of type CompositeObject Modifier and Type Method Description CompositeObjectAbstractUserProcessExtension. perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context)UserAsynchronousProcessExtensionResultAbstractUserAsynchronousProcessExtension. performRequest(IRequestId requestId, CompositeObject in, IIvyScriptContext context) -
Uses of CompositeObject in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return CompositeObject Modifier and Type Method Description CompositeObjectCompositeObject. clone()Clones this object.CompositeObjectCompositeObject. deepClone()Methods in ch.ivyteam.ivy.scripting.objects with parameters of type CompositeObject Modifier and Type Method Description voidRecordset. 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 CompositeObject Modifier and Type Method Description CompositeObjectITask. getEndProcessData()Gets the process data (in-object) at the end of the task-process or null, if task was not ended.CompositeObjectITask. getStartProcessData()Gets the process data (in-object) at the start of the task-process or null, if it is the initial task.
-