|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface SXLEMap
Root node for SXLE map definition.
Attributes of SXLEMap are:
Associations of SXLEMap are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); SXLEMap myObject = (SXLEMap) factory.createComplexMetadataObject(objectStore, "SXLEMap_Object", MetadataObjects.SXLEMAP, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_XMLMAPTABLES_NAME
Constant used for the name of the XMLMapTables association. |
static java.lang.String |
ATTRIBUTE_ISINSTITUTESUPPLIED_NAME
Constant used for the name of the IsInstituteSupplied attribute. |
static java.lang.String |
ATTRIBUTE_MAPVERSION_NAME
Constant used for the name of the MapVersion attribute. |
static java.lang.String |
ATTRIBUTE_VALIDATION_NAME
Constant used for the name of the Validation attribute. |
static java.lang.String |
ATTRIBUTE_VALIDATIONPATH_NAME
Constant used for the name of the ValidationPath attribute. |
static java.lang.String |
ATTRIBUTE_VALIDATIONSOURCE_NAME
Constant used for the name of the ValidationSource attribute. |
| Fields inherited from interface com.sas.metadata.remote.Group |
|---|
ASSOCIATION_GROUPSUBSCRIPTIONS_NAME, ASSOCIATION_MEMBERS_NAME, ASSOCIATION_SOFTWARECOMPONENTS_NAME |
| Fields inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract int |
getIsInstituteSupplied()
Gets the int value of IsInstituteSupplied |
abstract int |
getIsInstituteSuppliedState()
Gets the Metadata State of IsInstituteSupplied |
abstract java.lang.String |
getMapVersion()
Gets the String value of MapVersion |
abstract int |
getMapVersionMaxLength()
Gets the maximum length of MapVersion |
abstract int |
getMapVersionState()
Gets the Metadata State of MapVersion |
abstract int |
getValidation()
Gets the int value of Validation |
abstract java.lang.String |
getValidationPath()
Gets the String value of ValidationPath |
abstract int |
getValidationPathMaxLength()
Gets the maximum length of ValidationPath |
abstract int |
getValidationPathState()
Gets the Metadata State of ValidationPath |
abstract int |
getValidationSource()
Gets the int value of ValidationSource |
abstract int |
getValidationSourceState()
Gets the Metadata State of ValidationSource |
abstract int |
getValidationState()
Gets the Metadata State of Validation |
abstract AssociationList |
getXMLMapTables()
Gets the AssociationList of XMLMapTables |
abstract AssociationList |
getXMLMapTables(boolean fGoToServer)
Gets the Associationlist of XMLMapTables |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: XMLMapTables |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setIsInstituteSupplied(int inIsInstituteSupplied)
Sets the IsInstituteSupplied value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsInstituteSupplied(int inIsInstituteSupplied,
int state)
Sets the IsInstituteSupplied Metadata State. |
abstract void |
setIsInstituteSupplied(java.lang.String inIsInstituteSupplied)
Sets the IsInstituteSupplied value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsInstituteSupplied(java.lang.String inIsInstituteSupplied,
int state)
Sets the IsInstituteSupplied value and Metadata State. |
abstract void |
setIsInstituteSuppliedState(int state)
Sets the Metadata State of IsInstituteSupplied. |
abstract void |
setMapVersion(java.lang.String inMapVersion)
Sets the MapVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setMapVersion(java.lang.String inMapVersion,
int state)
Sets the MapVersion Metadata State. |
abstract void |
setMapVersionState(int state)
Sets the Metadata State of MapVersion. |
abstract void |
setValidation(int inValidation)
Sets the Validation value and sets the state to MetadataState.LOCAL. |
abstract void |
setValidation(int inValidation,
int state)
Sets the Validation Metadata State. |
abstract void |
setValidation(java.lang.String inValidation)
Sets the Validation value and sets the state to MetadataState.LOCAL. |
abstract void |
setValidation(java.lang.String inValidation,
int state)
Sets the Validation value and Metadata State. |
abstract void |
setValidationPath(java.lang.String inValidationPath)
Sets the ValidationPath value and sets the state to MetadataState.LOCAL. |
abstract void |
setValidationPath(java.lang.String inValidationPath,
int state)
Sets the ValidationPath Metadata State. |
abstract void |
setValidationPathState(int state)
Sets the Metadata State of ValidationPath. |
abstract void |
setValidationSource(int inValidationSource)
Sets the ValidationSource value and sets the state to MetadataState.LOCAL. |
abstract void |
setValidationSource(int inValidationSource,
int state)
Sets the ValidationSource Metadata State. |
abstract void |
setValidationSource(java.lang.String inValidationSource)
Sets the ValidationSource value and sets the state to MetadataState.LOCAL. |
abstract void |
setValidationSource(java.lang.String inValidationSource,
int state)
Sets the ValidationSource value and Metadata State. |
abstract void |
setValidationSourceState(int state)
Sets the Metadata State of ValidationSource. |
abstract void |
setValidationState(int state)
Sets the Metadata State of Validation. |
abstract void |
setXMLMapTables(AssociationList list)
Sets the XMLMapTables list to be list. |
abstract void |
setXMLMapTables(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
| Methods inherited from interface com.sas.metadata.remote.Group |
|---|
getGroupSubscriptions, getGroupSubscriptions, getMembers, getMembers, getSoftwareComponents, getSoftwareComponents, setGroupSubscriptions, setGroupSubscriptions, setMembers, setMembers, setSoftwareComponents, setSoftwareComponents |
| Methods inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_ISINSTITUTESUPPLIED_NAME
IsInstituteSupplied: The answer to the question: Is this map supplied by SAS?
static final java.lang.String ATTRIBUTE_MAPVERSION_NAME
MapVersion: A string representing the major and minor versions, release and build number of the map.
static final java.lang.String ATTRIBUTE_VALIDATION_NAME
Validation: The type of validation available for the map file. 0 = none 1 = XSD 2 = DTD
static final java.lang.String ATTRIBUTE_VALIDATIONSOURCE_NAME
ValidationSource: The source of the validation for the map file. 0 = Web 1 = File
static final java.lang.String ATTRIBUTE_VALIDATIONPATH_NAME
ValidationPath: The path to the validation for the map file.
static final java.lang.String ASSOCIATION_XMLMAPTABLES_NAME
XMLMapTables: The tables used to help define this SXLE map.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface GroupinitializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface PrimaryTypeinitializeRequiredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
XMLMapTables
initializePredObjects in interface GroupinitializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsInstituteSupplied()
throws java.rmi.RemoteException
int value of IsInstituteSupplied
IsInstituteSupplied
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsInstituteSuppliedState()
throws java.rmi.RemoteException
IsInstituteSupplied
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getMapVersion()
throws java.rmi.RemoteException
String value of MapVersion
MapVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMapVersionState()
throws java.rmi.RemoteException
MapVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMapVersionMaxLength()
throws java.rmi.RemoteException
MapVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getValidation()
throws java.rmi.RemoteException
int value of Validation
Validation
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getValidationState()
throws java.rmi.RemoteException
Validation
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getValidationSource()
throws java.rmi.RemoteException
int value of ValidationSource
ValidationSource
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getValidationSourceState()
throws java.rmi.RemoteException
ValidationSource
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getValidationPath()
throws java.rmi.RemoteException
String value of ValidationPath
ValidationPath
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getValidationPathState()
throws java.rmi.RemoteException
ValidationPath
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getValidationPathMaxLength()
throws java.rmi.RemoteException
ValidationPath
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getXMLMapTables()
throws java.rmi.RemoteException,
MdException
XMLMapTables
XMLMapTables which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getXMLMapTables(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
XMLMapTables
fGoToServer - boolean Get the value from the server.
XMLMapTables which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setIsInstituteSupplied(int inIsInstituteSupplied)
throws java.rmi.RemoteException
IsInstituteSupplied value and sets the state to MetadataState.LOCAL.
inIsInstituteSupplied - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsInstituteSupplied(int inIsInstituteSupplied,
int state)
throws java.rmi.RemoteException
IsInstituteSupplied Metadata State.
inIsInstituteSupplied - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsInstituteSupplied(java.lang.String inIsInstituteSupplied)
throws java.rmi.RemoteException
IsInstituteSupplied value and sets the state to MetadataState.LOCAL.
inIsInstituteSupplied - String
java.rmi.RemoteException - If error communicating with remote object.
void setIsInstituteSupplied(java.lang.String inIsInstituteSupplied,
int state)
throws java.rmi.RemoteException
IsInstituteSupplied value and Metadata State.
inIsInstituteSupplied - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsInstituteSuppliedState(int state)
throws java.rmi.RemoteException
IsInstituteSupplied.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setMapVersion(java.lang.String inMapVersion)
throws java.rmi.RemoteException
MapVersion value and sets the state to MetadataState.LOCAL.
inMapVersion - String
java.rmi.RemoteException - If error communicating with remote object.
void setMapVersion(java.lang.String inMapVersion,
int state)
throws java.rmi.RemoteException
MapVersion Metadata State.
inMapVersion - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMapVersionState(int state)
throws java.rmi.RemoteException
MapVersion.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidation(int inValidation)
throws java.rmi.RemoteException
Validation value and sets the state to MetadataState.LOCAL.
inValidation - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidation(int inValidation,
int state)
throws java.rmi.RemoteException
Validation Metadata State.
inValidation - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidation(java.lang.String inValidation)
throws java.rmi.RemoteException
Validation value and sets the state to MetadataState.LOCAL.
inValidation - String
java.rmi.RemoteException - If error communicating with remote object.
void setValidation(java.lang.String inValidation,
int state)
throws java.rmi.RemoteException
Validation value and Metadata State.
inValidation - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationState(int state)
throws java.rmi.RemoteException
Validation.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationSource(int inValidationSource)
throws java.rmi.RemoteException
ValidationSource value and sets the state to MetadataState.LOCAL.
inValidationSource - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationSource(int inValidationSource,
int state)
throws java.rmi.RemoteException
ValidationSource Metadata State.
inValidationSource - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationSource(java.lang.String inValidationSource)
throws java.rmi.RemoteException
ValidationSource value and sets the state to MetadataState.LOCAL.
inValidationSource - String
java.rmi.RemoteException - If error communicating with remote object.
void setValidationSource(java.lang.String inValidationSource,
int state)
throws java.rmi.RemoteException
ValidationSource value and Metadata State.
inValidationSource - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationSourceState(int state)
throws java.rmi.RemoteException
ValidationSource.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationPath(java.lang.String inValidationPath)
throws java.rmi.RemoteException
ValidationPath value and sets the state to MetadataState.LOCAL.
inValidationPath - String
java.rmi.RemoteException - If error communicating with remote object.
void setValidationPath(java.lang.String inValidationPath,
int state)
throws java.rmi.RemoteException
ValidationPath Metadata State.
inValidationPath - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidationPathState(int state)
throws java.rmi.RemoteException
ValidationPath.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setXMLMapTables(AssociationList list)
throws java.rmi.RemoteException
XMLMapTables list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setXMLMapTables(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||