public abstract class CompositeOrchestration extends java.lang.Object implements Orchestration
ParallelOrchestration) or serialized (see: SerialOrchestration).| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Orchestration> |
plans |
| Modifier | Constructor and Description |
|---|---|
protected |
CompositeOrchestration(java.lang.String description,
java.util.List<Orchestration> plans) |
protected |
CompositeOrchestration(java.lang.String description,
Orchestration... plans) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
The description of the orchestration describing the steps it contains
|
java.util.List<Orchestration> |
getPlans()
Gets the full list of plans.
|
java.lang.String |
getType()
The type of orchestration (Parallel, Serial, Interleaved)
|
protected java.util.List<Orchestration> plans
protected CompositeOrchestration(java.lang.String description,
Orchestration... plans)
protected CompositeOrchestration(java.lang.String description,
java.util.List<Orchestration> plans)
public java.util.List<Orchestration> getPlans()
public java.lang.String getType()
OrchestrationgetType in interface Orchestrationpublic java.lang.String getDescription()
OrchestrationgetDescription in interface Orchestration