public class InProgressUser extends Object
| Modifier and Type | Method and Description |
|---|---|
static InProgressUser |
create(Context context) |
void |
delete() |
static InProgressUser |
find(Context context,
int id) |
static List<InProgressUser> |
findByEperson(Context context,
int epersonID) |
static List<InProgressUser> |
findByWorkflowItem(Context c,
int wfiID) |
static InProgressUser |
findByWorkflowItemAndEPerson(Context context,
int wfiID,
int epersonID) |
String |
getActionID() |
static int |
getNumberOfFinishedUsers(Context c,
int wfiID) |
static int |
getNumberOfInProgressUsers(Context c,
int wfiID) |
int |
getUserID() |
String |
getWorkflowID() |
int |
getWorkflowItemID() |
boolean |
isFinished() |
void |
setFinished(boolean finished) |
void |
setUserID(int userID) |
void |
setWorkflowID(String workflowID) |
void |
setWorkflowItemID(int workflowItemID) |
void |
update() |
public static InProgressUser find(Context context, int id) throws SQLException
SQLExceptionpublic static InProgressUser findByWorkflowItemAndEPerson(Context context, int wfiID, int epersonID) throws SQLException
SQLExceptionpublic static List<InProgressUser> findByEperson(Context context, int epersonID) throws SQLException
SQLExceptionpublic static List<InProgressUser> findByWorkflowItem(Context c, int wfiID) throws SQLException
SQLExceptionpublic static int getNumberOfInProgressUsers(Context c, int wfiID) throws SQLException
SQLExceptionpublic static int getNumberOfFinishedUsers(Context c, int wfiID) throws SQLException
SQLExceptionpublic static InProgressUser create(Context context) throws SQLException
SQLExceptionpublic void delete()
throws SQLException
SQLExceptionpublic void update()
throws SQLException
SQLExceptionpublic void setUserID(int userID)
public int getUserID()
public void setWorkflowItemID(int workflowItemID)
public int getWorkflowItemID()
public String getActionID()
public void setWorkflowID(String workflowID)
public String getWorkflowID()
public boolean isFinished()
public void setFinished(boolean finished)
Copyright © 2015 DuraSpace. All Rights Reserved.