public class UserAttribute extends PrimitiveAttribute implements Serializable
Constructor and Description |
---|
UserAttribute() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowGroups()
Gets a flag indicating whether Content Server group IDs are valid values.
|
long[] |
getValidValues()
Gets the list of valid values for this attribute.
|
long |
getValidValues(int index)
Gets the value at the specified index in the ValidValues array.
|
Long[] |
getValues()
Gets the array of default values for the attribute.
|
Long |
getValues(int index)
Gets the value at the specified index in the Values array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAllowGroups(Boolean value)
Sets a flag indicating whether Content Server group IDs are valid values.
|
void |
setValidValues(int index,
long value)
Sets the value at the specified index in the fValidValues array.
|
void |
setValidValues(long[] value)
Sets the list of valid values for this attribute.
|
void |
setValues(int index,
Long value)
Sets the value at the specified index in the fValues array.
|
void |
setValues(Long[] value)
Sets the array of default values for the attribute.
|
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.
|
getDisplayName, getID, getKey, getMaxValues, getMinValues, getReadOnly, getRequired, getSearchable, getType, setDisplayName, setID, setKey, setMaxValues, setMinValues, setReadOnly, setRequired, setSearchable, setType
public void setAllowGroups(Boolean value)
public Boolean getAllowGroups()
public void setValidValues(long[] value)
public long[] getValidValues()
public void setValidValues(int index, long value)
public long getValidValues(int index)
public void setValues(Long[] value)
public Long[] getValues()
public void setValues(int index, Long value)
public Long getValues(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class PrimitiveAttribute
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class PrimitiveAttribute
public String toString()
ServiceDataObject
toString
in class PrimitiveAttribute
© Copyright 2017 OpenText Corp. All Rights Reserved.