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.FeatureTrashService.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 booleanTrashService. 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 booleanBridgeTrashService. hasFeature(TrashService.Feature feature)booleanLifeCycleTrashService. hasFeature(TrashService.Feature feature)Deprecated.booleanPropertyTrashService. hasFeature(TrashService.Feature feature)
-