Package com.day.cq.dam.api.s7dam.set
Interface ImageSet
- All Known Subinterfaces:
SwatchSet
Deprecated.
Not for public use - this API will be replaced in a future release
Represents a Scene7 Image Set.
This interface is deprecated. Use MediaSet instead of this.
-
Field Summary
Fields inherited from interface org.apache.sling.api.resource.Resource
RESOURCE_TYPE_NON_EXISTING -
Method Summary
Methods inherited from interface com.day.cq.dam.api.s7dam.set.MediaSet
add, add, contains, getMembers, getType, isValidMemberType, orderBefore, removeMethods inherited from interface org.apache.sling.api.resource.Resource
getChild, getChildren, getName, getParent, getPath, getResourceMetadata, getResourceResolver, getResourceSuperType, getResourceType, getValueMap, hasChildren, isResourceType, listChildren
-
Method Details
-
getImages
Deprecated.use getMembers()Returns an iterator over assets in the Image Set- Returns:
- iterator over assets
Assetin collection.
-