Uses of Interface
ch.ivyteam.ivy.process.engine.IRequestId
Packages that use IRequestId
-
Uses of IRequestId in ch.ivyteam.ivy.process.extension
Methods in ch.ivyteam.ivy.process.extension with parameters of type IRequestIdModifier and TypeMethodDescriptionvoidIProcessExtension.abort(IRequestId requestId) The request with the request id must be aborted Called if a timeout exception occurs.IProcessExtension.getAdditionalLogInfo(IRequestId requestId) Gets addition log info.IUserProcessExtension.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). -
Uses of IRequestId in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl with parameters of type IRequestIdModifier and TypeMethodDescriptionvoidAbstractProcessExtension.abort(IRequestId requestId) AbstractProcessExtension.getAdditionalLogInfo(IRequestId requestId) AbstractUserProcessExtension.perform(IRequestId requestId, CompositeObject in, IIvyScriptContext context)