Uses of Class
org.nuxeo.ecm.platform.comment.api.CommentManager.Feature
-
Packages that use CommentManager.Feature Package Description org.nuxeo.ecm.platform.comment.api org.nuxeo.ecm.platform.comment.impl -
-
Uses of CommentManager.Feature in org.nuxeo.ecm.platform.comment.api
Methods in org.nuxeo.ecm.platform.comment.api that return CommentManager.Feature Modifier and Type Method Description static CommentManager.Feature
CommentManager.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommentManager.Feature[]
CommentManager.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.platform.comment.api with parameters of type CommentManager.Feature Modifier and Type Method Description boolean
CommentManager. hasFeature(CommentManager.Feature feature)
Checks if a feature is available. -
Uses of CommentManager.Feature in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentManager.Feature Modifier and Type Method Description boolean
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)
-