Class TransformStep
- java.lang.Object
-
- org.alfresco.transform.client.model.config.TransformStep
-
public class TransformStep extends Object
Represents a single transform step in a transform pipeline. The last step in the pipeline does not specify the target type as that is based on the supported types and what has been requested.
-
-
Constructor Summary
Constructors Constructor Description TransformStep()TransformStep(String transformerName, String targetMediaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTargetMediaType()StringgetTransformerName()voidsetTargetMediaType(String targetMediaType)voidsetTransformerName(String transformerName)
-