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()
Orchestration
getType
in interface Orchestration
public java.lang.String getDescription()
Orchestration
getDescription
in interface Orchestration