public class PoolTask extends Object
| Modifier and Type | Method and Description |
|---|---|
static PoolTask |
create(Context context) |
void |
delete() |
static PoolTask |
find(Context context,
int id) |
static List<PoolTask> |
find(Context context,
XmlWorkflowItem workflowItem) |
static List<PoolTask> |
findByEperson(Context context,
int eperson_id) |
static PoolTask |
findByWorkflowIdAndEPerson(Context context,
int workflowID,
int epersonID) |
String |
getActionID() |
int |
getEpersonID() |
int |
getGroupID() |
String |
getStepID() |
String |
getWorkflowID() |
int |
getWorkflowItemID() |
void |
setActionID(String actionID) |
void |
setEpersonID(int id) |
void |
setGroupID(int id) |
void |
setStepID(String stepID) |
void |
setWorkflowID(String id) |
void |
setWorkflowItemID(int id) |
void |
update() |
public static PoolTask find(Context context, int id) throws SQLException
SQLExceptionpublic static List<PoolTask> findByEperson(Context context, int eperson_id) throws SQLException, AuthorizeException, IOException
public static List<PoolTask> find(Context context, XmlWorkflowItem workflowItem) throws SQLException
SQLExceptionpublic static PoolTask findByWorkflowIdAndEPerson(Context context, int workflowID, int epersonID) throws SQLException, AuthorizeException, IOException
public static PoolTask create(Context context) throws SQLException
SQLExceptionpublic void delete()
throws SQLException
SQLExceptionpublic void update()
throws SQLException
SQLExceptionpublic void setEpersonID(int id)
public int getEpersonID()
public void setGroupID(int id)
public int getGroupID()
public void setWorkflowID(String id)
public String getWorkflowID()
public void setWorkflowItemID(int id)
public int getWorkflowItemID()
public void setStepID(String stepID)
public String getStepID() throws SQLException
SQLExceptionpublic void setActionID(String actionID)
public String getActionID()
Copyright © 2013 DuraSpace. All Rights Reserved.