public class Orchestration extends AbstractGenericOrchestration
| Constructor and Description |
|---|
Orchestration() |
Orchestration(java.lang.String operation,
boolean sync,
OrchestrationTarget target)
Constructs a new orchestration
|
Orchestration(java.lang.String operation,
boolean sync,
OrchestrationTarget target,
boolean isPostProcessingAsync) |
Orchestration(java.lang.String operation,
boolean sync,
OrchestrationTarget target,
boolean isPostProcessingAsync,
boolean isActionAuditInTransaction) |
addParameter, deleteParameter, getContextVal, getInterEventData, getOperation, getParameters, getTarget, getTargetUserIds, incrementSaveCount, isActionAuditInTransaction, isPostProcessingAsync, isSync, setContextVal, setInterEventData, setParameter, setSync, setTargetUserIdspublic Orchestration()
public Orchestration(java.lang.String operation,
boolean sync,
OrchestrationTarget target)
operation - name of the operation being orchestrated. Example operations are CREATE, MODIFY, DELETEsync - 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 orchestrationpublic Orchestration(java.lang.String operation,
boolean sync,
OrchestrationTarget target,
boolean isPostProcessingAsync)
public Orchestration(java.lang.String operation,
boolean sync,
OrchestrationTarget target,
boolean isPostProcessingAsync,
boolean isActionAuditInTransaction)