Uses of Class
org.nuxeo.ecm.core.api.trash.TrashService.Feature
-
Packages that use TrashService.Feature Package Description org.nuxeo.ecm.core.api.trash org.nuxeo.ecm.core.trash -
-
Uses of TrashService.Feature in org.nuxeo.ecm.core.api.trash
Methods in org.nuxeo.ecm.core.api.trash that return TrashService.Feature Modifier and Type Method Description static TrashService.Feature
TrashService.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static TrashService.Feature[]
TrashService.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.core.api.trash with parameters of type TrashService.Feature Modifier and Type Method Description boolean
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.Feature Modifier and Type Method Description boolean
BridgeTrashService. hasFeature(TrashService.Feature feature)
boolean
LifeCycleTrashService. hasFeature(TrashService.Feature feature)
Deprecated.boolean
PropertyTrashService. hasFeature(TrashService.Feature feature)
-