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 java.util.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(java.util.List<TransformStep> transformerPipeline)Constructor parameters in org.alfresco.transform.client.model.config with type arguments of type TransformStep Constructor Description Transformer(java.lang.String transformerName, java.util.List<TransformStep> transformerPipeline, java.util.List<TransformOption> transformOptions, java.util.List<SupportedSourceAndTarget> supportedSourceAndTargetList)
-