Class WorkflowItemRole
java.lang.Object
org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
- All Implemented Interfaces:
ReloadableEntity<Integer>
Represents a workflow assignments database representation.
These assignments describe roles and the groups connected
to these roles for each collection
- Author:
- Bram De Schouwer (bram.deschouwer at dot com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor, create object using:DSpaceCRUDService.create(Context) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getID()The unique identifier of this entity instance.voidsetEPerson(EPerson ePerson) voidvoidvoidsetWorkflowItem(XmlWorkflowItem xmlWorkflowItem)
-
Constructor Details
-
WorkflowItemRole
protected WorkflowItemRole()Protected constructor, create object using:DSpaceCRUDService.create(Context)
-
-
Method Details
-
getID
Description copied from interface:ReloadableEntityThe unique identifier of this entity instance.- Specified by:
getIDin interfaceReloadableEntity<Integer>- Returns:
- the value of the primary key for this instance.
-
setRoleId
-
getRoleId
-
setWorkflowItem
-
getWorkflowItem
-
setEPerson
-
getEPerson
- Throws:
SQLException
-
setGroup
-
getGroup
- Throws:
SQLException
-