Uses of Enum Class
org.nuxeo.ecm.platform.comment.api.CommentManager.Feature
-
Uses of CommentManager.Feature in org.nuxeo.ecm.platform.comment.api
Modifier and TypeMethodDescriptionstatic CommentManager.Feature
Returns the enum constant of this class with the specified name.static CommentManager.Feature[]
CommentManager.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
CommentManager.hasFeature
(CommentManager.Feature feature) Checks if a feature is available. -
Uses of CommentManager.Feature in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeMethodDescriptionboolean
BridgeCommentManager.hasFeature
(CommentManager.Feature feature) boolean
CommentManagerImpl.hasFeature
(CommentManager.Feature feature) Deprecated.boolean
PropertyCommentManager.hasFeature
(CommentManager.Feature feature) Deprecated.boolean
TreeCommentManager.hasFeature
(CommentManager.Feature feature)