Uses of Class
org.dspace.xmlworkflow.Role
-
Packages that use Role Package Description org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.state A workflow consists of a sequence of steps.org.dspace.xmlworkflow.state.actions.processingaction -
-
Uses of Role in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return types with arguments of type Role Modifier and Type Method Description static Map<String,Role>WorkflowUtils. getAllExternalRoles(Collection thisCollection)static Map<String,Role>WorkflowUtils. getCollectionAndRepositoryRoles(Collection thisCollection)static Map<String,Role>WorkflowUtils. getCollectionRoles(Collection thisCollection)Methods in org.dspace.xmlworkflow with parameters of type Role Modifier and Type Method Description static GroupWorkflowUtils. getRoleGroup(Context context, Collection collection, Role role) -
Uses of Role in org.dspace.xmlworkflow.state
Methods in org.dspace.xmlworkflow.state that return Role Modifier and Type Method Description RoleStep. getRole()Get the configuredRolefor this step.Methods in org.dspace.xmlworkflow.state that return types with arguments of type Role Modifier and Type Method Description Map<String,Role>Workflow. getRoles()Get the roles that are used in this workflowMethods in org.dspace.xmlworkflow.state with parameters of type Role Modifier and Type Method Description voidStep. setRole(Role role)Set the role of which users role should execute this step -
Uses of Role in org.dspace.xmlworkflow.state.actions.processingaction
Methods in org.dspace.xmlworkflow.state.actions.processingaction that return Role Modifier and Type Method Description RoleSelectReviewerAction. getRole()Methods in org.dspace.xmlworkflow.state.actions.processingaction with parameters of type Role Modifier and Type Method Description voidSelectReviewerAction. setRole(Role role)
-