Uses of Interface
ch.ivyteam.ivy.process.engine.IRequestId
-
Packages that use IRequestId Package Description ch.ivyteam.ivy.process.extension ch.ivyteam.ivy.process.extension.impl -
-
Uses of IRequestId in ch.ivyteam.ivy.process.extension
Methods in ch.ivyteam.ivy.process.extension with parameters of type IRequestId Modifier and Type Method Description voidIProcessExtension. abort(IRequestId requestId)The request with the request id must be aborted Called if a timeout exception occurs.StringIProcessExtension. getAdditionalLogInfo(IRequestId requestId)Gets addition log info.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). -
Uses of IRequestId in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl with parameters of type IRequestId Modifier and Type Method Description voidAbstractProcessExtension. abort(IRequestId requestId)StringAbstractProcessExtension. getAdditionalLogInfo(IRequestId requestId)CompositeObjectAbstractUserProcessExtension. perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context)UserAsynchronousProcessExtensionResultAbstractUserAsynchronousProcessExtension. performRequest(IRequestId requestId, CompositeObject in, IIvyScriptContext context)
-