Uses of Enum Class
org.nuxeo.ecm.platform.versioning.api.VersioningActions
Packages that use VersioningActions
-
Uses of VersioningActions in org.nuxeo.ecm.platform.versioning.api
Methods in org.nuxeo.ecm.platform.versioning.api that return VersioningActionsModifier and TypeMethodDescriptionstatic VersioningActionsVersioningActions.getByActionName(String actionName) static VersioningActionsVersioningActions.getByVersioningOption(VersioningOption vo) Returns the corresponding core versioning option for this UI versioning action.VersionIncEditOptions.getDefaultVersioningAction()Returns action to be presented by default to user.static VersioningActionsReturns the enum constant of this class with the specified name.static VersioningActions[]VersioningActions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.ecm.platform.versioning.api that return types with arguments of type VersioningActionsMethods in org.nuxeo.ecm.platform.versioning.api with parameters of type VersioningActionsModifier and TypeMethodDescriptionvoidVersionIncEditOptions.addOption(VersioningActions option) voidVersionIncEditOptions.setDefaultVersioningAction(VersioningActions defaultVersioningAction)