public class ServerInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ServerInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getCharacterEncoding()
Gets the language code in use on Content Server.
|
String |
getCurrentLocaleSuffix()
Gets the locale suffix used by Content Server (e.g.
|
boolean |
getDomainAccessEnabled()
Gets whether domain access is enabled on Content Server.
|
boolean |
getIsMultiByte()
Gets whether Content Server can store multi-byte characters.
|
String |
getLanguageCode()
Gets the language code in use on Content Server.
|
Date |
getServerDateTime()
Gets the Content Server current date and time.
|
String |
getServerVersion()
Gets the Content Server release version.
|
int |
getServerVersionMajor()
Gets the major version of Content Server.
|
int |
getServerVersionMicro()
Gets the micro version of Content Server.
|
int |
getServerVersionMinor()
Gets the minor version of Content Server.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCharacterEncoding(int value)
Sets the language code in use on Content Server.
|
void |
setCurrentLocaleSuffix(String value)
Sets the locale suffix used by Content Server (e.g.
|
void |
setDomainAccessEnabled(boolean value)
Sets whether domain access is enabled on Content Server.
|
void |
setIsMultiByte(boolean value)
Sets whether Content Server can store multi-byte characters.
|
void |
setLanguageCode(String value)
Sets the language code in use on Content Server.
|
void |
setServerDateTime(Date value)
Sets the Content Server current date and time.
|
void |
setServerVersion(String value)
Sets the Content Server release version.
|
void |
setServerVersionMajor(int value)
Sets the major version of Content Server.
|
void |
setServerVersionMicro(int value)
Sets the micro version of Content Server.
|
void |
setServerVersionMinor(int value)
Sets the minor version of Content Server.
|
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 setCharacterEncoding(int value)
public int getCharacterEncoding()
public void setCurrentLocaleSuffix(String value)
public String getCurrentLocaleSuffix()
public void setDomainAccessEnabled(boolean value)
public boolean getDomainAccessEnabled()
public void setIsMultiByte(boolean value)
public boolean getIsMultiByte()
public void setLanguageCode(String value)
public String getLanguageCode()
public void setServerDateTime(Date value)
public Date getServerDateTime()
public void setServerVersion(String value)
public String getServerVersion()
public void setServerVersionMajor(int value)
public int getServerVersionMajor()
public void setServerVersionMicro(int value)
public int getServerVersionMicro()
public void setServerVersionMinor(int value)
public int getServerVersionMinor()
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.