Uses of Class
org.nuxeo.ecm.platform.versioning.api.VersioningActions
-
Packages that use VersioningActions Package Description org.nuxeo.ecm.platform.versioning.api -
-
Uses of VersioningActions in org.nuxeo.ecm.platform.versioning.api
Methods in org.nuxeo.ecm.platform.versioning.api that return VersioningActions Modifier and Type Method Description static VersioningActionsVersioningActions. getByActionName(String actionName)static VersioningActionsVersioningActions. getByVersioningOption(VersioningOption vo)Returns the corresponding core versioning option for this UI versioning action.VersioningActionsVersionIncEditOptions. getDefaultVersioningAction()Returns action to be presented by default to user.static VersioningActionsVersioningActions. valueOf(String name)Returns the enum constant of this type with the specified name.static VersioningActions[]VersioningActions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.platform.versioning.api that return types with arguments of type VersioningActions Modifier and Type Method Description List<VersioningActions>VersionIncEditOptions. getOptions()Methods in org.nuxeo.ecm.platform.versioning.api with parameters of type VersioningActions Modifier and Type Method Description voidVersionIncEditOptions. addOption(VersioningActions option)voidVersionIncEditOptions. setDefaultVersioningAction(VersioningActions defaultVersioningAction)
-