Class InProgressUser
java.lang.Object
org.dspace.xmlworkflow.storedcomponents.InProgressUser
- All Implemented Interfaces:
ReloadableEntity<Integer>
Claimed task representing the database representation of an action claimed by an eperson
- 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 TypeMethodDescriptiongetID()The unique identifier of this entity instance.getUser()booleanvoidsetFinished(boolean finished) voidvoidsetWorkflowItem(XmlWorkflowItem workflowItem)
-
Constructor Details
-
InProgressUser
protected InProgressUser()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.
-
setUser
-
getUser
-
setWorkflowItem
-
getWorkflowItem
-
isFinished
public boolean isFinished() -
setFinished
public void setFinished(boolean finished)
-