org.dspace.xmlworkflow.storedcomponents
Class ClaimedTask
java.lang.Object
org.dspace.xmlworkflow.storedcomponents.ClaimedTask
public class ClaimedTask
- extends Object
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)
|
Method Summary |
static ClaimedTask |
create(Context context)
|
void |
delete()
|
static ClaimedTask |
find(Context context,
int id)
|
static ClaimedTask |
find(Context c,
int epersonID,
int wfiID,
String stepID,
String actionID)
|
static List<ClaimedTask> |
find(Context c,
int wfiID,
String stepID)
|
static List<ClaimedTask> |
find(Context c,
int wfiID,
String stepID,
String actionID)
|
static List<ClaimedTask> |
find(Context c,
XmlWorkflowItem workflowItem)
|
static List<ClaimedTask> |
findAllInStep(Context c,
String stepID)
|
static List<ClaimedTask> |
findByEperson(Context context,
int epersonID)
|
static List<ClaimedTask> |
findByWorkflowId(Context context,
int workflowID)
|
static ClaimedTask |
findByWorkflowIdAndEPerson(Context context,
int workflowID,
int epersonID)
|
String |
getActionID()
|
int |
getOwnerID()
|
String |
getStepID()
|
String |
getWorkflowID()
|
int |
getWorkflowItemID()
|
void |
setActionID(String actionID)
|
void |
setOwnerID(int ownerID)
|
void |
setStepID(String stepID)
|
void |
setWorkflowID(String workflowID)
|
void |
setWorkflowItemID(int workflowItemID)
|
void |
update()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
find
public static ClaimedTask find(Context context,
int id)
throws SQLException
- Throws:
SQLException
findByWorkflowId
public static List<ClaimedTask> findByWorkflowId(Context context,
int workflowID)
throws SQLException
- Throws:
SQLException
findByWorkflowIdAndEPerson
public static ClaimedTask findByWorkflowIdAndEPerson(Context context,
int workflowID,
int epersonID)
throws SQLException
- Throws:
SQLException
findByEperson
public static List<ClaimedTask> findByEperson(Context context,
int epersonID)
throws SQLException
- Throws:
SQLException
find
public static List<ClaimedTask> find(Context c,
int wfiID,
String stepID)
throws SQLException
- Throws:
SQLException
find
public static ClaimedTask find(Context c,
int epersonID,
int wfiID,
String stepID,
String actionID)
throws SQLException
- Throws:
SQLException
find
public static List<ClaimedTask> find(Context c,
int wfiID,
String stepID,
String actionID)
throws SQLException
- Throws:
SQLException
find
public static List<ClaimedTask> find(Context c,
XmlWorkflowItem workflowItem)
throws SQLException
- Throws:
SQLException
findAllInStep
public static List<ClaimedTask> findAllInStep(Context c,
String stepID)
throws SQLException
- Throws:
SQLException
create
public static ClaimedTask create(Context context)
throws SQLException
- Throws:
SQLException
delete
public void delete()
throws SQLException
- Throws:
SQLException
update
public void update()
throws SQLException
- Throws:
SQLException
setOwnerID
public void setOwnerID(int ownerID)
getOwnerID
public int getOwnerID()
setWorkflowItemID
public void setWorkflowItemID(int workflowItemID)
getWorkflowItemID
public int getWorkflowItemID()
setActionID
public void setActionID(String actionID)
getActionID
public String getActionID()
setStepID
public void setStepID(String stepID)
getStepID
public String getStepID()
setWorkflowID
public void setWorkflowID(String workflowID)
getWorkflowID
public String getWorkflowID()
Copyright © 2011 DuraSpace. All Rights Reserved.