Uses of Class
org.alfresco.transform.client.model.config.SupportedSourceAndTarget
-
Packages that use SupportedSourceAndTarget Package Description org.alfresco.transform.client.model.config -
-
Uses of SupportedSourceAndTarget in org.alfresco.transform.client.model.config
Methods in org.alfresco.transform.client.model.config that return types with arguments of type SupportedSourceAndTarget Modifier and Type Method Description List<SupportedSourceAndTarget>Transformer. getSupportedSourceAndTargetList()Method parameters in org.alfresco.transform.client.model.config with type arguments of type SupportedSourceAndTarget Modifier and Type Method Description TransformerTransformBuilder. buildPipeLine(String name, String version, List<SupportedSourceAndTarget> sourceAndTargetList, List<ChildTransformer> transformerList)voidTransformer. setSupportedSourceAndTargetList(List<SupportedSourceAndTarget> supportedSourceAndTargetList)
-