public class WorkItemActions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
WorkItemActions() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAvailableDispositions()
Gets the dispositions that are available for selection.
|
String |
getAvailableDispositions(int index)
Gets the value at the specified index in the AvailableDispositions array.
|
boolean |
getCanDelegate()
Gets whether or not the WorkItem can be delegated to another member.
|
boolean |
getCanSendForReview()
Gets whether or not the WorkItem can be sent to another member for review.
|
boolean |
getMustAuthenticate()
Gets whether or not the WorkItem requires authentication.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAvailableDispositions(int index,
String value)
Sets the value at the specified index in the fAvailableDispositions array.
|
void |
setAvailableDispositions(String[] value)
Sets the dispositions that are available for selection.
|
void |
setCanDelegate(boolean value)
Sets whether or not the WorkItem can be delegated to another member.
|
void |
setCanSendForReview(boolean value)
Sets whether or not the WorkItem can be sent to another member for review.
|
void |
setMustAuthenticate(boolean value)
Sets whether or not the WorkItem requires authentication.
|
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 setAvailableDispositions(String[] value)
public String[] getAvailableDispositions()
public void setAvailableDispositions(int index, String value)
public String getAvailableDispositions(int index)
public void setCanDelegate(boolean value)
public boolean getCanDelegate()
public void setCanSendForReview(boolean value)
public boolean getCanSendForReview()
public void setMustAuthenticate(boolean value)
public boolean getMustAuthenticate()
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.