Package com.sas.metadata.remote
Interface XPath
- All Superinterfaces:
CMetadata,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,Remote,Root,SecondaryType
Used to describe an XPath location path.
Example: create a XPath with name "XPath_Object", in repository "AAAAAAAA".
Attributes of XPath are:
LocationPathLocationPathTypeMajorVersionMinorVersionProcessTagAxisNameNodeSetFunctionSyntaxMarker
Associations of XPath are:
Usage
To create an instance of this XPath, use thefactory
create methods. Example: create a XPath with name "XPath_Object", in repository "AAAAAAAA".
// 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(); XPath myObject = (XPath) factory.createComplexMetadataObject(objectStore, "XPath_Object", MetadataObjects.XPATH, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
Behavior
- Attributes and associations for this object can be retrieved by using the methods in
MdOMIUtil. - When changes are made to the object, either by setting an attribute or adding objects to a particular association,
they can be persisted to the metadata server with the
updateMetadataAllmethod. - If an object needs to be deleted, the
deletemethod 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.
Dependencies
This class depends on objects being contained in an MdObjectStore. Object stores should be disposed of when they are no longer needed as this will help clean up memory. Disposing an object store will dispose of all objects contained within that store.- Since:
- 9.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant used for the name of the AssociatedMapColumn association.static final StringConstant used for the name of the AssociatedMapTable association.static final StringConstant used for the name of the AxisName attribute.static final StringConstant used for the name of the LocationPath attribute.static final StringConstant used for the name of the LocationPathType attribute.static final StringConstant used for the name of the MajorVersion attribute.static final StringConstant used for the name of the MinorVersion attribute.static final StringConstant used for the name of the NodeSetFunction attribute.static final StringConstant used for the name of the ProcessTag attribute.static final StringConstant used for the name of the SyntaxMarker attribute.Fields inherited from interface com.sas.metadata.remote.MdObjectBase
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAMEFields inherited from interface com.sas.metadata.remote.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets theColumnforAssociatedMapColumnGets the Association list ofAssociatedMapColumnsgetAssociatedMapColumns(boolean fGoToServer) Gets the Associationlist ofAssociatedMapColumnsGets theRelationalTableforAssociatedMapTableGets the Association list ofAssociatedMapTablesgetAssociatedMapTables(boolean fGoToServer) Gets the Associationlist ofAssociatedMapTablesStringGets theStringvalue ofAxisNameintGets the maximum length ofAxisNameintGets the Metadata State ofAxisNameStringGets theStringvalue ofLocationPathintGets the maximum length ofLocationPathintGets the Metadata State ofLocationPathintGets theintvalue ofLocationPathTypeintGets the Metadata State ofLocationPathTypeintGets theintvalue ofMajorVersionintGets the Metadata State ofMajorVersionintGets theintvalue ofMinorVersionintGets the Metadata State ofMinorVersionStringGets theStringvalue ofNodeSetFunctionintGets the maximum length ofNodeSetFunctionintGets the Metadata State ofNodeSetFunctionintGets theintvalue ofProcessTagintGets the Metadata State ofProcessTagStringGets theStringvalue ofSyntaxMarkerintGets the maximum length ofSyntaxMarkerintGets the Metadata State ofSyntaxMarkervoid(S) Adds the Associated objects to the predObjects which are:void(S) This initializes the Required Objects(Roles) which are:voidsetAssociatedMapColumn(Column inObject) Sets theAssociatedMapColumnslist 0th element to beinObject.voidSets theAssociatedMapColumnslist to belist.voidsetAssociatedMapColumns(AssociationList list, int state) Sets theAssociatedMapColumnslist to belist.voidsetAssociatedMapTable(RelationalTable inObject) Sets theAssociatedMapTableslist 0th element to beinObject.voidSets theAssociatedMapTableslist to belist.voidsetAssociatedMapTables(AssociationList list, int state) Sets theAssociatedMapTableslist to belist.voidsetAxisName(String inAxisName) Sets theAxisNamevalue and sets the state to MetadataState.LOCAL.voidsetAxisName(String inAxisName, int state) Sets theAxisNameMetadata State.voidsetAxisNameState(int state) Sets the Metadata State ofAxisName.voidsetLocationPath(String inLocationPath) Sets theLocationPathvalue and sets the state to MetadataState.LOCAL.voidsetLocationPath(String inLocationPath, int state) Sets theLocationPathMetadata State.voidsetLocationPathState(int state) Sets the Metadata State ofLocationPath.voidsetLocationPathType(int inLocationPathType) Sets theLocationPathTypevalue and sets the state to MetadataState.LOCAL.voidsetLocationPathType(int inLocationPathType, int state) Sets theLocationPathTypeMetadata State.voidsetLocationPathType(String inLocationPathType) Sets theLocationPathTypevalue and sets the state to MetadataState.LOCAL.voidsetLocationPathType(String inLocationPathType, int state) Sets theLocationPathTypevalue and Metadata State.voidsetLocationPathTypeState(int state) Sets the Metadata State ofLocationPathType.voidsetMajorVersion(int inMajorVersion) Sets theMajorVersionvalue and sets the state to MetadataState.LOCAL.voidsetMajorVersion(int inMajorVersion, int state) Sets theMajorVersionMetadata State.voidsetMajorVersion(String inMajorVersion) Sets theMajorVersionvalue and sets the state to MetadataState.LOCAL.voidsetMajorVersion(String inMajorVersion, int state) Sets theMajorVersionvalue and Metadata State.voidsetMajorVersionState(int state) Sets the Metadata State ofMajorVersion.voidsetMinorVersion(int inMinorVersion) Sets theMinorVersionvalue and sets the state to MetadataState.LOCAL.voidsetMinorVersion(int inMinorVersion, int state) Sets theMinorVersionMetadata State.voidsetMinorVersion(String inMinorVersion) Sets theMinorVersionvalue and sets the state to MetadataState.LOCAL.voidsetMinorVersion(String inMinorVersion, int state) Sets theMinorVersionvalue and Metadata State.voidsetMinorVersionState(int state) Sets the Metadata State ofMinorVersion.voidsetNodeSetFunction(String inNodeSetFunction) Sets theNodeSetFunctionvalue and sets the state to MetadataState.LOCAL.voidsetNodeSetFunction(String inNodeSetFunction, int state) Sets theNodeSetFunctionMetadata State.voidsetNodeSetFunctionState(int state) Sets the Metadata State ofNodeSetFunction.voidsetProcessTag(int inProcessTag) Sets theProcessTagvalue and sets the state to MetadataState.LOCAL.voidsetProcessTag(int inProcessTag, int state) Sets theProcessTagMetadata State.voidsetProcessTag(String inProcessTag) Sets theProcessTagvalue and sets the state to MetadataState.LOCAL.voidsetProcessTag(String inProcessTag, int state) Sets theProcessTagvalue and Metadata State.voidsetProcessTagState(int state) Sets the Metadata State ofProcessTag.voidsetSyntaxMarker(String inSyntaxMarker) Sets theSyntaxMarkervalue and sets the state to MetadataState.LOCAL.voidsetSyntaxMarker(String inSyntaxMarker, int state) Sets theSyntaxMarkerMetadata State.voidsetSyntaxMarkerState(int state) Sets the Metadata State ofSyntaxMarker.Methods inherited from interface com.sas.metadata.remote.MdObjectBase
addElementToChangeList, clearChangeList, getChangeList, getCMetadataType, getDesc, getDescMaxLength, getDescState, getFQID, getId, getIdState, getMetadataCreated, getMetadataCreatedState, getMetadataUpdated, getMetadataUpdatedState, getName, getNameMaxLength, getNameState, getObjectStore, getPredAssociations, getRepositoryID, getRequiredAssociations, getState, isAssociationRequired, isNewObject, isPredAssociation, removeElementFromChangeList, resetObject, resetState, resetStates, setCMetadataType, setDesc, setDesc, setDescState, setFQID, setFQID, setId, setId, setIdState, setMetadataCreated, setMetadataCreated, setMetadataCreatedState, setMetadataUpdated, setMetadataUpdated, setMetadataUpdatedState, setName, setName, setNameState, setObjectStore, setStateMethods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getAuthorizationUtil, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIdsMethods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAllMethods inherited from interface com.sas.metadata.remote.Root
getAccessControls, getAccessControls, getChanges, getChanges, getChangeState, getChangeStateMaxLength, getChangeStateState, getCustomAssociations, getCustomAssociations, getDocuments, getDocuments, getExtensions, getExtensions, getExternalIdentities, getExternalIdentities, getGroups, getGroups, getImplementors, getImplementors, getKeywords, getKeywords, getLocalizedAttributes, getLocalizedAttributes, getLockedBy, getLockedByMaxLength, getLockedByState, getNotes, getNotes, getPrimaryPropertyGroup, getPrimaryPropertyGroups, getPrimaryPropertyGroups, getPrompts, getPrompts, getProperties, getProperties, getPropertySets, getPropertySets, getReferencedObjects, getReferencedObjects, getResponsibleParties, getResponsibleParties, getSourceTransformations, getSourceTransformations, getSpecSourceTransformations, getSpecSourceTransformations, getSpecTargetTransformations, getSpecTargetTransformations, getTargetTransformations, getTargetTransformations, getTimestamps, getTimestamps, getTrees, getTrees, getTSObjectNamespace, getTSObjectNamespaces, getTSObjectNamespaces, getUsageVersion, getUsageVersionState, getUsedByPrototypes, getUsedByPrototypes, getUsingPrototype, getUsingPrototypes, getUsingPrototypes, getVariables, getVariables, setAccessControls, setAccessControls, setChanges, setChanges, setChangeState, setChangeState, setChangeStateState, setCustomAssociations, setCustomAssociations, setDocuments, setDocuments, setExtensions, setExtensions, setExternalIdentities, setExternalIdentities, setGroups, setGroups, setImplementors, setImplementors, setKeywords, setKeywords, setLocalizedAttributes, setLocalizedAttributes, setLockedBy, setLockedBy, setLockedByState, setNotes, setNotes, setPrimaryPropertyGroup, setPrimaryPropertyGroups, setPrimaryPropertyGroups, setPrompts, setPrompts, setProperties, setProperties, setPropertySets, setPropertySets, setReferencedObjects, setReferencedObjects, setResponsibleParties, setResponsibleParties, setSourceTransformations, setSourceTransformations, setSpecSourceTransformations, setSpecSourceTransformations, setSpecTargetTransformations, setSpecTargetTransformations, setTargetTransformations, setTargetTransformations, setTimestamps, setTimestamps, setTrees, setTrees, setTSObjectNamespace, setTSObjectNamespaces, setTSObjectNamespaces, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersionState, setUsedByPrototypes, setUsedByPrototypes, setUsingPrototype, setUsingPrototypes, setUsingPrototypes, setVariables, setVariables
-
Field Details
-
ATTRIBUTE_LOCATIONPATH_NAME
static final String ATTRIBUTE_LOCATIONPATH_NAMEConstant used for the name of the LocationPath attribute.LocationPath: LocationPath
- See Also:
-
ATTRIBUTE_LOCATIONPATHTYPE_NAME
static final String ATTRIBUTE_LOCATIONPATHTYPE_NAMEConstant used for the name of the LocationPathType attribute.LocationPathType: Indicates if the path is absolute (0) or relative (1).
- See Also:
-
ATTRIBUTE_MAJORVERSION_NAME
static final String ATTRIBUTE_MAJORVERSION_NAMEConstant used for the name of the MajorVersion attribute.MajorVersion: Major version of the SAS XML LIBNAME extension.
- See Also:
-
ATTRIBUTE_MINORVERSION_NAME
static final String ATTRIBUTE_MINORVERSION_NAMEConstant used for the name of the MinorVersion attribute.MinorVersion: Minor version of the SAS XML LIBNAME extension.
- See Also:
-
ATTRIBUTE_PROCESSTAG_NAME
static final String ATTRIBUTE_PROCESSTAG_NAMEConstant used for the name of the ProcessTag attribute.ProcessTag: Integer to show whether the tag is the beginning or the end of an Xpath. 0 = no tag; 1= beginning tag; 2 = end tag
- See Also:
-
ATTRIBUTE_AXISNAME_NAME
static final String ATTRIBUTE_AXISNAME_NAMEConstant used for the name of the AxisName attribute.AxisName: Used to show the tree relationship.
- See Also:
-
ATTRIBUTE_NODESETFUNCTION_NAME
static final String ATTRIBUTE_NODESETFUNCTION_NAMEConstant used for the name of the NodeSetFunction attribute.NodeSetFunction: Used to show the node set function.
- See Also:
-
ATTRIBUTE_SYNTAXMARKER_NAME
static final String ATTRIBUTE_SYNTAXMARKER_NAMEConstant used for the name of the SyntaxMarker attribute.SyntaxMarker: Describes the language used in the XPath.
- See Also:
-
ASSOCIATION_ASSOCIATEDMAPCOLUMN_NAME
static final String ASSOCIATION_ASSOCIATEDMAPCOLUMN_NAMEConstant used for the name of the AssociatedMapColumn association.AssociatedMapColumn: Associated SXLE map column.
- See Also:
-
ASSOCIATION_ASSOCIATEDMAPTABLE_NAME
static final String ASSOCIATION_ASSOCIATEDMAPTABLE_NAMEConstant used for the name of the AssociatedMapTable association.AssociatedMapTable: Associated SXLE map table.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfaceRoot- Specified by:
initializeRequiredObjectsin interfaceSecondaryType- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
initializePredObjects
void initializePredObjects() throws RemoteException(S) Adds the Associated objects to the predObjects which are:- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfaceRoot- Specified by:
initializePredObjectsin interfaceSecondaryType- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLocationPath
String getLocationPath() throws RemoteExceptionGets theStringvalue ofLocationPath- Returns:
- The
LocationPath - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLocationPathState
int getLocationPathState() throws RemoteExceptionGets the Metadata State ofLocationPath- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLocationPathMaxLength
int getLocationPathMaxLength() throws RemoteExceptionGets the maximum length ofLocationPath- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLocationPathType
int getLocationPathType() throws RemoteExceptionGets theintvalue ofLocationPathType- Returns:
- The
LocationPathType - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLocationPathTypeState
int getLocationPathTypeState() throws RemoteExceptionGets the Metadata State ofLocationPathType- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMajorVersion
int getMajorVersion() throws RemoteExceptionGets theintvalue ofMajorVersion- Returns:
- The
MajorVersion - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMajorVersionState
int getMajorVersionState() throws RemoteExceptionGets the Metadata State ofMajorVersion- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMinorVersion
int getMinorVersion() throws RemoteExceptionGets theintvalue ofMinorVersion- Returns:
- The
MinorVersion - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMinorVersionState
int getMinorVersionState() throws RemoteExceptionGets the Metadata State ofMinorVersion- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProcessTag
int getProcessTag() throws RemoteExceptionGets theintvalue ofProcessTag- Returns:
- The
ProcessTag - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProcessTagState
int getProcessTagState() throws RemoteExceptionGets the Metadata State ofProcessTag- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAxisName
String getAxisName() throws RemoteExceptionGets theStringvalue ofAxisName- Returns:
- The
AxisName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAxisNameState
int getAxisNameState() throws RemoteExceptionGets the Metadata State ofAxisName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAxisNameMaxLength
int getAxisNameMaxLength() throws RemoteExceptionGets the maximum length ofAxisName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getNodeSetFunction
String getNodeSetFunction() throws RemoteExceptionGets theStringvalue ofNodeSetFunction- Returns:
- The
NodeSetFunction - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getNodeSetFunctionState
int getNodeSetFunctionState() throws RemoteExceptionGets the Metadata State ofNodeSetFunction- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getNodeSetFunctionMaxLength
int getNodeSetFunctionMaxLength() throws RemoteExceptionGets the maximum length ofNodeSetFunction- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSyntaxMarker
String getSyntaxMarker() throws RemoteExceptionGets theStringvalue ofSyntaxMarker- Returns:
- The
SyntaxMarker - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSyntaxMarkerState
int getSyntaxMarkerState() throws RemoteExceptionGets the Metadata State ofSyntaxMarker- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSyntaxMarkerMaxLength
int getSyntaxMarkerMaxLength() throws RemoteExceptionGets the maximum length ofSyntaxMarker- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAssociatedMapColumns
Gets the Association list ofAssociatedMapColumns- Returns:
- The AssociationList of
AssociatedMapColumnswhich can be of type:
Column
ColumnRange - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getAssociatedMapColumn
Gets theColumnforAssociatedMapColumn- Returns:
- The
Column(nullif not set ) ofAssociatedMapColumnwhich can be of type:
Column
ColumnRange - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getAssociatedMapTables
Gets the Association list ofAssociatedMapTables- Returns:
- The AssociationList of
AssociatedMapTableswhich can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getAssociatedMapTable
Gets theRelationalTableforAssociatedMapTable- Returns:
- The
RelationalTable(nullif not set ) ofAssociatedMapTablewhich can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getAssociatedMapColumns
Gets the Associationlist ofAssociatedMapColumns- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
AssociatedMapColumnswhich can be of type:
Column
ColumnRange - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getAssociatedMapTables
Gets the Associationlist ofAssociatedMapTables- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
AssociatedMapTableswhich can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setLocationPath
void setLocationPath(String inLocationPath) throws RemoteException Sets theLocationPathvalue and sets the state to MetadataState.LOCAL.- Parameters:
inLocationPath- String- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPath
void setLocationPath(String inLocationPath, int state) throws RemoteException Sets theLocationPathMetadata State.- Parameters:
inLocationPath- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPathState
void setLocationPathState(int state) throws RemoteException Sets the Metadata State ofLocationPath.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPathType
void setLocationPathType(int inLocationPathType) throws RemoteException Sets theLocationPathTypevalue and sets the state to MetadataState.LOCAL.- Parameters:
inLocationPathType- int- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPathType
void setLocationPathType(int inLocationPathType, int state) throws RemoteException Sets theLocationPathTypeMetadata State.- Parameters:
inLocationPathType- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPathType
void setLocationPathType(String inLocationPathType) throws RemoteException Sets theLocationPathTypevalue and sets the state to MetadataState.LOCAL.- Parameters:
inLocationPathType- String- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPathType
void setLocationPathType(String inLocationPathType, int state) throws RemoteException Sets theLocationPathTypevalue and Metadata State.- Parameters:
inLocationPathType- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLocationPathTypeState
void setLocationPathTypeState(int state) throws RemoteException Sets the Metadata State ofLocationPathType.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajorVersion
void setMajorVersion(int inMajorVersion) throws RemoteException Sets theMajorVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMajorVersion- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajorVersion
void setMajorVersion(int inMajorVersion, int state) throws RemoteException Sets theMajorVersionMetadata State.- Parameters:
inMajorVersion- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajorVersion
void setMajorVersion(String inMajorVersion) throws RemoteException Sets theMajorVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMajorVersion- String- Throws:
RemoteException- If error communicating with remote object.
-
setMajorVersion
void setMajorVersion(String inMajorVersion, int state) throws RemoteException Sets theMajorVersionvalue and Metadata State.- Parameters:
inMajorVersion- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajorVersionState
void setMajorVersionState(int state) throws RemoteException Sets the Metadata State ofMajorVersion.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinorVersion
void setMinorVersion(int inMinorVersion) throws RemoteException Sets theMinorVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMinorVersion- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinorVersion
void setMinorVersion(int inMinorVersion, int state) throws RemoteException Sets theMinorVersionMetadata State.- Parameters:
inMinorVersion- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinorVersion
void setMinorVersion(String inMinorVersion) throws RemoteException Sets theMinorVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMinorVersion- String- Throws:
RemoteException- If error communicating with remote object.
-
setMinorVersion
void setMinorVersion(String inMinorVersion, int state) throws RemoteException Sets theMinorVersionvalue and Metadata State.- Parameters:
inMinorVersion- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinorVersionState
void setMinorVersionState(int state) throws RemoteException Sets the Metadata State ofMinorVersion.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setProcessTag
void setProcessTag(int inProcessTag) throws RemoteException Sets theProcessTagvalue and sets the state to MetadataState.LOCAL.- Parameters:
inProcessTag- int- Throws:
RemoteException- If error communicating with remote object.
-
setProcessTag
void setProcessTag(int inProcessTag, int state) throws RemoteException Sets theProcessTagMetadata State.- Parameters:
inProcessTag- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProcessTag
void setProcessTag(String inProcessTag) throws RemoteException Sets theProcessTagvalue and sets the state to MetadataState.LOCAL.- Parameters:
inProcessTag- String- Throws:
RemoteException- If error communicating with remote object.
-
setProcessTag
void setProcessTag(String inProcessTag, int state) throws RemoteException Sets theProcessTagvalue and Metadata State.- Parameters:
inProcessTag- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProcessTagState
void setProcessTagState(int state) throws RemoteException Sets the Metadata State ofProcessTag.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setAxisName
void setAxisName(String inAxisName) throws RemoteException Sets theAxisNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inAxisName- String- Throws:
RemoteException- If error communicating with remote object.
-
setAxisName
void setAxisName(String inAxisName, int state) throws RemoteException Sets theAxisNameMetadata State.- Parameters:
inAxisName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAxisNameState
void setAxisNameState(int state) throws RemoteException Sets the Metadata State ofAxisName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setNodeSetFunction
void setNodeSetFunction(String inNodeSetFunction) throws RemoteException Sets theNodeSetFunctionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inNodeSetFunction- String- Throws:
RemoteException- If error communicating with remote object.
-
setNodeSetFunction
void setNodeSetFunction(String inNodeSetFunction, int state) throws RemoteException Sets theNodeSetFunctionMetadata State.- Parameters:
inNodeSetFunction- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setNodeSetFunctionState
void setNodeSetFunctionState(int state) throws RemoteException Sets the Metadata State ofNodeSetFunction.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSyntaxMarker
void setSyntaxMarker(String inSyntaxMarker) throws RemoteException Sets theSyntaxMarkervalue and sets the state to MetadataState.LOCAL.- Parameters:
inSyntaxMarker- String- Throws:
RemoteException- If error communicating with remote object.
-
setSyntaxMarker
void setSyntaxMarker(String inSyntaxMarker, int state) throws RemoteException Sets theSyntaxMarkerMetadata State.- Parameters:
inSyntaxMarker- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSyntaxMarkerState
void setSyntaxMarkerState(int state) throws RemoteException Sets the Metadata State ofSyntaxMarker.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedMapColumns
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedMapColumns
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedMapColumn
Sets theAssociatedMapColumnslist 0th element to beinObject.- Parameters:
inObject- Column- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedMapTables
Sets theAssociatedMapTableslist to belist. Objects of which can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedMapTables
Sets theAssociatedMapTableslist to belist. Objects of which can be of type:
RelationalTable
PhysicalTable
WorkTable
SecuredTable
QueryTable
JoinTable- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedMapTable
Sets theAssociatedMapTableslist 0th element to beinObject.- Parameters:
inObject- RelationalTable- Throws:
RemoteException- If error communicating with remote object.
-