public class ActivityInstance extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ActivityInstance() |
Modifier and Type | Method and Description |
---|---|
Date |
getCompletedDate()
Gets the date the ActivityInstance completed.
|
String |
getDisposition()
Gets the disposition of the ActivityInstance.
|
Date |
getDueDate()
Gets the date the ActivityInstance is due.
|
int |
getID()
Gets the ID of the ActivityInstance.
|
Long |
getMemberID()
Gets the ID of the user performing the ActivityInstance
|
Date |
getMilestoneDate()
Gets the date the last milestone was reached.
|
long |
getProcessID()
Gets the ID of the ProcessInstance that the ActivityInstance is part of.
|
Date |
getReadyDate()
Gets the date the ActivityInstance became ready.
|
ActivityStatus |
getStatus()
Gets the current status of the ActivityInstance
|
long |
getSubProcessID()
Gets the ID of the SubProcess that the ActivityInstance is part of.
|
String |
getTitle()
Gets the title of the ActivityInstance.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCompletedDate(Date value)
Sets the date the ActivityInstance completed.
|
void |
setDisposition(String value)
Sets the disposition of the ActivityInstance.
|
void |
setDueDate(Date value)
Sets the date the ActivityInstance is due.
|
void |
setID(int value)
Sets the ID of the ActivityInstance.
|
void |
setMemberID(Long value)
Sets the ID of the user performing the ActivityInstance
|
void |
setMilestoneDate(Date value)
Sets the date the last milestone was reached.
|
void |
setProcessID(long value)
Sets the ID of the ProcessInstance that the ActivityInstance is part of.
|
void |
setReadyDate(Date value)
Sets the date the ActivityInstance became ready.
|
void |
setStatus(ActivityStatus value)
Sets the current status of the ActivityInstance
|
void |
setSubProcessID(long value)
Sets the ID of the SubProcess that the ActivityInstance is part of.
|
void |
setTitle(String value)
Sets the title of the ActivityInstance.
|
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 setCompletedDate(Date value)
public Date getCompletedDate()
public void setDisposition(String value)
public String getDisposition()
public void setDueDate(Date value)
public Date getDueDate()
public void setID(int value)
public int getID()
public void setMemberID(Long value)
public Long getMemberID()
public void setMilestoneDate(Date value)
public Date getMilestoneDate()
public void setProcessID(long value)
public long getProcessID()
public void setReadyDate(Date value)
public Date getReadyDate()
public void setStatus(ActivityStatus value)
public ActivityStatus 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.