public class WorkItem extends ServiceDataObject implements Serializable
Constructor and Description |
---|
WorkItem() |
Modifier and Type | Method and Description |
---|---|
Date |
getDueDate()
Gets the date the WorkItem is due.
|
boolean |
getGroupActivity()
Gets whether the WorkItem is assigned to a group.
|
int |
getID()
Gets the ID of the WorkItem.
|
IntegerObject |
getInitiatorID()
Gets the ID of the initiator of the workflow.
|
long |
getMemberID()
Gets the ID of the user performing the WorkItem.
|
Date |
getMilestoneDate()
Gets the date the last milestone was reached.
|
WorkItemPriorityObject |
getPriority()
Gets the priority of the WorkItem.
|
long |
getProcessID()
Gets the ID of the Process that the WorkItem is part of.
|
ProcessStatusObject |
getProcessStatus()
Gets the current ProcessStatus of the WorkItem.
|
StringObject |
getProcessTitle()
Gets the title of the process the WorkItem is part of.
|
Date |
getReadyDate()
Gets the date the WorkItem became ready.
|
WorkItemStatus |
getStatus()
Gets the current WorkItemStatus of the WorkItem.
|
long |
getSubProcessID()
Gets the ID of the SubProcess that the WorkItem is part of.
|
String |
getTitle()
Gets the title of the WorkItem.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDueDate(Date value)
Sets the date the WorkItem is due.
|
void |
setGroupActivity(boolean value)
Sets whether the WorkItem is assigned to a group.
|
void |
setID(int value)
Sets the ID of the WorkItem.
|
void |
setInitiatorID(IntegerObject value)
Sets the ID of the initiator of the workflow.
|
void |
setMemberID(long value)
Sets the ID of the user performing the WorkItem.
|
void |
setMilestoneDate(Date value)
Sets the date the last milestone was reached.
|
void |
setPriority(WorkItemPriorityObject value)
Sets the priority of the WorkItem.
|
void |
setProcessID(long value)
Sets the ID of the Process that the WorkItem is part of.
|
void |
setProcessStatus(ProcessStatusObject value)
Sets the current ProcessStatus of the WorkItem.
|
void |
setProcessTitle(StringObject value)
Sets the title of the process the WorkItem is part of.
|
void |
setReadyDate(Date value)
Sets the date the WorkItem became ready.
|
void |
setStatus(WorkItemStatus value)
Sets the current WorkItemStatus of the WorkItem.
|
void |
setSubProcessID(long value)
Sets the ID of the SubProcess that the WorkItem is part of.
|
void |
setTitle(String value)
Sets the title of the WorkItem.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setDueDate(Date value)
public Date getDueDate()
public void setGroupActivity(boolean value)
public boolean getGroupActivity()
public void setID(int value)
public int getID()
public void setInitiatorID(IntegerObject value)
public IntegerObject getInitiatorID()
public void setMemberID(long value)
public long getMemberID()
public void setMilestoneDate(Date value)
public Date getMilestoneDate()
public void setPriority(WorkItemPriorityObject value)
public WorkItemPriorityObject getPriority()
public void setProcessID(long value)
public long getProcessID()
public void setProcessStatus(ProcessStatusObject value)
public ProcessStatusObject getProcessStatus()
public void setProcessTitle(StringObject value)
public StringObject getProcessTitle()
public void setReadyDate(Date value)
public Date getReadyDate()
public void setStatus(WorkItemStatus value)
public WorkItemStatus getStatus()
public void setSubProcessID(long value)
public long getSubProcessID()
public void setTitle(String value)
public String getTitle()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.