Uses of Class
org.alfresco.module.org_alfresco_module_rm.util.UpdateActionType
-
Packages that use UpdateActionType Package Description org.alfresco.module.org_alfresco_module_rm.util -
-
Uses of UpdateActionType in org.alfresco.module.org_alfresco_module_rm.util
Methods in org.alfresco.module.org_alfresco_module_rm.util that return UpdateActionType Modifier and Type Method Description static UpdateActionType
UpdateActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateActionType
UpdateActionType. valueOfIgnoreCase(String name)
static UpdateActionType[]
UpdateActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-