Uses of Class
org.dspace.xmlworkflow.Role.Scope
-
Packages that use Role.Scope Package Description org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace. -
-
Uses of Role.Scope in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return Role.Scope Modifier and Type Method Description Role.ScopeRole. getScope()static Role.ScopeRole.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static Role.Scope[]Role.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.xmlworkflow with parameters of type Role.Scope Modifier and Type Method Description voidRole. setScope(Role.Scope scope)Set the scope attribute, depending on the scope the users will be retrieved in the following manner: * collection: The collection value specifies that the group will be configured at the level of the collection.
-