Uses of Interface
org.guvnor.ala.pipeline.execution.RegistrableOutput
-
Packages that use RegistrableOutput Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl org.guvnor.ala.runtime.base -
-
Uses of RegistrableOutput in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return RegistrableOutput Modifier and Type Method Description RegistrableOutputPipelineExecutorTask. getOutput() -
Uses of RegistrableOutput in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl that return RegistrableOutput Modifier and Type Method Description RegistrableOutputPipelineExecutorTaskImpl. getOutput()Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type RegistrableOutput Modifier and Type Method Description voidPipelineExecutorTaskImpl. setOutput(RegistrableOutput output) -
Uses of RegistrableOutput in org.guvnor.ala.runtime.base
Classes in org.guvnor.ala.runtime.base that implement RegistrableOutput Modifier and Type Class Description classBaseRuntimeBaseRuntime implementation to be extended by each Runtime Provider
-