Package | Description |
---|---|
com.orchestranetworks.addon.mtrn.context |
Provides classes to define a context for communicating with the {addon.label}.
|
Modifier and Type | Method and Description |
---|---|
ParametersMap |
StartContext.getInputParameters()
Returns the input parameters.
|
ParametersMap |
StopContext.getOutputParameters()
Returns the output parameters.
|
ParametersMap |
UpdateContext.getWorkingParameters()
Returns the working parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
StartContext.setInputParameters(ParametersMap inputParameters)
Sets the input parameters.
|
void |
StopContext.setOutputParameters(ParametersMap outputParameters)
Sets the output parameters.
|
void |
UpdateContext.setWorkingParameters(ParametersMap workingParameters)
Sets the working parameters.
|