Package com.day.cq.dam.api.s7dam.set
Interface ImageSet
-
- All Known Subinterfaces:
SwatchSet
@Deprecated @ProviderType public interface ImageSet extends MediaSet
Deprecated.Not for public use - this API will be replaced in a future releaseRepresents 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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<Asset>
getImages()
Deprecated.use getMembers()-
Methods inherited from interface com.day.cq.dam.api.s7dam.set.MediaSet
add, 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
-
-