Class Orchestration

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PostProcessOnlyOrchestration

public class Orchestration extends AbstractGenericOrchestration
See Also:
  • Constructor Details

    • Orchestration

      public Orchestration()
    • Orchestration

      public Orchestration(String operation, boolean sync, OrchestrationTarget target)
      Constructs a new orchestration
      Parameters:
      operation - name of the operation being orchestrated. Example operations are CREATE, MODIFY, DELETE
      sync - indicates whether operation is sync or async. If the value set is to true, kernel would run everything till post process in synchronous mode.
      target - type of orchestration such as Entity orchestration, Toplink orchestration
    • Orchestration

      public Orchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync)
    • Orchestration

      public Orchestration(String operation, boolean sync, OrchestrationTarget target, boolean isPostProcessingAsync, boolean isActionAuditInTransaction)