Package com.day.cq.wcm.api.policies
Interface ContentPolicy
-
- All Superinterfaces:
Adaptable,LabeledResource
@ProviderType public interface ContentPolicy extends Adaptable, LabeledResource
Content Policy API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.CalendargetLastModified()java.lang.StringgetLastModifiedBy()ValueMapgetProperties()Access the content policy properties.-
Methods inherited from interface com.day.cq.commons.LabeledResource
getDescription, getName, getPath, getTitle
-
-
-
-
Method Detail
-
getProperties
ValueMap getProperties()
Access the content policy properties.- Returns:
- The policy properties. Must never return
null.
-
getLastModified
java.util.Calendar getLastModified()
-
getLastModifiedBy
java.lang.String getLastModifiedBy()
-
-