Uses of Enum Class
org.nuxeo.ecm.platform.comment.api.CommentManager.Feature
Packages that use CommentManager.Feature
-
Uses of CommentManager.Feature in org.nuxeo.ecm.platform.comment.api
Methods in org.nuxeo.ecm.platform.comment.api that return CommentManager.FeatureModifier and TypeMethodDescriptionstatic CommentManager.FeatureReturns 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.Methods in org.nuxeo.ecm.platform.comment.api with parameters of type CommentManager.FeatureModifier and TypeMethodDescriptionbooleanCommentManager.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.FeatureModifier and TypeMethodDescriptionbooleanBridgeCommentManager.hasFeature(CommentManager.Feature feature) booleanPropertyCommentManager.hasFeature(CommentManager.Feature feature) Deprecated.booleanTreeCommentManager.hasFeature(CommentManager.Feature feature)