Uses of Interface
org.alfresco.transform.client.model.config.TransformOption
-
Packages that use TransformOption Package Description org.alfresco.transform.client.model.config -
-
Uses of TransformOption in org.alfresco.transform.client.model.config
Classes in org.alfresco.transform.client.model.config that implement TransformOption Modifier and Type Class Description classTransformOptionGroupRepresents a group of one or more options.classTransformOptionValueRepresents a single transformation option.Methods in org.alfresco.transform.client.model.config that return types with arguments of type TransformOption Modifier and Type Method Description List<TransformOption>Transformer. getTransformOptions()List<TransformOption>TransformOptionGroup. getTransformOptions()Method parameters in org.alfresco.transform.client.model.config with type arguments of type TransformOption Modifier and Type Method Description voidTransformer. setTransformOptions(List<TransformOption> transformOptions)voidTransformOptionGroup. setTransformOptions(List<TransformOption> transformOptions)Constructor parameters in org.alfresco.transform.client.model.config with type arguments of type TransformOption Constructor Description Transformer(String name, String version, List<TransformOption> transformOptions, List<SupportedSourceAndTarget> supportedSourceAndTargetList)TransformOptionGroup(boolean required, List<TransformOption> transformOptions)
-