public class ClaimedTaskRest extends BaseObjectRest<Integer>
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
ClaimedTaskRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getCategory() |
Class |
getController() |
EPersonRest |
getOwner() |
String |
getStep() |
String |
getType() |
WorkflowItemRest |
getWorkflowitem() |
void |
setAction(String action) |
void |
setOwner(EPersonRest owner) |
void |
setStep(String step) |
void |
setWorkflowitem(WorkflowItemRest workflowitem) |
getErrors, getId, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public String getCategory()
public String getType()
public Class getController()
public String getStep()
ClaimedTask.getStepID()public void setStep(String step)
public String getAction()
getAction()public void setAction(String action)
public EPersonRest getOwner()
getOwner()public void setOwner(EPersonRest owner)
public WorkflowItemRest getWorkflowitem()
public void setWorkflowitem(WorkflowItemRest workflowitem)
Copyright © 2019 DuraSpace. All rights reserved.