Package com.day.cq.dam.api.s7dam.set
Interface SwatchSet
-
-
Field Summary
-
Fields inherited from interface org.apache.sling.api.resource.Resource
RESOURCE_TYPE_NON_EXISTING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
add(Asset asset, Asset swatch)
Deprecated.Add anasset
andswatch
to the swatch set and returns true if successful.Asset
getSwatch(Asset asset)
Deprecated.Returns the swatch for anAsset
which is the part of the Swatch Set.void
setSwatch(Asset asset, Asset swatch)
Deprecated.Sets the swatch for anAsset
which is the part of the Swatch Set.-
Methods inherited from interface com.day.cq.dam.api.s7dam.set.MediaSet
add, contains, getMembers, getType, isValidMemberType, orderBefore, remove
-
Methods inherited from interface org.apache.sling.api.resource.Resource
getChild, getChildren, getName, getParent, getPath, getResourceMetadata, getResourceResolver, getResourceSuperType, getResourceType, getValueMap, hasChildren, isResourceType, listChildren
-
-