public class WorkflowItemRole extends Object
| Modifier and Type | Method and Description |
|---|---|
static WorkflowItemRole |
create(Context context) |
void |
delete() |
static WorkflowItemRole |
find(Context context,
int id) |
static WorkflowItemRole[] |
find(Context context,
int workflowItemId,
String role) |
static WorkflowItemRole[] |
findAllForItem(Context context,
int workflowItemId) |
EPerson |
getEPerson() |
Group |
getGroup() |
String |
getRoleId() |
int |
getWorkflowItemId() |
void |
setEPerson(EPerson eperson) |
void |
setGroup(Group group) |
void |
setRoleId(String id) |
void |
setWorkflowItemId(int id) |
void |
update() |
public static WorkflowItemRole find(Context context, int id) throws SQLException
SQLExceptionpublic static WorkflowItemRole[] find(Context context, int workflowItemId, String role) throws SQLException
SQLExceptionpublic static WorkflowItemRole[] findAllForItem(Context context, int workflowItemId) throws SQLException
SQLExceptionpublic static WorkflowItemRole create(Context context) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionpublic void delete()
throws SQLException
SQLExceptionpublic void update()
throws SQLException
SQLExceptionpublic void setRoleId(String id)
public String getRoleId()
public void setWorkflowItemId(int id)
public int getWorkflowItemId()
public void setEPerson(EPerson eperson)
public EPerson getEPerson() throws SQLException
SQLExceptionpublic void setGroup(Group group)
public Group getGroup() throws SQLException
SQLExceptionCopyright © 2015 DuraSpace. All Rights Reserved.