public class ActivityPermissions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ActivityPermissions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAuthenticate()
Gets whether or not the user must authenticate to proceed with the activity.
|
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.
|
String |
getDefaultDisposition()
Gets the disposition that will be used by default.
|
boolean |
getDelegate()
Gets whether or not the user can delegate the activity.
|
boolean |
getRequireDisposition()
Gets whether or not a disposition is required for the activity.
|
boolean |
getSeeAllComments()
Gets whether or not the user can see all comments.
|
boolean |
getSendForReview()
Gets whether or not the user can send the activity for review.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAuthenticate(boolean value)
Sets whether or not the user must authenticate to proceed with the activity.
|
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 |
setDefaultDisposition(String value)
Sets the disposition that will be used by default.
|
void |
setDelegate(boolean value)
Sets whether or not the user can delegate the activity.
|
void |
setRequireDisposition(boolean value)
Sets whether or not a disposition is required for the activity.
|
void |
setSeeAllComments(boolean value)
Sets whether or not the user can see all comments.
|
void |
setSendForReview(boolean value)
Sets whether or not the user can send the activity for review.
|
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 setAuthenticate(boolean value)
public boolean getAuthenticate()
public void setAvailableDispositions(String[] value)
public String[] getAvailableDispositions()
public void setAvailableDispositions(int index, String value)
public String getAvailableDispositions(int index)
public void setDefaultDisposition(String value)
public String getDefaultDisposition()
public void setDelegate(boolean value)
public boolean getDelegate()
public void setRequireDisposition(boolean value)
public boolean getRequireDisposition()
public void setSeeAllComments(boolean value)
public boolean getSeeAllComments()
public void setSendForReview(boolean value)
public boolean getSendForReview()
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.