Uses of Class
org.apache.hop.pipeline.transform.TransformStatus
-
Packages that use TransformStatus Package Description org.apache.hop.pipeline.transform org.apache.hop.www org.apache.hop.www.jaxrs -
-
Uses of TransformStatus in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform that return TransformStatus Modifier and Type Method Description TransformStatusTransformStatus. fromXml(String xml)Methods in org.apache.hop.pipeline.transform that return types with arguments of type TransformStatus Modifier and Type Method Description default Collection<TransformStatus>ITransform. subStatuses() -
Uses of TransformStatus in org.apache.hop.www
Methods in org.apache.hop.www that return types with arguments of type TransformStatus Modifier and Type Method Description List<TransformStatus>HopServerPipelineStatus. getTransformStatusList()Method parameters in org.apache.hop.www with type arguments of type TransformStatus Modifier and Type Method Description voidHopServerPipelineStatus. setTransformStatusList(List<TransformStatus> transformStatusList) -
Uses of TransformStatus in org.apache.hop.www.jaxrs
Methods in org.apache.hop.www.jaxrs that return types with arguments of type TransformStatus Modifier and Type Method Description List<TransformStatus>PipelineStatus. getTransformStatuses()Methods in org.apache.hop.www.jaxrs with parameters of type TransformStatus Modifier and Type Method Description voidPipelineStatus. addTransformStatus(TransformStatus status)Method parameters in org.apache.hop.www.jaxrs with type arguments of type TransformStatus Modifier and Type Method Description voidPipelineStatus. setTransformStatuses(List<TransformStatus> transformStatuses)
-