Uses of Class
org.alfresco.transform.client.model.config.TransformStep
-
Packages that use TransformStep Package Description org.alfresco.transform.client.model.config -
-
Uses of TransformStep in org.alfresco.transform.client.model.config
Methods in org.alfresco.transform.client.model.config that return types with arguments of type TransformStep Modifier and Type Method Description List<TransformStep>Transformer. getTransformerPipeline()Method parameters in org.alfresco.transform.client.model.config with type arguments of type TransformStep Modifier and Type Method Description voidTransformer. setTransformerPipeline(List<TransformStep> transformerPipeline)Constructor parameters in org.alfresco.transform.client.model.config with type arguments of type TransformStep Constructor Description Transformer(String transformerName, List<TransformStep> transformerPipeline, List<TransformOption> transformOptions, List<SupportedSourceAndTarget> supportedSourceAndTargetList)
-