Uses of Class
com.adobe.acs.commons.data.CompositeVariant
Packages that use CompositeVariant
Package
Description
Data handling functions
-
Uses of CompositeVariant in com.adobe.acs.commons.data
Methods in com.adobe.acs.commons.data that return types with arguments of type CompositeVariantMethod parameters in com.adobe.acs.commons.data with type arguments of type CompositeVariantModifier and TypeMethodDescriptionvoidSpreadsheet.appendData(List<Map<String, CompositeVariant>> dataRows) Append data to the sheet.Spreadsheet.getRowNum(Map<String, CompositeVariant> row) -
Uses of CompositeVariant in com.adobe.acs.commons.mcp.impl.processes
Method parameters in com.adobe.acs.commons.mcp.impl.processes with type arguments of type CompositeVariantModifier and TypeMethodDescriptionvoidDataImporter.handleMissingNode(String path, org.apache.sling.api.resource.ResourceResolver rr, Map<String, CompositeVariant> row) -
Uses of CompositeVariant in com.adobe.acs.commons.mcp.impl.processes.asset
Methods in com.adobe.acs.commons.mcp.impl.processes.asset that return CompositeVariantMethods in com.adobe.acs.commons.mcp.impl.processes.asset that return types with arguments of type CompositeVariantMethod parameters in com.adobe.acs.commons.mcp.impl.processes.asset with type arguments of type CompositeVariantModifier and TypeMethodDescriptionprotected Set<FileOrRendition>UrlAssetImport.extractFilesAndFolders(List<Map<String, CompositeVariant>> fileData) Constructor parameters in com.adobe.acs.commons.mcp.impl.processes.asset with type arguments of type CompositeVariantModifierConstructorDescriptionFileOrRendition(ClientProvider clientProvider, String name, String url, Folder folder, Map<String, CompositeVariant> data)