Uses of Class
org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
-
Packages that use WorkflowItemRole Package Description org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects.org.dspace.xmlworkflow.storedcomponents.dao org.dspace.xmlworkflow.storedcomponents.dao.impl org.dspace.xmlworkflow.storedcomponents.service -
-
Uses of WorkflowItemRole in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type WorkflowItemRole Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<WorkflowItemRole,EPerson>WorkflowItemRole_. ePersonstatic javax.persistence.metamodel.SingularAttribute<WorkflowItemRole,Group>WorkflowItemRole_. groupstatic javax.persistence.metamodel.SingularAttribute<WorkflowItemRole,Integer>WorkflowItemRole_. idstatic javax.persistence.metamodel.SingularAttribute<WorkflowItemRole,String>WorkflowItemRole_. roleIdstatic javax.persistence.metamodel.SingularAttribute<WorkflowItemRole,XmlWorkflowItem>WorkflowItemRole_. workflowItemMethods in org.dspace.xmlworkflow.storedcomponents that return WorkflowItemRole Modifier and Type Method Description WorkflowItemRoleWorkflowItemRoleServiceImpl. create(Context context)WorkflowItemRoleWorkflowItemRoleServiceImpl. find(Context context, int id)Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type WorkflowItemRole Modifier and Type Method Description List<WorkflowItemRole>WorkflowItemRoleServiceImpl. find(Context context, XmlWorkflowItem workflowItem, String role)List<WorkflowItemRole>WorkflowItemRoleServiceImpl. findByEPerson(Context context, EPerson ePerson)List<WorkflowItemRole>WorkflowItemRoleServiceImpl. findByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type WorkflowItemRole Modifier and Type Method Description voidWorkflowItemRoleServiceImpl. delete(Context context, WorkflowItemRole workflowItemRole)voidWorkflowItemRoleServiceImpl. update(Context context, WorkflowItemRole workflowItemRole)Method parameters in org.dspace.xmlworkflow.storedcomponents with type arguments of type WorkflowItemRole Modifier and Type Method Description voidWorkflowItemRoleServiceImpl. update(Context context, List<WorkflowItemRole> workflowItemRoles) -
Uses of WorkflowItemRole in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type WorkflowItemRole Modifier and Type Method Description List<WorkflowItemRole>WorkflowItemRoleDAO. findByEPerson(Context context, EPerson ePerson)List<WorkflowItemRole>WorkflowItemRoleDAO. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<WorkflowItemRole>WorkflowItemRoleDAO. findByWorkflowItemAndRole(Context context, XmlWorkflowItem workflowItem, String role) -
Uses of WorkflowItemRole in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type WorkflowItemRole Modifier and Type Method Description List<WorkflowItemRole>WorkflowItemRoleDAOImpl. findByEPerson(Context context, EPerson ePerson)List<WorkflowItemRole>WorkflowItemRoleDAOImpl. findByWorkflowItem(Context context, XmlWorkflowItem workflowItem)List<WorkflowItemRole>WorkflowItemRoleDAOImpl. findByWorkflowItemAndRole(Context context, XmlWorkflowItem workflowItem, String role) -
Uses of WorkflowItemRole in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type WorkflowItemRole Modifier and Type Method Description List<WorkflowItemRole>WorkflowItemRoleService. find(Context context, XmlWorkflowItem workflowItem, String role)List<WorkflowItemRole>WorkflowItemRoleService. findByEPerson(Context context, EPerson ePerson)List<WorkflowItemRole>WorkflowItemRoleService. findByWorkflowItem(Context context, XmlWorkflowItem xmlWorkflowItem)
-