Class CollectionRole
java.lang.Object
org.dspace.xmlworkflow.storedcomponents.CollectionRole
- 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:CollectionRoleService.create(Context, Collection, String, Group) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getID()The unique identifier of this entity instance.voidsetCollection(Collection collection) voidvoid
-
Constructor Details
-
CollectionRole
protected CollectionRole()Protected constructor, create object using:CollectionRoleService.create(Context, Collection, String, Group)
-
-
Method Details
-
setRoleId
-
getRoleId
-
setCollection
-
getCollection
-
setGroup
-
getGroup
- Throws:
SQLException
-
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.
-