Uses of Interface
com.orchestranetworks.service.ProcedureContext
Packages that use ProcedureContext
Package
Description
Provides classes and interfaces for trigger creation.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
Provides classes and interfaces for specific extensions such as batch
and adaptation tree optimizer.
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of ProcedureContext in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects with parameters of type ProcedureContextModifier and TypeMethodDescriptionvoidMainEntity.doDelete(ProcedureContext aContext) Deletes the entire business object. -
Uses of ProcedureContext in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return ProcedureContextModifier and TypeMethodDescriptionAfterCreateInstanceContext.getProcedureContext()Returns the current procedure context.AfterCreateOccurrenceContext.getProcedureContext()Returns the current procedure context.AfterDeleteInstanceContext.getProcedureContext()Returns the current procedure context.AfterDeleteOccurrenceContext.getProcedureContext()Returns the current procedure context.AfterDuplicateInstanceContext.getProcedureContext()Returns the current procedure context.AfterModifyInstanceContext.getProcedureContext()Returns the current procedure context.AfterModifyOccurrenceContext.getProcedureContext()Returns the current procedure context.BeforeTransactionCommitContext.getProcedureContext()Returns the current procedure context. -
Uses of ProcedureContext in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ProcedureContextModifier and TypeMethodDescriptionNodeDataTransformerContext.getProcedureContext()Returns the procedure context associated with the archive export.Methods in com.orchestranetworks.service with parameters of type ProcedureContextModifier and TypeMethodDescriptionvoidProcedure.execute(ProcedureContext aContext) Defines what this transaction does in the dataspace specified by the container. -
Uses of ProcedureContext in com.orchestranetworks.service.extensions
Methods in com.orchestranetworks.service.extensions with parameters of type ProcedureContextModifier and TypeMethodDescriptionabstract voidReplicationUnit.performRefresh(ProcedureContext aContext) Refreshes the tables included by this replication unit. -
Uses of ProcedureContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type ProcedureContextModifier and TypeMethodDescriptionstatic WorkflowEngineWorkflowEngine.getFromProcedureContext(ProcedureContext aContext)