Uses of Enum Class
org.nuxeo.ecm.core.api.trash.TrashService.Feature
Packages that use TrashService.Feature
-
Uses of TrashService.Feature in org.nuxeo.ecm.core.api.trash
Methods in org.nuxeo.ecm.core.api.trash that return TrashService.FeatureModifier and TypeMethodDescriptionstatic TrashService.Feature
Returns the enum constant of this class with the specified name.static TrashService.Feature[]
TrashService.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.ecm.core.api.trash with parameters of type TrashService.FeatureModifier and TypeMethodDescriptionboolean
TrashService.hasFeature
(TrashService.Feature feature) Checks if a feature is available. -
Uses of TrashService.Feature in org.nuxeo.ecm.core.trash
Methods in org.nuxeo.ecm.core.trash with parameters of type TrashService.FeatureModifier and TypeMethodDescriptionboolean
BridgeTrashService.hasFeature
(TrashService.Feature feature) boolean
LifeCycleTrashService.hasFeature
(TrashService.Feature feature) Deprecated.boolean
PropertyTrashService.hasFeature
(TrashService.Feature feature)