public interface Call extends Step
The following features are supported:
ItemPackage.getCall()
Modifier and Type | Method and Description |
---|---|
void |
execute(CustomizationRequest request) |
CustomizationPipeline |
getPipeline()
Returns the value of the 'Pipeline' reference.
|
void |
setPipeline(CustomizationPipeline value)
Sets the value of the '
Pipeline ' reference. |
getContainingPipeline, setContainingPipeline
CustomizationPipeline getPipeline()
If the meaning of the 'Pipeline' reference isn't clear, there really should be more of a description here...
setPipeline(CustomizationPipeline)
,
ItemPackage.getCall_Pipeline()
void setPipeline(CustomizationPipeline value)
Pipeline
' reference.
value
- the new value of the 'Pipeline' reference.getPipeline()
void execute(CustomizationRequest request)