|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--com.sas.services.information.metadata.Metadata
|
+--com.sas.services.information.metadata.OMRTextStore
|
+--com.sas.services.information.metadata.OMRConfigurationTextStore
OMR representation of a configuration text store.
| Fields inherited from class com.sas.services.information.metadata.Metadata |
_repository, _repositoryFlag, _repositoryObject, formats, gmtZone, REPOSITORY_DAV, REPOSITORY_LDAP, REPOSITORY_NONE, REPOSITORY_OMR |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Fields inherited from interface com.sas.services.information.metadata.ConfigurationXMLTextStoreInterface |
ROLESTRING, TYPESTRING |
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Constructor Summary | |
OMRConfigurationTextStore()
|
|
OMRConfigurationTextStore(RepositoryInterface repos,
String name,
FolderInterface parent)
|
|
OMRConfigurationTextStore(TextStore t)
|
|
OMRConfigurationTextStore(TextStoreImpl t)
|
|
| Method Summary | |
void |
addEnumerationItem(EnumerationItem item)
Add an item to the enumeration data. |
List |
getEnumerationItems()
Returns a list of EnumerationItem objects or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type. |
List |
getEnumerationTextLabels()
Returns a list of enumeration text labels or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type. |
List |
getEnumerationTextLabels(Locale locale)
Returns a list of enumeration text labels or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type. |
List |
getEnumerationValues()
Returns a list of enumeration values or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type. |
Map |
getEnumerationValuesLabelsMap(Locale locale)
Returns a map consisting of values and their corresponding labels |
Map |
getIntegerRange()
Returns a map containing limits for integer data or null if the ParsedConfigurationXMLObject does not contain an IntegerRange data type. |
int |
getIntegerRangeIncrement()
Returns the minimum value of the IntegerRange. |
int |
getIntegerRangeMaximum()
Returns the maximum value of the IntegerRange. |
int |
getIntegerRangeMinimum()
Returns the minimum value of the IntegerRange. |
Map |
getNumericRange()
Returns a map containg limits for numeric data or null if the ParsedConfigurationXMLObject does not contain a NumericRange data type. |
Number |
getNumericRangeIncrement()
Returns the increment of the NumericRange. |
Number |
getNumericRangeMaximum()
Returns the maximum value of the NumericRange. |
Number |
getNumericRangeMinimum()
Returns the minimum value of the NumericRange. |
Map |
getSelectionRange()
Get the selection range. |
int |
getStringLengthMaximum()
Get the maximum string length for this configuration. |
int |
getStringLengthMinimum()
Get the minimum allowed string length for this configuration. |
Map |
getStringLengthRange()
Get the string length range as a Map with a "min" and "max" value. |
boolean |
hasUniqueTextLabels(Locale locale)
Returns a boolean indicating whether the values are identical to their corresponding text labels Returns false only if each value in the enumeration is identical to its corresponding text label |
boolean |
isEnumerationOthersAllowed()
Returns the value of the isOthersAllowed attribute of an Enumeration. |
boolean |
isEnumerationOthersAllowedSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for the isOthersAllowed attribute of Enumeration. |
boolean |
isIntegerRangeIncrementSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for an increment of the IntegerRange. |
boolean |
isIntegerRangeMaximumSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for an increment of the IntegerRange. |
boolean |
isIntegerRangeMinimumSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for a minimum value of the IntegerRange. |
boolean |
isNumericRangeIncrementSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for an increment of the NumericRange. |
boolean |
isNumericRangeMaximumExclusive()
Returns a boolean indicating whether the maximum value of the NumericRange is exclusive (the value should not be contained within the range of acceptable values). |
boolean |
isNumericRangeMaximumSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for a maximum value of the NumericRange. |
boolean |
isNumericRangeMinimumExclusive()
Returns a boolean indicating whether the minimum value of the NumericRange is exclusive (the value should not be contained within the range of acceptable values). |
boolean |
isNumericRangeMinimumSet()
Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for a minimum value of the NumericRange. |
void |
removeEnumerationItem(EnumerationItem item)
Remove an item from the enumeration data. |
void |
removeIntegerRange()
Remove the Integer range setting from the configuration. |
void |
removeNumericRange()
Remove the numeric range from this configuration. |
void |
removeNumericRangeMaximum()
Remove the numeric range maximum for the configuration. |
void |
removeNumericRangeMinimum()
Remove the numeric range minimum for the configuration. |
void |
setEnumerationData(List list)
Creates a list of enumeration values and adds an entry to the internal map for the Enumeration data type. |
void |
setEnumerationOptions(Map map)
|
void |
setEnumerationOthersAllowed(boolean allowed)
Sets the option to allow other choices besides those specifically enumerated. |
void |
setIntegerRange(int minimum,
int maximum)
Set the integer range setting for the configuration. |
void |
setIntegerRange(Map map)
Creates a map of integer values and adds an entry to the internal map for the IntegerRange data type. |
void |
setIntegerRangeIncrement(int increment)
Set the integer range increment. |
void |
setIntegerRangeMaximum(int maximum)
Set the integer range maximum for this configuration. |
void |
setIntegerRangeMinimum(int minimum)
Set the integer range minimum for this configuration. |
void |
setNumericRange(Map map)
Creates a map of numeric values and adds an entry to the internal map for the NumericRange data type. |
void |
setNumericRange(Number minimum,
Number maximum)
Set the numeric range for this configuration. |
void |
setNumericRangeExclusive(Number minimum,
Number maximum)
Set then numeric range for this configuration. |
void |
setNumericRangeIncrement(Number increment)
Set the new increment for the numeric range. |
void |
setNumericRangeMaximum(Number maximum)
Set the new numeric range maximum inclusive. |
void |
setNumericRangeMaximumExclusive(Number maximum)
Set the new exclusive maximum for the configuration. |
void |
setNumericRangeMinimum(Number minimum)
Set the new inclusive minimum for the numeric range for this configuration. |
void |
setNumericRangeMinimumExclusive(Number minimum)
Set the new exclusive minimum for the numeric range. |
void |
setSelectionRange(Map map)
|
void |
setStringLengthMaximum(int maximum)
Set the maximum allowed string length for this configuration. |
void |
setStringLengthMimimum(int minimum)
Set the minimum allowed string length for this configuration. |
void |
setStringLengthRange(int minimum,
int maximum)
Set the string length range for this configuration. |
void |
setStringLengthRange(Map map)
Set the string length map containing the values for the string length range "min" and "max". |
void |
update()
Persist any changes to the object back to the repository. |
| Methods inherited from class com.sas.services.information.metadata.OMRTextStore |
getText, getTextRole, getTextType, setText, setTextRole, setTextType |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sas.services.information.metadata.TextStoreInterface |
getText, getTextRole, getTextType, setText, setTextRole, setTextType |
| Constructor Detail |
public OMRConfigurationTextStore()
throws RemoteException
RemoteException -
public OMRConfigurationTextStore(TextStore t)
throws RemoteException
t - RemoteException -
public OMRConfigurationTextStore(TextStoreImpl t)
throws RemoteException
t - RemoteException -
public OMRConfigurationTextStore(RepositoryInterface repos,
String name,
FolderInterface parent)
throws RemoteException
repos - name - parent - RemoteException - | Method Detail |
public List getEnumerationItems()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetEnumerationItems in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public List getEnumerationTextLabels()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetEnumerationTextLabels in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public List getEnumerationTextLabels(Locale locale)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetEnumerationTextLabels in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacelocale - the locale with which the text label is associated.
This parameter may be null.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public List getEnumerationValues()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetEnumerationValues in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setEnumerationData(List list)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetEnumerationData in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacelist - list of valuesServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void addEnumerationItem(EnumerationItem item)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceaddEnumerationItem in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceitem - The new EnumerationItem to add to the configuration object.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void removeEnumerationItem(EnumerationItem item)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceremoveEnumerationItem in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceitem - The EnumerationItem to remove from the configuration.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Map getEnumerationValuesLabelsMap(Locale locale)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetEnumerationValuesLabelsMap in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacelocale - the locale with which the text label is associated.
This parameter may be null.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean hasUniqueTextLabels(Locale locale)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacehasUniqueTextLabels in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacelocale - the locale with which the text label is associated.
This parameter may be null.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isEnumerationOthersAllowed()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisEnumerationOthersAllowedSet()
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
boolean isAttributeSet = isEnumerationOthersAllowedSet;
if (attributeSet){
boolean attributeValue = isEnumerationOthersAllowed();
}
isEnumerationOthersAllowed in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if isOthersAllowed attribute does not existServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isEnumerationOthersAllowedSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisEnumerationOthersAllowedSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setEnumerationOthersAllowed(boolean allowed)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetEnumerationOthersAllowed in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceallowed - True if other options are allowed.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Map getIntegerRange()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterface
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map intValuesMap = parsedObject.getIntegerRange();
if (intValuesMap != null){
if (parsedObject.isIntegerRangeMinimumSet())
int minimum = parsedObject.getIntegerRangeMinimum();
if (parsedObject.isIntegerRangeMaximumSet())
int maximum = parsedObject.getIntegerRangeMaximum();
if (parsedObject.isIntegerRangeIncrementSet())
int increment = parsedObject.getIntegerRangeIncrement();
}
getIntegerRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public int getIntegerRangeIncrement()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisIntegerRangeMinimumSet()
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map intValuesMap = parsedObject.getIntegerRange();
if (intValuesMap != null){
if (parsedObject.isIntegerRangeMinimumSet())
int minimum = parsedObject.getIntegerRangeMinimum();
}
getIntegerRangeIncrement in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if minimum value does not existServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public int getIntegerRangeMaximum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisIntegerRangeMaximumSet
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map intValuesMap = parsedObject.getIntegerRange();
if (intValuesMap != null){
if (parsedObject.isIntegerRangeMaximumSet())
int maximum = parsedObject.getIntegerRangeMaximum();
}
getIntegerRangeMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if maximum value does not existServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public int getIntegerRangeMinimum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisIntegerRangeMinimumSet()
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map intValuesMap = parsedObject.getIntegerRange();
if (intValuesMap != null){
if (parsedObject.isIntegerRangeMinimumSet())
int minimum = parsedObject.getIntegerRangeMinimum();
}
getIntegerRangeMinimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if minimum value does not existServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isIntegerRangeIncrementSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisIntegerRangeIncrementSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isIntegerRangeMaximumSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisIntegerRangeMaximumSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isIntegerRangeMinimumSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisIntegerRangeMinimumSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void removeIntegerRange()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceremoveIntegerRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setIntegerRange(int minimum,
int maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetIntegerRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The minimum setting for the integer range.maximum - The maximum setting for the integer range.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setIntegerRangeMinimum(int minimum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetIntegerRangeMinimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The new minimum for the configuration.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setIntegerRangeMaximum(int maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetIntegerRangeMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemaximum - The new maximum for this configuration.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setIntegerRangeIncrement(int increment)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetIntegerRangeIncrement in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceincrement - The increment for the integer range for this configuration.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setIntegerRange(Map map)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetIntegerRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemap - key-value pairs (minimum/maximum/increment, integer value).ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Map getNumericRange()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterface
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map numericValuesMap = parsedObject.getNumericRange();
if (numericValuesMap != null){
if (parsedObject.isNumericRangeMinimumSet())
int minimum = parsedObject.getNumericRangeMinimum();
if (parsedObject.isNumericRangeMaximumSet())
int maximum = parsedObject.getNumericRangeMaximum();
}
getNumericRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Number getNumericRangeIncrement()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeIncrementSet()
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map numericValuesMap = parsedObject.getNumericRange();
if (numericValuesMap != null){
if (parsedObject.isNumericRangeIncrementSet())
double maximum = parsedObject.getNumericRangeIncrement();
}
getNumericRangeIncrement in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if maximum value does not existServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Number getNumericRangeMaximum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeMaximumSet()
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map intValuesMap = parsedObject.getNumericRange();
if (intValuesMap != null){
if (parsedObject.isNumericRangeMaximumSet())
int maximum = parsedObject.getNumericRangeMaximum();
}
getNumericRangeMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if maximum value does not exist.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Number getNumericRangeMinimum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeMinimumSet()
Otherwise, an exception could occur if:
ParsedConfigurationXMLObject parsedObject = ConfigurationXMLPersistenceUtility.createParsedConfigurationXMLObject();
Map intValuesMap = parsedObject.getNumericRange();
if (intValuesMap != null){
if (isNumericRangeMinimumSet())
int minimum = parsedObject.getNumericRangeMinimum();
}
getNumericRangeMinimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceIllegalArgumentException - if minimum value does not existServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isNumericRangeIncrementSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeIncrementSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isNumericRangeMaximumExclusive()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeMaximumSet()
Otherwise, an exception could occur if:
isNumericRangeMaximumExclusive in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isNumericRangeMaximumSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeMaximumSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isNumericRangeMinimumExclusive()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeMinimumSet()
Otherwise, an exception could occur if:
isNumericRangeMinimumExclusive in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public boolean isNumericRangeMinimumSet()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceisNumericRangeMinimumSet in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void removeNumericRangeMaximum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceremoveNumericRangeMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void removeNumericRangeMinimum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceremoveNumericRangeMinimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void removeNumericRange()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfaceremoveNumericRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRange(Number minimum,
Number maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The new minimum value for the numeric range.maximum - The new maximum value for the numeric range.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRangeExclusive(Number minimum,
Number maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRangeExclusive in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The new exclusive minimum for the numeric range.maximum - The new exclusive maximum for the numeric range.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRangeMaximumExclusive(Number maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRangeMaximumExclusive in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemaximum - The new maximum (exclusive).ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRangeMaximum(Number maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRangeMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemaximum - The new inclusive maximum for the numeric range.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRangeMinimumExclusive(Number minimum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRangeMinimumExclusive in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The new exclusive minimum value for the numeric range.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRangeMinimum(Number minimum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRangeMinimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The new inclusive minimum value for the numeric range.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRangeIncrement(Number increment)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRangeIncrement in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceincrement - The new numeric range increment.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setNumericRange(Map map)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetNumericRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemap - key-value pairs (minimum/maximum, numeric value)ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public Map getSelectionRange()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetSelectionRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setSelectionRange(Map map)
throws ServiceException,
RemoteException
setSelectionRange in interface ConfigurationXMLTextStoreInterface
public void setEnumerationOptions(Map map)
throws ServiceException,
RemoteException
setEnumerationOptions in interface ConfigurationXMLTextStoreInterface
public Map getStringLengthRange()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetStringLengthRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setStringLengthRange(Map map)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetStringLengthRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemap - The map containing the "min" and "max" values for the string length.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public int getStringLengthMaximum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetStringLengthMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public int getStringLengthMinimum()
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacegetStringLengthMinimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setStringLengthMaximum(int maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetStringLengthMaximum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfacemaximum - The new maximum string length.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setStringLengthMimimum(int minimum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetStringLengthMimimum in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The new minimum string length.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void setStringLengthRange(int minimum,
int maximum)
throws ServiceException,
RemoteException
ConfigurationXMLTextStoreInterfacesetStringLengthRange in interface ConfigurationXMLTextStoreInterfacecom.sas.services.information.metadata.ConfigurationXMLTextStoreInterfaceminimum - The minimum string length.maximum - The maximum string length.ServiceException - If a repository or service level error occurs.RemoteException - In the event of remote object failure.
public void update()
throws ServiceException,
RemoteException
MetadataInterfaceupdate in interface MetadataInterfaceupdate in class Metadatacom.sas.services.information.metadata.MetadataInterfaceServiceException - if an error occurs in the repository.RemoteException - if an error occurs
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||