Uses of Class
com.sas.metadata.remote.MdException

Packages that use MdException
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
com.sas.metadata.remote.entities Provides a way of serializing com.sas.entities information to SAS Metadata Server in Java applications. 
 

Uses of MdException in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that throw MdException
 int MdOMIUtil.addMetadata(java.lang.String inXML, java.lang.String reposID, org.omg.CORBA.StringHolder outXML, int iFlags)
          Performs an add operation against the metadata server.
 org.w3c.dom.Document MdOMIUtil.ApplyXML(java.lang.String inXML, java.lang.String reposID)
          This routine is used by metadata importers to filter their XML to handle XML updates.
 void MdOMRConnection.closeIMetadataTransportConnection(com.sas.meta.SASOMI.IMetadataTransport transportConnection)
          This method does nothing.
 void MdOMRConnection.closeIOMConnection(com.sas.iom.SAS.IWorkspace workspace)
          This method does nothing.
 void MdOMRConnection.closeISecurityAdminConnection(com.sas.meta.SASOMI.ISecurityAdmin secAdminConnection)
          This method does nothing.
 void MdOMRConnection.closeISecurityConnection(com.sas.meta.SASOMI.ISecurity iSecurity)
          This method does nothing.
 void MdOMRConnection.closeIServerConnection(com.sas.meta.SASOMI.IServer iServer)
          This method does nothing.
 java.util.List MdOMIUtil.copyMetadata(com.sas.meta.SASOMI.IOMI connectionHandle, MdObjectStore instore, java.lang.String inXML, java.lang.String reposID, java.lang.String template, int iFlags)
          Warning: As of version 9.2, this method should no longer be used.
 java.util.List MdOMIUtil.copyMetadata(MdObjectStore instore, java.lang.String inXML, java.lang.String reposID, java.lang.String template, int iFlags)
          Warning: As of version 9.2, this method should no longer be used.
 java.lang.String MdObjectBaseXML.createUpdateAssociationXML()
          Override this method to create the XML string necessary to update lists of associated objects, such as columns, and extended attributes.
 java.lang.String MdObjectBaseXML.createUpdateAssociationXML(CMetadata inObject, java.lang.StringBuffer outXML)
          Creates update XML for all associations on inputed object.
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObject(CMetadata inObject)
          Delete a CMetadata object and all it's dependancies.
 void MdFactoryImpl.deleteMetadataObject(CMetadata delobject)
          Removes the object from the client and from the server if the object exists on the server.
 void MdFactory.deleteMetadataObject(CMetadata delobject)
          Removes the object from the client and from the server if the object exists on the server.
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObject(CMetadata metadataObject, java.lang.String template)
          Deletes an object from the server using the specified delete template.
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObject(java.lang.String objectType, java.lang.String objectID)
          Deletes a metadata object and all of its dependencies
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObject(java.lang.String objectType, java.lang.String objectID, java.lang.String template)
          Deletes a metadata object and all of its dependencies
 void MdFactoryImpl.deleteMetadataObjects(CMetadata deleteObject, java.lang.String template)
          Removes the object from the detail Map and from the server!
 void MdFactory.deleteMetadataObjects(CMetadata deleteObject, java.lang.String template)
          Removes the object from the detail Map and from the server!
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObjects(java.util.List<? extends CMetadata> inObjects)
          Delete a CMetadata object and all it's dependancies.
 void MdFactoryImpl.deleteMetadataObjects(java.util.List<? extends CMetadata> objectList)
          Removes the object from the detail Map and from the server!
 void MdFactory.deleteMetadataObjects(java.util.List<? extends CMetadata> objectList)
          Removes the object from the detail Map and from the server!
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObjects(java.util.Map<java.lang.String,java.lang.String> inObjects)
          Delete multiple objects from the server and all their dependencies.
 void MdFactoryImpl.deleteMetadataObjects(java.lang.String objectName, java.lang.String objectType, java.lang.String objectFQID, java.lang.String template)
          Removes the object from the detail Map and from the server!
 void MdFactory.deleteMetadataObjects(java.lang.String objectName, java.lang.String objectType, java.lang.String objectFQID, java.lang.String template)
          Removes the object from the detail Map and from the server!
 void MdFactoryImpl.deletePublicObject(CMetadata publicObject)
          Deletes a public object from the server.
 void MdFactory.deletePublicObject(CMetadata publicObject)
          Deletes a public object from the server.
 void MdFactoryImpl.deletePublicObject(CMetadata publicObject, java.lang.String template)
          Deletes a public object from the server.
 void MdFactory.deletePublicObject(CMetadata publicObject, java.lang.String template)
          Deletes a public object from the server.
 void MdOMRConnection.disconnectIMetadataTransportConnection(com.sas.meta.SASOMI.IMetadataTransport transportConnection)
          Immediately disconnects a connection to a SAS Metadata Server.
 void MdOMRConnection.disconnectIOMConnection(com.sas.iom.SAS.IWorkspace workspace)
          Immediately disconnects a connection to a SAS Workspace Server.
 void MdOMRConnection.disconnectISecurityAdminConnection(com.sas.meta.SASOMI.ISecurityAdmin secAdminConnection)
          Immediately disconnects a connection to a SAS Metadata Server.
 void MdOMRConnection.disconnectISecurityConnection(com.sas.meta.SASOMI.ISecurity iSecurity)
          Immediately disconnects a connection to a SAS Metadata Server.
 void MdOMRConnection.disconnectIServerConnection(com.sas.meta.SASOMI.IServer iServer)
          Immediately disconnects a connection to a SAS Metadata Server.
 void MdOMRConnection.disconnectOMRConnection(com.sas.meta.SASOMI.IOMI iOMI)
          Immediately disconnects a connection to a SAS Metadata Server.
 java.lang.String MdObjectBaseXML.doCreateUpdateXML(CMetadata object)
          Primary function to create an UpdateXML string to be sent to the server to perform an update on an object, and all of its association objects.
 int MdOMIUtil.doesObjectExist(java.lang.String reposID, java.lang.String objectType, java.lang.String xmlSelect)
          Returns whether an object exists on the metadata server.
 org.w3c.dom.Document MdOMIUtil.DoRequest(java.lang.String inXML)
          Performs a DoRequest
 org.w3c.dom.Document MdOMIUtil.DoRequest(java.lang.String inXML, boolean fUpdateIds)
          Performs a DoRequest
 void MdOMIUtil.DoRequestNoReturn(java.lang.String inXML, boolean fUpdateIds)
          Performs a DoRequest
 CMetadata MdOMIUtil.doSimple(CMetadata thisObject, org.w3c.dom.NamedNodeMap thisNodeMap)
          Calls 'set' methods for given object for nodes in given NodeMap
 AssociationList Permission.getAccessControlEntries()
          Gets the AssociationList of AccessControlEntries
 AssociationList Identity.getAccessControlEntries()
          Gets the AssociationList of AccessControlEntries
 AssociationList Permission.getAccessControlEntries(boolean fGoToServer)
          Gets the Associationlist of AccessControlEntries
 AssociationList Identity.getAccessControlEntries(boolean fGoToServer)
          Gets the Associationlist of AccessControlEntries
 AssociationList AccessControlTemplate.getAccessControlItems()
          Gets the AssociationList of AccessControlItems
 AssociationList AccessControlTemplate.getAccessControlItems(boolean fGoToServer)
          Gets the Associationlist of AccessControlItems
 AssociationList Root.getAccessControls()
          Gets the Association list of AccessControls
 AssociationList Root.getAccessControls(boolean fGoToServer)
          Gets the Associationlist of AccessControls
 AssociationList AccessControl.getAccessControlTemplates()
          Gets the Association list of AccessControlTemplates
 AssociationList AccessControl.getAccessControlTemplates(boolean fGoToServer)
          Gets the Associationlist of AccessControlTemplates
 AssociationList ConditionActionSet.getActions()
          Gets the AssociationList of Actions
 AssociationList ConditionActionSet.getActions(boolean fGoToServer)
          Gets the Associationlist of Actions
 AssociationList TransformationStep.getActivities()
          Gets the Association list of Activities
 AssociationList TransformationStep.getActivities(boolean fGoToServer)
          Gets the Associationlist of Activities
 AssociationList PhysicalTable.getAggregations()
          Gets the AssociationList of Aggregations
 AssociationList Level.getAggregations()
          Gets the Association list of Aggregations
 AssociationList Cube.getAggregations()
          Gets the AssociationList of Aggregations
 AssociationList PhysicalTable.getAggregations(boolean fGoToServer)
          Gets the Associationlist of Aggregations
 AssociationList Level.getAggregations(boolean fGoToServer)
          Gets the Associationlist of Aggregations
 AssociationList Cube.getAggregations(boolean fGoToServer)
          Gets the Associationlist of Aggregations
 AssociationList Aggregation.getAggregationTables()
          Gets the Association list of AggregationTables
 AssociationList Aggregation.getAggregationTables(boolean fGoToServer)
          Gets the Associationlist of AggregationTables
 AssociationList DeployedDataPackage.getAliases()
          Gets the AssociationList of Aliases
 AssociationList DeployedDataPackage.getAliases(boolean fGoToServer)
          Gets the Associationlist of Aliases
 DeployedDataPackage DeployedDataPackage.getAliasFor()
          Gets the DeployedDataPackage for AliasFor
 AssociationList DeployedDataPackage.getAliasFors()
          Gets the Association list of AliasFors
 AssociationList DeployedDataPackage.getAliasFors(boolean fGoToServer)
          Gets the Associationlist of AliasFors
 AssociationList Column.getAnalyticColumns()
          Gets the Association list of AnalyticColumns
 AssociationList Column.getAnalyticColumns(boolean fGoToServer)
          Gets the Associationlist of AnalyticColumns
 AssociationList RelationalTable.getAnalyticTables()
          Gets the Association list of AnalyticTables
 AssociationList RelationalTable.getAnalyticTables(boolean fGoToServer)
          Gets the Associationlist of AnalyticTables
 RelationalTable AnalyticTable.getAnalyticTrainingTable()
          Gets the RelationalTable for AnalyticTrainingTable
 AssociationList AnalyticTable.getAnalyticTrainingTables()
          Gets the AssociationList of AnalyticTrainingTables
 AssociationList AnalyticTable.getAnalyticTrainingTables(boolean fGoToServer)
          Gets the Associationlist of AnalyticTrainingTables
 AssociationList ArchiveFile.getArchiveEntries()
          Gets the Association list of ArchiveEntries
 AssociationList ArchiveFile.getArchiveEntries(boolean fGoToServer)
          Gets the Associationlist of ArchiveEntries
 AssociationList ITChannel.getArchivePaths()
          Gets the AssociationList of ArchivePaths
 AssociationList ITChannel.getArchivePaths(boolean fGoToServer)
          Gets the Associationlist of ArchivePaths
 AssociationList ITChannel.getArchives()
          Gets the AssociationList of Archives
 AssociationList ITChannel.getArchives(boolean fGoToServer)
          Gets the Associationlist of Archives
 AssociationList PropertyType.getArrayTypes()
          Gets the AssociationList of ArrayTypes
 AssociationList PropertyType.getArrayTypes(boolean fGoToServer)
          Gets the Associationlist of ArrayTypes
 ClassifierMap FeatureMap.getAssociatedClassifierMap()
          Gets the ClassifierMap for AssociatedClassifierMap
 AssociationList FeatureMap.getAssociatedClassifierMaps()
          Gets the Association list of AssociatedClassifierMaps
 AssociationList FeatureMap.getAssociatedClassifierMaps(boolean fGoToServer)
          Gets the Associationlist of AssociatedClassifierMaps
 Condition ConditionActionSet.getAssociatedCondition()
          Gets the Condition for AssociatedCondition
 PermissionCondition AccessControlEntry.getAssociatedCondition()
          Gets the PermissionCondition for AssociatedCondition
 AssociationList ConditionActionSet.getAssociatedConditions()
          Gets the Association list of AssociatedConditions
 AssociationList AccessControlEntry.getAssociatedConditions()
          Gets the Association list of AssociatedConditions
 AssociationList ConditionActionSet.getAssociatedConditions(boolean fGoToServer)
          Gets the Associationlist of AssociatedConditions
 AssociationList AccessControlEntry.getAssociatedConditions(boolean fGoToServer)
          Gets the Associationlist of AssociatedConditions
 Tree PSPortlet.getAssociatedContentCollection()
          Gets the Tree for AssociatedContentCollection
 AssociationList PSPortlet.getAssociatedContentCollections()
          Gets the Association list of AssociatedContentCollections
 AssociationList PSPortlet.getAssociatedContentCollections(boolean fGoToServer)
          Gets the Associationlist of AssociatedContentCollections
 ContentLocation UnitofTime.getAssociatedContentLocation()
          Gets the ContentLocation for AssociatedContentLocation
 AssociationList UnitofTime.getAssociatedContentLocations()
          Gets the AssociationList of AssociatedContentLocations
 AssociationList UnitofTime.getAssociatedContentLocations(boolean fGoToServer)
          Gets the Associationlist of AssociatedContentLocations
 ContentType TypeDefinition.getAssociatedContentType()
          Gets the ContentType for AssociatedContentType
 ContentType ContentLocation.getAssociatedContentType()
          Gets the ContentType for AssociatedContentType
 AssociationList TypeDefinition.getAssociatedContentTypes()
          Gets the AssociationList of AssociatedContentTypes
 AssociationList ContentLocation.getAssociatedContentTypes()
          Gets the AssociationList of AssociatedContentTypes
 AssociationList TypeDefinition.getAssociatedContentTypes(boolean fGoToServer)
          Gets the Associationlist of AssociatedContentTypes
 AssociationList ContentLocation.getAssociatedContentTypes(boolean fGoToServer)
          Gets the Associationlist of AssociatedContentTypes
 Cube GlobalFormula.getAssociatedCube()
          Gets the Cube for AssociatedCube
 Cube File.getAssociatedCube()
          Gets the Cube for AssociatedCube
 AssociationList GlobalFormula.getAssociatedCubes()
          Gets the AssociationList of AssociatedCubes
 AssociationList File.getAssociatedCubes()
          Gets the Association list of AssociatedCubes
 AssociationList GlobalFormula.getAssociatedCubes(boolean fGoToServer)
          Gets the Associationlist of AssociatedCubes
 AssociationList File.getAssociatedCubes(boolean fGoToServer)
          Gets the Associationlist of AssociatedCubes
 DeviceType Device.getAssociatedDeviceType()
          Gets the DeviceType for AssociatedDeviceType
 AssociationList Device.getAssociatedDeviceTypes()
          Gets the Association list of AssociatedDeviceTypes
 AssociationList Device.getAssociatedDeviceTypes(boolean fGoToServer)
          Gets the Associationlist of AssociatedDeviceTypes
 Directory SharedDimension.getAssociatedDirectory()
          Gets the Directory for AssociatedDirectory
 AssociationList SharedDimension.getAssociatedDirectorys()
          Gets the AssociationList of AssociatedDirectorys
 AssociationList SharedDimension.getAssociatedDirectorys(boolean fGoToServer)
          Gets the Associationlist of AssociatedDirectorys
 ExternalTable File.getAssociatedExternalTable()
          Gets the ExternalTable for AssociatedExternalTable
 AssociationList File.getAssociatedExternalTables()
          Gets the Association list of AssociatedExternalTables
 AssociationList File.getAssociatedExternalTables(boolean fGoToServer)
          Gets the Associationlist of AssociatedExternalTables
 File Cube.getAssociatedFile()
          Gets the File for AssociatedFile
 AssociationList Cube.getAssociatedFiles()
          Gets the AssociationList of AssociatedFiles
 AssociationList Cube.getAssociatedFiles(boolean fGoToServer)
          Gets the Associationlist of AssociatedFiles
 AssociationList NamedSet.getAssociatedHierarchies()
          Gets the Association list of AssociatedHierarchies
 AssociationList NamedSet.getAssociatedHierarchies(boolean fGoToServer)
          Gets the Associationlist of AssociatedHierarchies
 Hierarchy HierarchyLevel.getAssociatedHierarchy()
          Gets the Hierarchy for AssociatedHierarchy
 AssociationList HierarchyLevel.getAssociatedHierarchys()
          Gets the AssociationList of AssociatedHierarchys
 AssociationList HierarchyLevel.getAssociatedHierarchys(boolean fGoToServer)
          Gets the Associationlist of AssociatedHierarchys
 Tree Identity.getAssociatedHomeFolder()
          Gets the Tree for AssociatedHomeFolder
 AssociationList Identity.getAssociatedHomeFolders()
          Gets the Association list of AssociatedHomeFolders
 AssociationList Identity.getAssociatedHomeFolders(boolean fGoToServer)
          Gets the Associationlist of AssociatedHomeFolders
 Identity Tree.getAssociatedIdentity()
          Gets the Identity for AssociatedIdentity
 Identity Login.getAssociatedIdentity()
          Gets the Identity for AssociatedIdentity
 AssociationList Tree.getAssociatedIdentitys()
          Gets the AssociationList of AssociatedIdentitys
 AssociationList Login.getAssociatedIdentitys()
          Gets the AssociationList of AssociatedIdentitys
 AssociationList Tree.getAssociatedIdentitys(boolean fGoToServer)
          Gets the Associationlist of AssociatedIdentitys
 AssociationList Login.getAssociatedIdentitys(boolean fGoToServer)
          Gets the Associationlist of AssociatedIdentitys
 Job JFJob.getAssociatedJob()
          Gets the Job for AssociatedJob
 AssociationList JFJob.getAssociatedJobs()
          Gets the Association list of AssociatedJobs
 AssociationList JFJob.getAssociatedJobs(boolean fGoToServer)
          Gets the Associationlist of AssociatedJobs
 Level OLAPProperty.getAssociatedLevel()
          Gets the Level for AssociatedLevel
 Level HierarchyLevel.getAssociatedLevel()
          Gets the Level for AssociatedLevel
 Level CalculatedMember.getAssociatedLevel()
          Gets the Level for AssociatedLevel
 AssociationList OLAPProperty.getAssociatedLevels()
          Gets the Association list of AssociatedLevels
 AssociationList HierarchyLevel.getAssociatedLevels()
          Gets the AssociationList of AssociatedLevels
 AssociationList CalculatedMember.getAssociatedLevels()
          Gets the AssociationList of AssociatedLevels
 AssociationList OLAPProperty.getAssociatedLevels(boolean fGoToServer)
          Gets the Associationlist of AssociatedLevels
 AssociationList HierarchyLevel.getAssociatedLevels(boolean fGoToServer)
          Gets the Associationlist of AssociatedLevels
 AssociationList CalculatedMember.getAssociatedLevels(boolean fGoToServer)
          Gets the Associationlist of AssociatedLevels
 Root Property.getAssociatedLocalizedObject()
          Gets the Root for AssociatedLocalizedObject
 AssociationList Property.getAssociatedLocalizedObjects()
          Gets the AssociationList of AssociatedLocalizedObjects
 AssociationList Property.getAssociatedLocalizedObjects(boolean fGoToServer)
          Gets the Associationlist of AssociatedLocalizedObjects
 Machine DeployedComponent.getAssociatedMachine()
          Gets the Machine for AssociatedMachine
 AssociationList DeployedComponent.getAssociatedMachines()
          Gets the AssociationList of AssociatedMachines
 AssociationList DeployedComponent.getAssociatedMachines(boolean fGoToServer)
          Gets the Associationlist of AssociatedMachines
 Column XPath.getAssociatedMapColumn()
          Gets the Column for AssociatedMapColumn
 AssociationList XPath.getAssociatedMapColumns()
          Gets the Association list of AssociatedMapColumns
 AssociationList XPath.getAssociatedMapColumns(boolean fGoToServer)
          Gets the Associationlist of AssociatedMapColumns
 RelationalTable XPath.getAssociatedMapTable()
          Gets the RelationalTable for AssociatedMapTable
 AssociationList XPath.getAssociatedMapTables()
          Gets the Association list of AssociatedMapTables
 AssociationList XPath.getAssociatedMapTables(boolean fGoToServer)
          Gets the Associationlist of AssociatedMapTables
 MiningResult ArchiveFile.getAssociatedMiningResult()
          Gets the MiningResult for AssociatedMiningResult
 AssociationList ArchiveFile.getAssociatedMiningResults()
          Gets the Association list of AssociatedMiningResults
 AssociationList ArchiveFile.getAssociatedMiningResults(boolean fGoToServer)
          Gets the Associationlist of AssociatedMiningResults
 Root Variable.getAssociatedObject()
          Gets the Root for AssociatedObject
 Root PropertyGroup.getAssociatedObject()
          Gets the Root for AssociatedObject
 Root Property.getAssociatedObject()
          Gets the Root for AssociatedObject
 CMetadata MdOMIUtil.getAssociatedObject(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate)
          Get the single metatdata object from the given associtation.
 CMetadata MdOMIUtil.getAssociatedObject(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate, boolean doNotOverrideAssocs)
          Get the single metatdata object from the given associtation.
 AssociationList Variable.getAssociatedObjects()
          Gets the AssociationList of AssociatedObjects
 AssociationList PropertyGroup.getAssociatedObjects()
          Gets the AssociationList of AssociatedObjects
 AssociationList Property.getAssociatedObjects()
          Gets the AssociationList of AssociatedObjects
 AssociationList CustomAssociation.getAssociatedObjects()
          Gets the Association list of AssociatedObjects
 AssociationList Variable.getAssociatedObjects(boolean fGoToServer)
          Gets the Associationlist of AssociatedObjects
 AssociationList PropertyGroup.getAssociatedObjects(boolean fGoToServer)
          Gets the Associationlist of AssociatedObjects
 AssociationList Property.getAssociatedObjects(boolean fGoToServer)
          Gets the Associationlist of AssociatedObjects
 AssociationList CustomAssociation.getAssociatedObjects(boolean fGoToServer)
          Gets the Associationlist of AssociatedObjects
 AssociationList MdOMIUtil.getAssociatedObjects(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate)
          Gets the list of metatdata objects for the given association.
 AssociationList MdOMIUtil.getAssociatedObjects(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate, boolean doNotOverrideAssocs)
          Gets the list of metatdata objects for the given association.
 AssociationList MdObjectBaseUtil.getAssociatedObjects(java.lang.String strAssociation)
          Helper method for getting associated metadata objects.
 AssociationList MdObjectBaseUtil.getAssociatedObjects(java.lang.String strAssociation, java.lang.String strTemplate)
          Helper method for getting associated metadata objects.
 AssociationList MdObjectBaseUtil.getAssociatedObjects(java.lang.String associationType, java.lang.String strAssociation, boolean isPredAssoc, java.lang.String Properties, CMetadata parentObj)
          Helper method for getting associated metadata objects.
 OLAPSchema File.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 OLAPSchema Dimension.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 OLAPSchema Cube.getAssociatedOLAPSchema()
          Gets the OLAPSchema for AssociatedOLAPSchema
 AssociationList File.getAssociatedOLAPSchemas()
          Gets the Association list of AssociatedOLAPSchemas
 AssociationList Dimension.getAssociatedOLAPSchemas()
          Gets the AssociationList of AssociatedOLAPSchemas
 AssociationList Cube.getAssociatedOLAPSchemas()
          Gets the Association list of AssociatedOLAPSchemas
 AssociationList File.getAssociatedOLAPSchemas(boolean fGoToServer)
          Gets the Associationlist of AssociatedOLAPSchemas
 AssociationList Dimension.getAssociatedOLAPSchemas(boolean fGoToServer)
          Gets the Associationlist of AssociatedOLAPSchemas
 AssociationList Cube.getAssociatedOLAPSchemas(boolean fGoToServer)
          Gets the Associationlist of AssociatedOLAPSchemas
 AbstractPrompt Transformation.getAssociatedPrompt()
          Gets the AbstractPrompt for AssociatedPrompt
 AssociationList Transformation.getAssociatedPrompts()
          Gets the Association list of AssociatedPrompts
 AssociationList Transformation.getAssociatedPrompts(boolean fGoToServer)
          Gets the Associationlist of AssociatedPrompts
 AbstractProperty Text.getAssociatedProperty()
          Gets the AbstractProperty for AssociatedProperty
 PropertyGroup AbstractProperty.getAssociatedPropertyGroup()
          Gets the PropertyGroup for AssociatedPropertyGroup
 AssociationList AbstractProperty.getAssociatedPropertyGroups()
          Gets the AssociationList of AssociatedPropertyGroups
 AssociationList AbstractProperty.getAssociatedPropertyGroups(boolean fGoToServer)
          Gets the Associationlist of AssociatedPropertyGroups
 AssociationList Text.getAssociatedPropertys()
          Gets the Association list of AssociatedPropertys
 AssociationList Text.getAssociatedPropertys(boolean fGoToServer)
          Gets the Associationlist of AssociatedPropertys
 PropertySet Property.getAssociatedPropertySet()
          Gets the PropertySet for AssociatedPropertySet
 AssociationList Property.getAssociatedPropertySets()
          Gets the Association list of AssociatedPropertySets
 AssociationList Property.getAssociatedPropertySets(boolean fGoToServer)
          Gets the Associationlist of AssociatedPropertySets
 AssociationList AssociationProperty.getAssociatedPrototypes()
          Gets the Association list of AssociatedPrototypes
 AssociationList AssociationProperty.getAssociatedPrototypes(boolean fGoToServer)
          Gets the Associationlist of AssociatedPrototypes
 PSPortlet Tree.getAssociatedPSPortlet()
          Gets the PSPortlet for AssociatedPSPortlet
 AssociationList Tree.getAssociatedPSPortlets()
          Gets the AssociationList of AssociatedPSPortlets
 AssociationList Tree.getAssociatedPSPortlets(boolean fGoToServer)
          Gets the Associationlist of AssociatedPSPortlets
 QueryClause Text.getAssociatedQueryClause()
          Gets the QueryClause for AssociatedQueryClause
 AssociationList Text.getAssociatedQueryClauses()
          Gets the Association list of AssociatedQueryClauses
 AssociationList Text.getAssociatedQueryClauses(boolean fGoToServer)
          Gets the Associationlist of AssociatedQueryClauses
 RowSelector ClassifierMap.getAssociatedRowSelector()
          Gets the RowSelector for AssociatedRowSelector
 AssociationList ClassifierMap.getAssociatedRowSelectors()
          Gets the AssociationList of AssociatedRowSelectors
 AssociationList ClassifierMap.getAssociatedRowSelectors(boolean fGoToServer)
          Gets the Associationlist of AssociatedRowSelectors
 SASCatalog SASCatalogEntry.getAssociatedSASCatalog()
          Gets the SASCatalog for AssociatedSASCatalog
 AssociationList SASCatalogEntry.getAssociatedSASCatalogs()
          Gets the AssociationList of AssociatedSASCatalogs
 AssociationList SASCatalogEntry.getAssociatedSASCatalogs(boolean fGoToServer)
          Gets the Associationlist of AssociatedSASCatalogs
 MiningResult Text.getAssociatedTrainedResult()
          Gets the MiningResult for AssociatedTrainedResult
 AssociationList Text.getAssociatedTrainedResults()
          Gets the Association list of AssociatedTrainedResults
 AssociationList Text.getAssociatedTrainedResults(boolean fGoToServer)
          Gets the Associationlist of AssociatedTrainedResults
 AbstractTransformation Text.getAssociatedTransformation()
          Gets the AbstractTransformation for AssociatedTransformation
 AbstractTransformation ConditionActionSet.getAssociatedTransformation()
          Gets the AbstractTransformation for AssociatedTransformation
 AssociationList Text.getAssociatedTransformations()
          Gets the Association list of AssociatedTransformations
 AssociationList ConditionActionSet.getAssociatedTransformations()
          Gets the Association list of AssociatedTransformations
 AssociationList Text.getAssociatedTransformations(boolean fGoToServer)
          Gets the Associationlist of AssociatedTransformations
 AssociationList ConditionActionSet.getAssociatedTransformations(boolean fGoToServer)
          Gets the Associationlist of AssociatedTransformations
 PropertyType Text.getAssociatedType()
          Gets the PropertyType for AssociatedType
 AssociationList Text.getAssociatedTypes()
          Gets the AssociationList of AssociatedTypes
 AssociationList Text.getAssociatedTypes(boolean fGoToServer)
          Gets the Associationlist of AssociatedTypes
 SXLEMap RelationalTable.getAssociatedXMLMap()
          Gets the SXLEMap for AssociatedXMLMap
 AssociationList RelationalTable.getAssociatedXMLMaps()
          Gets the Association list of AssociatedXMLMaps
 AssociationList RelationalTable.getAssociatedXMLMaps(boolean fGoToServer)
          Gets the Associationlist of AssociatedXMLMaps
 int MdSecurityUtil.getAssociationCountForObject(CMetadata meta, java.lang.String associationName)
          Returns the size of a specific association for an object.
 AssociationList Prototype.getAssociations()
          Gets the AssociationList of Associations
 AssociationList Prototype.getAssociations(boolean fGoToServer)
          Gets the Associationlist of Associations
 com.sas.metadata.remote.MdAuthorizationBase AccessControlTemplate.getAuthorizationDefinitionUtil()
          Obtain the AuthorizationDefinitionUtil Interface for this AccessControlTemplate
 com.sas.metadata.remote.MdAuthorizationUtil MdObjectBaseUtil.getAuthorizationUtil()
          Obtain the MdAuthorizationUtil Interface for this object
 AssociationList Level.getCalculatedMembers()
          Gets the Association list of CalculatedMembers
 AssociationList Hierarchy.getCalculatedMembers()
          Gets the Association list of CalculatedMembers
 AssociationList Level.getCalculatedMembers(boolean fGoToServer)
          Gets the Associationlist of CalculatedMembers
 AssociationList Hierarchy.getCalculatedMembers(boolean fGoToServer)
          Gets the Associationlist of CalculatedMembers
 Identity Change.getChangeIdentity()
          Gets the Identity for ChangeIdentity
 AssociationList Change.getChangeIdentitys()
          Gets the AssociationList of ChangeIdentitys
 AssociationList Change.getChangeIdentitys(boolean fGoToServer)
          Gets the Associationlist of ChangeIdentitys
 AssociationList Root.getChanges()
          Gets the AssociationList of Changes
 AssociationList Root.getChanges(boolean fGoToServer)
          Gets the Associationlist of Changes
 AssociationList ITChannel.getChannelSubscriptions()
          Gets the Association list of ChannelSubscriptions
 AssociationList ITChannel.getChannelSubscriptions(boolean fGoToServer)
          Gets the Associationlist of ChannelSubscriptions
 AssociationList DataSourceName.getChildDataSources()
          Gets the AssociationList of ChildDataSources
 AssociationList DataSourceName.getChildDataSources(boolean fGoToServer)
          Gets the Associationlist of ChildDataSources
 AssociationList ClassifierMap.getClassifierSources()
          Gets the AssociationList of ClassifierSources
 AssociationList ClassifierMap.getClassifierSources(boolean fGoToServer)
          Gets the Associationlist of ClassifierSources
 AssociationList ClassifierMap.getClassifierTargets()
          Gets the Association list of ClassifierTargets
 AssociationList ClassifierMap.getClassifierTargets(boolean fGoToServer)
          Gets the Associationlist of ClassifierTargets
 java.util.Properties MdOMRConnection.getCMRProperties()
          Gets certain properties of the CMR connection.
 AssociationList TableCollection.getCollectionLocations()
          Gets the AssociationList of CollectionLocations
 AssociationList TableCollection.getCollectionLocations(boolean fGoToServer)
          Gets the Associationlist of CollectionLocations
 AssociationList QueryClause.getColumns()
          Gets the AssociationList of Columns
 AssociationList Index.getColumns()
          Gets the AssociationList of Columns
 AssociationList DataTable.getColumns()
          Gets the AssociationList of Columns
 AssociationList QueryClause.getColumns(boolean fGoToServer)
          Gets the Associationlist of Columns
 AssociationList Index.getColumns(boolean fGoToServer)
          Gets the Associationlist of Columns
 AssociationList DataTable.getColumns(boolean fGoToServer)
          Gets the Associationlist of Columns
 AssociationList AbstractTransformation.getComputeLocations()
          Gets the AssociationList of ComputeLocations
 AssociationList AbstractTransformation.getComputeLocations(boolean fGoToServer)
          Gets the Associationlist of ComputeLocations
 AssociationList DeployedComponent.getComputeTasks()
          Gets the Association list of ComputeTasks
 AssociationList DeployedComponent.getComputeTasks(boolean fGoToServer)
          Gets the Associationlist of ComputeTasks
 AssociationList Condition.getConditionActionSets()
          Gets the AssociationList of ConditionActionSets
 AssociationList Action.getConditionActionSets()
          Gets the Association list of ConditionActionSets
 AssociationList AbstractTransformation.getConditionActionSets()
          Gets the AssociationList of ConditionActionSets
 AssociationList Condition.getConditionActionSets(boolean fGoToServer)
          Gets the Associationlist of ConditionActionSets
 AssociationList Action.getConditionActionSets(boolean fGoToServer)
          Gets the Associationlist of ConditionActionSets
 AssociationList AbstractTransformation.getConditionActionSets(boolean fGoToServer)
          Gets the Associationlist of ConditionActionSets
 AssociationList AuthenticationDomain.getConnections()
          Gets the Association list of Connections
 AssociationList AuthenticationDomain.getConnections(boolean fGoToServer)
          Gets the Associationlist of Connections
 Directory ITSubscriber.getContentDestination()
          Gets the Directory for ContentDestination
 Directory ITChannel.getContentDestination()
          Gets the Directory for ContentDestination
 AssociationList ITSubscriber.getContentDestinations()
          Gets the AssociationList of ContentDestinations
 AssociationList ITChannel.getContentDestinations()
          Gets the AssociationList of ContentDestinations
 AssociationList ITSubscriber.getContentDestinations(boolean fGoToServer)
          Gets the Associationlist of ContentDestinations
 AssociationList ITChannel.getContentDestinations(boolean fGoToServer)
          Gets the Associationlist of ContentDestinations
 AssociationList ContentType.getContentItems()
          Gets the Association list of ContentItems
 AssociationList ContentType.getContentItems(boolean fGoToServer)
          Gets the Associationlist of ContentItems
 AssociationList DeviceType.getContentTypes()
          Gets the Association list of ContentTypes
 AssociationList DeviceType.getContentTypes(boolean fGoToServer)
          Gets the Associationlist of ContentTypes
 int MdSecurityUtil.getCountNoSecurity(java.lang.String reposID, java.lang.String xmlSelect, java.lang.String metadataType)
          Performs a search on the server bypassing all security permissions.
 int MdSecurityUtil.getCountNoSecurity(java.lang.String reposID, java.lang.String xmlSelect, java.lang.String metadataType, int flags)
          Performs a search on the server bypassing all security permissions.
 AssociationList OLAPSchema.getCubes()
          Gets the AssociationList of Cubes
 AssociationList Measure.getCubes()
          Gets the AssociationList of Cubes
 AssociationList Hierarchy.getCubes()
          Gets the Association list of Cubes
 AssociationList Dimension.getCubes()
          Gets the Association list of Cubes
 AssociationList OLAPSchema.getCubes(boolean fGoToServer)
          Gets the Associationlist of Cubes
 AssociationList Measure.getCubes(boolean fGoToServer)
          Gets the Associationlist of Cubes
 AssociationList Hierarchy.getCubes(boolean fGoToServer)
          Gets the Associationlist of Cubes
 AssociationList Dimension.getCubes(boolean fGoToServer)
          Gets the Associationlist of Cubes
 java.lang.String MdOMRConnection.getCurrentServerVerion()
          Deprecated. Deprecated as of 9.2. Use MdOMRConnection.getServerModelVersion().
 AssociationList Root.getCustomAssociations()
          Gets the AssociationList of CustomAssociations
 AssociationList Root.getCustomAssociations(boolean fGoToServer)
          Gets the Associationlist of CustomAssociations
 AssociationList SoftwareComponent.getCustomizedProperties()
          Gets the AssociationList of CustomizedProperties
 AssociationList SoftwareComponent.getCustomizedProperties(boolean fGoToServer)
          Gets the Associationlist of CustomizedProperties
 AssociationList SoftwareComponent.getCustomizedTransformations()
          Gets the AssociationList of CustomizedTransformations
 AssociationList SoftwareComponent.getCustomizedTransformations(boolean fGoToServer)
          Gets the Associationlist of CustomizedTransformations
 AssociationList SoftwareComponent.getCustomizedTypes()
          Gets the AssociationList of CustomizedTypes
 AssociationList SoftwareComponent.getCustomizedTypes(boolean fGoToServer)
          Gets the Associationlist of CustomizedTypes
 AssociationList PropertyType.getCustomizers()
          Gets the Association list of Customizers
 AssociationList PropertyGroup.getCustomizers()
          Gets the AssociationList of Customizers
 AssociationList AbstractTransformation.getCustomizers()
          Gets the Association list of Customizers
 AssociationList AbstractProperty.getCustomizers()
          Gets the Association list of Customizers
 AssociationList PropertyType.getCustomizers(boolean fGoToServer)
          Gets the Associationlist of Customizers
 AssociationList PropertyGroup.getCustomizers(boolean fGoToServer)
          Gets the Associationlist of Customizers
 AssociationList AbstractTransformation.getCustomizers(boolean fGoToServer)
          Gets the Associationlist of Customizers
 AssociationList AbstractProperty.getCustomizers(boolean fGoToServer)
          Gets the Associationlist of Customizers
 AssociationList DeployedComponent.getDataPackages()
          Gets the Association list of DataPackages
 AssociationList DeployedComponent.getDataPackages(boolean fGoToServer)
          Gets the Associationlist of DataPackages
 Connection DataSourceName.getDataSourceConnection()
          Gets the Connection for DataSourceConnection
 AssociationList DataSourceName.getDataSourceConnections()
          Gets the AssociationList of DataSourceConnections
 AssociationList DataSourceName.getDataSourceConnections(boolean fGoToServer)
          Gets the Associationlist of DataSourceConnections
 AssociationList Login.getDataSources()
          Gets the AssociationList of DataSources
 AssociationList Connection.getDataSources()
          Gets the Association list of DataSources
 AssociationList Login.getDataSources(boolean fGoToServer)
          Gets the Associationlist of DataSources
 AssociationList Connection.getDataSources(boolean fGoToServer)
          Gets the Associationlist of DataSources
 Login SASLibrary.getDefaultLogin()
          Gets the Login for DefaultLogin
 Login DataSourceName.getDefaultLogin()
          Gets the Login for DefaultLogin
 AssociationList SASLibrary.getDefaultLogins()
          Gets the AssociationList of DefaultLogins
 AssociationList DataSourceName.getDefaultLogins()
          Gets the Association list of DefaultLogins
 AssociationList SASLibrary.getDefaultLogins(boolean fGoToServer)
          Gets the Associationlist of DefaultLogins
 AssociationList DataSourceName.getDefaultLogins(boolean fGoToServer)
          Gets the Associationlist of DefaultLogins
 AssociationList SoftwareComponent.getDependentComponents()
          Gets the AssociationList of DependentComponents
 AssociationList SoftwareComponent.getDependentComponents(boolean fGoToServer)
          Gets the Associationlist of DependentComponents
 java.util.List MdRepositoryUtil.getDependentRepositories(java.lang.String repositoryID)
          Gets a list of any dependent repositories that may exist the specified repository.
 AssociationList SoftwareComponent.getDependsOnComponents()
          Gets the Association list of DependsOnComponents
 AssociationList SoftwareComponent.getDependsOnComponents(boolean fGoToServer)
          Gets the Associationlist of DependsOnComponents
 AssociationList SoftwareComponent.getDeployedComponents()
          Gets the Association list of DeployedComponents
 AssociationList ServiceType.getDeployedComponents()
          Gets the Association list of DeployedComponents
 AssociationList Machine.getDeployedComponents()
          Gets the Association list of DeployedComponents
 AssociationList DeployedDataPackage.getDeployedComponents()
          Gets the AssociationList of DeployedComponents
 AssociationList AbstractTransformation.getDeployedComponents()
          Gets the AssociationList of DeployedComponents
 AssociationList SoftwareComponent.getDeployedComponents(boolean fGoToServer)
          Gets the Associationlist of DeployedComponents
 AssociationList ServiceType.getDeployedComponents(boolean fGoToServer)
          Gets the Associationlist of DeployedComponents
 AssociationList Machine.getDeployedComponents(boolean fGoToServer)
          Gets the Associationlist of DeployedComponents
 AssociationList DeployedDataPackage.getDeployedComponents(boolean fGoToServer)
          Gets the Associationlist of DeployedComponents
 AssociationList AbstractTransformation.getDeployedComponents(boolean fGoToServer)
          Gets the Associationlist of DeployedComponents
 AssociationList DeviceType.getDeployedDevices()
          Gets the AssociationList of DeployedDevices
 AssociationList DeviceType.getDeployedDevices(boolean fGoToServer)
          Gets the Associationlist of DeployedDevices
 SoftwareComponent DeployedComponent.getDescriptiveComponent()
          Gets the SoftwareComponent for DescriptiveComponent
 AssociationList DeployedComponent.getDescriptiveComponents()
          Gets the AssociationList of DescriptiveComponents
 AssociationList DeployedComponent.getDescriptiveComponents(boolean fGoToServer)
          Gets the Associationlist of DescriptiveComponents
 AssociationList ContentType.getDeviceDescriptors()
          Gets the AssociationList of DeviceDescriptors
 AssociationList ContentType.getDeviceDescriptors(boolean fGoToServer)
          Gets the Associationlist of DeviceDescriptors
 AssociationList OLAPSchema.getDimensions()
          Gets the Association list of Dimensions
 AssociationList Directory.getDimensions()
          Gets the Association list of Dimensions
 AssociationList Cube.getDimensions()
          Gets the AssociationList of Dimensions
 AssociationList OLAPSchema.getDimensions(boolean fGoToServer)
          Gets the Associationlist of Dimensions
 AssociationList Directory.getDimensions(boolean fGoToServer)
          Gets the Associationlist of Dimensions
 AssociationList Cube.getDimensions(boolean fGoToServer)
          Gets the Associationlist of Dimensions
 AssociationList File.getDirectories()
          Gets the Association list of Directories
 AssociationList File.getDirectories(boolean fGoToServer)
          Gets the Associationlist of Directories
 AssociationList Key.getDisplayColumns()
          Gets the AssociationList of DisplayColumns
 AssociationList Key.getDisplayColumns(boolean fGoToServer)
          Gets the Associationlist of DisplayColumns
 AssociationList Column.getDisplayForKeys()
          Gets the Association list of DisplayForKeys
 AssociationList Column.getDisplayForKeys(boolean fGoToServer)
          Gets the Associationlist of DisplayForKeys
 AssociationList Root.getDocuments()
          Gets the Association list of Documents
 AssociationList Root.getDocuments(boolean fGoToServer)
          Gets the Associationlist of Documents
 AuthenticationDomain Login.getDomain()
          Gets the AuthenticationDomain for Domain
 AuthenticationDomain Connection.getDomain()
          Gets the AuthenticationDomain for Domain
 AssociationList Login.getDomains()
          Gets the AssociationList of Domains
 AssociationList Connection.getDomains()
          Gets the AssociationList of Domains
 AssociationList Login.getDomains(boolean fGoToServer)
          Gets the Associationlist of Domains
 AssociationList Connection.getDomains(boolean fGoToServer)
          Gets the Associationlist of Domains
 AssociationList SoftwareComponent.getEditedProperties()
          Gets the AssociationList of EditedProperties
 AssociationList SoftwareComponent.getEditedProperties(boolean fGoToServer)
          Gets the Associationlist of EditedProperties
 AssociationList SoftwareComponent.getEditedTypes()
          Gets the AssociationList of EditedTypes
 AssociationList SoftwareComponent.getEditedTypes(boolean fGoToServer)
          Gets the Associationlist of EditedTypes
 AssociationList PropertyType.getEditors()
          Gets the Association list of Editors
 AssociationList AbstractProperty.getEditors()
          Gets the Association list of Editors
 AssociationList PropertyType.getEditors(boolean fGoToServer)
          Gets the Associationlist of Editors
 AssociationList AbstractProperty.getEditors(boolean fGoToServer)
          Gets the Associationlist of Editors
 PropertyType PropertyType.getElementType()
          Gets the PropertyType for ElementType
 AssociationList PropertyType.getElementTypes()
          Gets the Association list of ElementTypes
 AssociationList PropertyType.getElementTypes(boolean fGoToServer)
          Gets the Associationlist of ElementTypes
 AssociationList Person.getEmailAddresses()
          Gets the AssociationList of EmailAddresses
 AssociationList Person.getEmailAddresses(boolean fGoToServer)
          Gets the Associationlist of EmailAddresses
 AssociationList Email.getEmailSubscriber()
          Gets the Association list of EmailSubscriber
 AssociationList Email.getEmailSubscriber(boolean fGoToServer)
          Gets the Associationlist of EmailSubscriber
 AssociationList Event.getEventBrokers()
          Gets the AssociationList of EventBrokers
 AssociationList Event.getEventBrokers(boolean fGoToServer)
          Gets the Associationlist of EventBrokers
 AssociationList Root.getExtensions()
          Gets the Association list of Extensions
 AssociationList Root.getExtensions(boolean fGoToServer)
          Gets the Associationlist of Extensions
 AssociationList Root.getExternalIdentities()
          Gets the Association list of ExternalIdentities
 AssociationList Root.getExternalIdentities(boolean fGoToServer)
          Gets the Associationlist of ExternalIdentities
 AssociationList FavoritesContainer.getFavorites()
          Gets the Association list of Favorites
 AssociationList FavoritesContainer.getFavorites(boolean fGoToServer)
          Gets the Associationlist of Favorites
 AssociationList PrimaryType.getFavoritesContainers()
          Gets the AssociationList of FavoritesContainers
 AssociationList PrimaryType.getFavoritesContainers(boolean fGoToServer)
          Gets the Associationlist of FavoritesContainers
 AssociationList ClassifierMap.getFeatureMaps()
          Gets the AssociationList of FeatureMaps
 AssociationList ClassifierMap.getFeatureMaps(boolean fGoToServer)
          Gets the Associationlist of FeatureMaps
 AssociationList FeatureMap.getFeatureSources()
          Gets the AssociationList of FeatureSources
 AssociationList FeatureMap.getFeatureSources(boolean fGoToServer)
          Gets the Associationlist of FeatureSources
 AssociationList FeatureMap.getFeatureTargets()
          Gets the Association list of FeatureTargets
 AssociationList FeatureMap.getFeatureTargets(boolean fGoToServer)
          Gets the Associationlist of FeatureTargets
 AssociationList SASFileRef.getFileRefLocations()
          Gets the AssociationList of FileRefLocations
 AssociationList SASFileRef.getFileRefLocations(boolean fGoToServer)
          Gets the Associationlist of FileRefLocations
 AssociationList Report.getFileRefs()
          Gets the Association list of FileRefs
 AssociationList ContentLocation.getFileRefs()
          Gets the Association list of FileRefs
 AssociationList Report.getFileRefs(boolean fGoToServer)
          Gets the Associationlist of FileRefs
 AssociationList ContentLocation.getFileRefs(boolean fGoToServer)
          Gets the Associationlist of FileRefs
 AssociationList Directory.getFiles()
          Gets the AssociationList of Files
 AssociationList Directory.getFiles(boolean fGoToServer)
          Gets the Associationlist of Files
 AssociationList ITContentSubscriber.getFilters()
          Gets the Association list of Filters
 AssociationList ITContentSubscriber.getFilters(boolean fGoToServer)
          Gets the Associationlist of Filters
 ITContentSubscriber ITFilter.getFilterSubscriber()
          Gets the ITContentSubscriber for FilterSubscriber
 AssociationList ITFilter.getFilterSubscribers()
          Gets the AssociationList of FilterSubscribers
 AssociationList ITFilter.getFilterSubscribers(boolean fGoToServer)
          Gets the Associationlist of FilterSubscribers
 AssociationList Target.getFitStatistics()
          Gets the AssociationList of FitStatistics
 AssociationList Target.getFitStatistics(boolean fGoToServer)
          Gets the Associationlist of FitStatistics
 AssociationList Column.getForeignKeyAssociations()
          Gets the Association list of ForeignKeyAssociations
 AssociationList Column.getForeignKeyAssociations(boolean fGoToServer)
          Gets the Associationlist of ForeignKeyAssociations
 Column KeyAssociation.getForeignKeyColumn()
          Gets the Column for ForeignKeyColumn
 AssociationList KeyAssociation.getForeignKeyColumns()
          Gets the AssociationList of ForeignKeyColumns
 AssociationList KeyAssociation.getForeignKeyColumns(boolean fGoToServer)
          Gets the Associationlist of ForeignKeyColumns
 AssociationList UniqueKey.getForeignKeys()
          Gets the Association list of ForeignKeys
 AssociationList DataTable.getForeignKeys()
          Gets the AssociationList of ForeignKeys
 AssociationList UniqueKey.getForeignKeys(boolean fGoToServer)
          Gets the Associationlist of ForeignKeys
 AssociationList DataTable.getForeignKeys(boolean fGoToServer)
          Gets the Associationlist of ForeignKeys
 Identity InternalLogin.getForIdentity()
          Gets the Identity for ForIdentity
 AssociationList InternalLogin.getForIdentitys()
          Gets the AssociationList of ForIdentitys
 AssociationList InternalLogin.getForIdentitys(boolean fGoToServer)
          Gets the Associationlist of ForIdentitys
 AssociationList Cube.getFormulas()
          Gets the Association list of Formulas
 AssociationList Cube.getFormulas(boolean fGoToServer)
          Gets the Associationlist of Formulas
 java.lang.String MdOMIUtil.getFoundationReposID()
          Returns the ID of the Foundation repository
 CMetadata MdOMIUtil.getFoundationRepository()
          Returns the foundation repository for the connected metadata server.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, CMetadata meta)
          Performs a GetMetadata request on an existing public object.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, java.lang.String objectType, java.lang.String objectID)
          Performs a GetMetadata request on an existing public object.
 java.util.List MdOMIUtil.getFullObjects(MdObjectStore store, java.util.Map<java.lang.String,java.lang.String> objectMap)
          Performs a GetMetadata request on a set of existing public objecst.
 GroupByClause Select.getGroupByForSelect()
          Gets the GroupByClause for GroupByForSelect
 AssociationList Select.getGroupByForSelects()
          Gets the Association list of GroupByForSelects
 AssociationList Select.getGroupByForSelects(boolean fGoToServer)
          Gets the Associationlist of GroupByForSelects
 AssociationList PropertyGroup.getGroupedProperties()
          Gets the Association list of GroupedProperties
 AssociationList PropertyGroup.getGroupedProperties(boolean fGoToServer)
          Gets the Associationlist of GroupedProperties
 AssociationList Root.getGroups()
          Gets the Association list of Groups
 AssociationList Root.getGroups(boolean fGoToServer)
          Gets the Associationlist of Groups
 AssociationList Group.getGroupSubscriptions()
          Gets the Association list of GroupSubscriptions
 AssociationList Group.getGroupSubscriptions(boolean fGoToServer)
          Gets the Associationlist of GroupSubscriptions
 HavingClause Select.getHavingForSelect()
          Gets the HavingClause for HavingForSelect
 AssociationList Select.getHavingForSelects()
          Gets the Association list of HavingForSelects
 AssociationList Select.getHavingForSelects(boolean fGoToServer)
          Gets the Associationlist of HavingForSelects
 AssociationList OLAPProperty.getHierarchies()
          Gets the AssociationList of Hierarchies
 AssociationList Level.getHierarchies()
          Gets the AssociationList of Hierarchies
 AssociationList Dimension.getHierarchies()
          Gets the Association list of Hierarchies
 AssociationList Cube.getHierarchies()
          Gets the AssociationList of Hierarchies
 AssociationList OLAPProperty.getHierarchies(boolean fGoToServer)
          Gets the Associationlist of Hierarchies
 AssociationList Level.getHierarchies(boolean fGoToServer)
          Gets the Associationlist of Hierarchies
 AssociationList Dimension.getHierarchies(boolean fGoToServer)
          Gets the Associationlist of Hierarchies
 AssociationList Cube.getHierarchies(boolean fGoToServer)
          Gets the Associationlist of Hierarchies
 AssociationList Level.getHierarchyLevels()
          Gets the Association list of HierarchyLevels
 AssociationList Level.getHierarchyLevels(boolean fGoToServer)
          Gets the Associationlist of HierarchyLevels
 AssociationList AccessControlEntry.getIdentities()
          Gets the Association list of Identities
 AssociationList AccessControlEntry.getIdentities(boolean fGoToServer)
          Gets the Associationlist of Identities
 Identity MdOMIUtil.getIdentity(MdObjectStore store)
          This routine is used to retrieve the identity object of the current user.
 AssociationList Identity.getIdentityChanges()
          Gets the Association list of IdentityChanges
 AssociationList Identity.getIdentityChanges(boolean fGoToServer)
          Gets the Associationlist of IdentityChanges
 AssociationList Identity.getIdentityGroups()
          Gets the Association list of IdentityGroups
 AssociationList Identity.getIdentityGroups(boolean fGoToServer)
          Gets the Associationlist of IdentityGroups
 Identity MdOMRConnection.getIdentityOfUserConnected(MdStore store, java.lang.String reposID)
          Returns the Identity object for the user currently connected to the server.
 AssociationList SoftwareComponent.getImplementedObjects()
          Gets the AssociationList of ImplementedObjects
 AssociationList SoftwareComponent.getImplementedObjects(boolean fGoToServer)
          Gets the Associationlist of ImplementedObjects
 AssociationList Root.getImplementors()
          Gets the Association list of Implementors
 AssociationList Root.getImplementors(boolean fGoToServer)
          Gets the Associationlist of Implementors
 AssociationList PhysicalTable.getIndexes()
          Gets the AssociationList of Indexes
 AssociationList Column.getIndexes()
          Gets the Association list of Indexes
 AssociationList PhysicalTable.getIndexes(boolean fGoToServer)
          Gets the Associationlist of Indexes
 AssociationList Column.getIndexes(boolean fGoToServer)
          Gets the Associationlist of Indexes
 AssociationList DeployedComponent.getInitProcesses()
          Gets the Association list of InitProcesses
 AssociationList DeployedComponent.getInitProcesses(boolean fGoToServer)
          Gets the Associationlist of InitProcesses
 InternalLogin Identity.getInternalLoginInfo()
          Gets the InternalLogin for InternalLoginInfo
 AssociationList Identity.getInternalLoginInfos()
          Gets the Association list of InternalLoginInfos
 AssociationList Identity.getInternalLoginInfos(boolean fGoToServer)
          Gets the Associationlist of InternalLoginInfos
 AssociationList Directory.getITChannels()
          Gets the Association list of ITChannels
 AssociationList Directory.getITChannels(boolean fGoToServer)
          Gets the Associationlist of ITChannels
 AssociationList Directory.getITSubscribers()
          Gets the Association list of ITSubscribers
 AssociationList Directory.getITSubscribers(boolean fGoToServer)
          Gets the Associationlist of ITSubscribers
 AssociationList Job.getJFJobs()
          Gets the AssociationList of JFJobs
 AssociationList Job.getJFJobs(boolean fGoToServer)
          Gets the Associationlist of JFJobs
 AssociationList AbstractJob.getJobActivities()
          Gets the AssociationList of JobActivities
 AssociationList AbstractJob.getJobActivities(boolean fGoToServer)
          Gets the Associationlist of JobActivities
 AssociationList TransformationActivity.getJobs()
          Gets the Association list of Jobs
 AssociationList TransformationActivity.getJobs(boolean fGoToServer)
          Gets the Associationlist of Jobs
 AssociationList ForeignKey.getKeyAssociations()
          Gets the AssociationList of KeyAssociations
 AssociationList ForeignKey.getKeyAssociations(boolean fGoToServer)
          Gets the Associationlist of KeyAssociations
 AssociationList Key.getKeyedColumns()
          Gets the Association list of KeyedColumns
 AssociationList Key.getKeyedColumns(boolean fGoToServer)
          Gets the Associationlist of KeyedColumns
 AssociationList Column.getKeys()
          Gets the AssociationList of Keys
 AssociationList Column.getKeys(boolean fGoToServer)
          Gets the Associationlist of Keys
 AssociationList Root.getKeywords()
          Gets the AssociationList of Keywords
 AssociationList Root.getKeywords(boolean fGoToServer)
          Gets the Associationlist of Keywords
 AssociationList PSPortlet.getLayoutComponents()
          Gets the AssociationList of LayoutComponents
 AssociationList PSPortalPage.getLayoutComponents()
          Gets the Association list of LayoutComponents
 AssociationList PSPortlet.getLayoutComponents(boolean fGoToServer)
          Gets the Associationlist of LayoutComponents
 AssociationList PSPortalPage.getLayoutComponents(boolean fGoToServer)
          Gets the Associationlist of LayoutComponents
 AssociationList Hierarchy.getLevels()
          Gets the Association list of Levels
 AssociationList Dimension.getLevels()
          Gets the Association list of Levels
 AssociationList Aggregation.getLevels()
          Gets the AssociationList of Levels
 AssociationList Hierarchy.getLevels(boolean fGoToServer)
          Gets the Associationlist of Levels
 AssociationList Dimension.getLevels(boolean fGoToServer)
          Gets the Associationlist of Levels
 AssociationList Aggregation.getLevels(boolean fGoToServer)
          Gets the Associationlist of Levels
 AssociationList SASClientConnection.getLibraries()
          Gets the Association list of Libraries
 AssociationList SASCatalog.getLibraries()
          Gets the Association list of Libraries
 AssociationList Login.getLibraries()
          Gets the Association list of Libraries
 AssociationList SASClientConnection.getLibraries(boolean fGoToServer)
          Gets the Associationlist of Libraries
 AssociationList SASCatalog.getLibraries(boolean fGoToServer)
          Gets the Associationlist of Libraries
 AssociationList Login.getLibraries(boolean fGoToServer)
          Gets the Associationlist of Libraries
 SASClientConnection SASLibrary.getLibraryConnection()
          Gets the SASClientConnection for LibraryConnection
 AssociationList SASLibrary.getLibraryConnections()
          Gets the AssociationList of LibraryConnections
 AssociationList SASLibrary.getLibraryConnections(boolean fGoToServer)
          Gets the Associationlist of LibraryConnections
 DeployedComponent SASLicense.getLicensedComponent()
          Gets the DeployedComponent for LicensedComponent
 AssociationList SASLicense.getLicensedComponents()
          Gets the AssociationList of LicensedComponents
 AssociationList SASLicense.getLicensedComponents(boolean fGoToServer)
          Gets the Associationlist of LicensedComponents
 AssociationList DeployedComponent.getLicenses()
          Gets the Association list of Licenses
 AssociationList DeployedComponent.getLicenses(boolean fGoToServer)
          Gets the Associationlist of Licenses
 AssociationList Root.getLocalizedAttributes()
          Gets the Association list of LocalizedAttributes
 AssociationList Root.getLocalizedAttributes(boolean fGoToServer)
          Gets the Associationlist of LocalizedAttributes
 LocalizedType LocalizedResource.getLocalizedObject()
          Gets the LocalizedType for LocalizedObject
 AssociationList LocalizedResource.getLocalizedObjects()
          Gets the Association list of LocalizedObjects
 AssociationList LocalizedResource.getLocalizedObjects(boolean fGoToServer)
          Gets the Associationlist of LocalizedObjects
 AssociationList Person.getLocations()
          Gets the AssociationList of Locations
 AssociationList Person.getLocations(boolean fGoToServer)
          Gets the Associationlist of Locations
 File OLAPSchema.getLogFile()
          Gets the File for LogFile
 AssociationList OLAPSchema.getLogFiles()
          Gets the AssociationList of LogFiles
 AssociationList OLAPSchema.getLogFiles(boolean fGoToServer)
          Gets the Associationlist of LogFiles
 AssociationList Identity.getLogins()
          Gets the Association list of Logins
 AssociationList AuthenticationDomain.getLogins()
          Gets the Association list of Logins
 AssociationList Identity.getLogins(boolean fGoToServer)
          Gets the Associationlist of Logins
 AssociationList AuthenticationDomain.getLogins(boolean fGoToServer)
          Gets the Associationlist of Logins
 AssociationList MdObjectBaseUtil.getMdObjectAssociation(java.lang.String associationName)
          (S) Set's the list into the object using the set method internally.
 AssociationList Dimension.getMeasures()
          Gets the Association list of Measures
 AssociationList Cube.getMeasures()
          Gets the Association list of Measures
 AssociationList Dimension.getMeasures(boolean fGoToServer)
          Gets the Associationlist of Measures
 AssociationList Cube.getMeasures(boolean fGoToServer)
          Gets the Associationlist of Measures
 AssociationList IdentityGroup.getMemberIdentities()
          Gets the AssociationList of MemberIdentities
 AssociationList IdentityGroup.getMemberIdentities(boolean fGoToServer)
          Gets the Associationlist of MemberIdentities
 AssociationList Tree.getMembers()
          Gets the AssociationList of Members
 AssociationList Group.getMembers()
          Gets the AssociationList of Members
 AssociationList Tree.getMembers(boolean fGoToServer)
          Gets the Associationlist of Members
 AssociationList Group.getMembers(boolean fGoToServer)
          Gets the Associationlist of Members
 java.util.List MdOMIUtil.getMetadata(MdStore store, java.util.Map objectMap, java.lang.String template, int flags)
          Performs a GetMetadata request for a group of objects.
 java.util.List MdOMIUtil.getMetadata(MdStore store, java.util.Map objectMap, java.lang.String template, int flags, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs)
          Performs a GetMetadata request for a group of objects.
 org.w3c.dom.Document MdOMIUtil.getMetadata(java.lang.String inXML, int iFlags)
          Sends input XML string to metadata server, and parses the output XML into a DOM document.
 org.w3c.dom.Document MdOMIUtil.getMetadata(java.lang.String inXML, java.lang.String strTemplate, int iFlags)
          Sends input and template XML strings to metadata server, and parses the output XML into a DOM document.
 CMetadata MdOMIUtil.getMetadataAllDepths(CMetadata object, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(CMetadata object, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions, boolean doNotOverrideAssocs)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(MdStore inStore, java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(MdStore inStore, java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions, boolean doNotOverrideAssocs)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 java.util.List MdOMIUtil.getMetadataNoCache(java.util.Map objectMap, java.lang.String strOptions, int iFlags)
          Performs a GetMetadata request against the server.
 java.util.Map MdOMIUtil.getMetadataNoCache(java.lang.String strType, java.lang.String strFQID, java.lang.String strOptions, int iFlags)
          Performs a GetMetadata request against the server.
 java.util.List MdOMIUtil.getMetadataObjects(MdStore inStore, java.lang.String inXML, java.lang.String strTemplate, int iFlags)
          Sends input and template XML strings to metadata server, and parses the output XML into a List of objects contained in the inStore.
 java.util.List MdOMIUtil.getMetadataObjects(MdStore inStore, java.lang.String inXML, java.lang.String strTemplate, int iFlags, boolean doNotOverrideAssocs)
          Sends input and template XML strings to metadata server, and parses the output XML into a List of objects contained in the inStore.
 java.util.List MdOMIUtil.getMetadataObjects(java.lang.String strReposID, java.lang.String strType)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjects(java.lang.String strReposID, java.lang.String strType, int iFlags)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjects(java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String strOptions)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjectsNoCache(java.lang.String strType, java.lang.String strReposId, java.lang.String strOptions, int iFlags)
          Performs a GetMetadataObjects request against the server.
 java.util.List MdOMIUtil.getMetadataObjectsSubset(MdStore inStore, java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String options)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjectsSubset(MdStore inStore, java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String options, boolean doOverrideAssocs)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjectsSubsetList(MdStore inStore, java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String options, boolean doOverrideAssocs)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List<java.lang.String> MdOMIUtil.getMetadataSimple(java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> attributes)
          Returns a List of the simple attributes requested; these objects have been parsed and are returned as Strings in the order they were requested
 java.lang.String MdOMIUtil.getMetadataSimple(java.lang.String strType, java.lang.String strFQID, java.lang.String attributeName)
          Returns a single attribute value from the server.
 AssociationList MiningResult.getMiningReports()
          Gets the AssociationList of MiningReports
 AssociationList MiningResult.getMiningReports(boolean fGoToServer)
          Gets the Associationlist of MiningReports
 AssociationList RelationalTable.getModelResults()
          Gets the Association list of ModelResults
 AssociationList RelationalTable.getModelResults(boolean fGoToServer)
          Gets the Associationlist of ModelResults
 AssociationList Target.getModels()
          Gets the Association list of Models
 AssociationList Target.getModels(boolean fGoToServer)
          Gets the Associationlist of Models
 DeployedComponent NamedService.getNamedComponent()
          Gets the DeployedComponent for NamedComponent
 AssociationList NamedService.getNamedComponents()
          Gets the AssociationList of NamedComponents
 AssociationList NamedService.getNamedComponents(boolean fGoToServer)
          Gets the Associationlist of NamedComponents
 AssociationList DeployedComponent.getNamedServices()
          Gets the Association list of NamedServices
 AssociationList DeployedComponent.getNamedServices(boolean fGoToServer)
          Gets the Associationlist of NamedServices
 AssociationList Hierarchy.getNamedSets()
          Gets the AssociationList of NamedSets
 AssociationList Hierarchy.getNamedSets(boolean fGoToServer)
          Gets the Associationlist of NamedSets
 AssociationList NamedService.getNamingServices()
          Gets the AssociationList of NamingServices
 AssociationList NamedService.getNamingServices(boolean fGoToServer)
          Gets the Associationlist of NamingServices
 Cube Cube.getNextGeneration()
          Gets the Cube for NextGeneration
 AssociationList Cube.getNextGenerations()
          Gets the Association list of NextGenerations
 AssociationList Cube.getNextGenerations(boolean fGoToServer)
          Gets the Associationlist of NextGenerations
 AssociationList Root.getNotes()
          Gets the AssociationList of Notes
 AssociationList Root.getNotes(boolean fGoToServer)
          Gets the Associationlist of Notes
 java.lang.String MdOMIUtil.getObjectPath(MdObjectStore store, PrimaryType meta, boolean includeType)
          Returns the path of the specified public object.
 AssociationList Timestamp.getObjects()
          Gets the AssociationList of Objects
 AssociationList TextStore.getObjects()
          Gets the Association list of Objects
 AssociationList ResponsibleParty.getObjects()
          Gets the AssociationList of Objects
 AssociationList Keyword.getObjects()
          Gets the Association list of Objects
 AssociationList Document.getObjects()
          Gets the AssociationList of Objects
 AssociationList Change.getObjects()
          Gets the Association list of Objects
 AssociationList AccessControl.getObjects()
          Gets the AssociationList of Objects
 AssociationList Timestamp.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList TextStore.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList ResponsibleParty.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList Keyword.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList Document.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList Change.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList AccessControl.getObjects(boolean fGoToServer)
          Gets the Associationlist of Objects
 AssociationList Level.getOLAPProperties()
          Gets the AssociationList of OLAPProperties
 AssociationList Hierarchy.getOLAPProperties()
          Gets the Association list of OLAPProperties
 AssociationList Level.getOLAPProperties(boolean fGoToServer)
          Gets the Associationlist of OLAPProperties
 AssociationList Hierarchy.getOLAPProperties(boolean fGoToServer)
          Gets the Associationlist of OLAPProperties
 OnClause Join.getOnForJoin()
          Gets the OnClause for OnForJoin
 AssociationList Join.getOnForJoins()
          Gets the AssociationList of OnForJoins
 AssociationList Join.getOnForJoins(boolean fGoToServer)
          Gets the Associationlist of OnForJoins
protected  AssociationList AssociationList.getOppositeAssn(java.lang.String otherID)
          Deprecated. REMOVED FROM API.
 OrderByClause Select.getOrderByForSelect()
          Gets the OrderByClause for OrderByForSelect
 AssociationList Select.getOrderByForSelects()
          Gets the Association list of OrderByForSelects
 AssociationList Select.getOrderByForSelects(boolean fGoToServer)
          Gets the Associationlist of OrderByForSelects
 AccessControlEntry PermissionCondition.getOwningAccessControlEntry()
          Gets the AccessControlEntry for OwningAccessControlEntry
 AssociationList PermissionCondition.getOwningAccessControlEntrys()
          Gets the AssociationList of OwningAccessControlEntrys
 AssociationList PermissionCondition.getOwningAccessControlEntrys(boolean fGoToServer)
          Gets the Associationlist of OwningAccessControlEntrys
 AnalyticColumn Target.getOwningAnalyticColumn()
          Gets the AnalyticColumn for OwningAnalyticColumn
 AssociationList Target.getOwningAnalyticColumns()
          Gets the AssociationList of OwningAnalyticColumns
 AssociationList Target.getOwningAnalyticColumns(boolean fGoToServer)
          Gets the Associationlist of OwningAnalyticColumns
 ArchiveFile ArchiveEntry.getOwningArchive()
          Gets the ArchiveFile for OwningArchive
 AssociationList ArchiveEntry.getOwningArchives()
          Gets the AssociationList of OwningArchives
 AssociationList ArchiveEntry.getOwningArchives(boolean fGoToServer)
          Gets the Associationlist of OwningArchives
 ITChannel ArchiveFile.getOwningChannel()
          Gets the ITChannel for OwningChannel
 AssociationList ArchiveFile.getOwningChannels()
          Gets the Association list of OwningChannels
 AssociationList ArchiveFile.getOwningChannels(boolean fGoToServer)
          Gets the Associationlist of OwningChannels
 ClassifierMap RowSelector.getOwningClassifierMap()
          Gets the ClassifierMap for OwningClassifierMap
 AssociationList RowSelector.getOwningClassifierMaps()
          Gets the Association list of OwningClassifierMaps
 AssociationList RowSelector.getOwningClassifierMaps(boolean fGoToServer)
          Gets the Associationlist of OwningClassifierMaps
 Column AnalyticColumn.getOwningColumn()
          Gets the Column for OwningColumn
 AssociationList AnalyticColumn.getOwningColumns()
          Gets the AssociationList of OwningColumns
 AssociationList AnalyticColumn.getOwningColumns(boolean fGoToServer)
          Gets the Associationlist of OwningColumns
 Cube Aggregation.getOwningCube()
          Gets the Cube for OwningCube
 AssociationList Aggregation.getOwningCubes()
          Gets the Association list of OwningCubes
 AssociationList Aggregation.getOwningCubes(boolean fGoToServer)
          Gets the Associationlist of OwningCubes
 Dimension Measure.getOwningDimension()
          Gets the Dimension for OwningDimension
 Dimension Level.getOwningDimension()
          Gets the Dimension for OwningDimension
 Dimension Hierarchy.getOwningDimension()
          Gets the Dimension for OwningDimension
 AssociationList Measure.getOwningDimensions()
          Gets the AssociationList of OwningDimensions
 AssociationList Level.getOwningDimensions()
          Gets the AssociationList of OwningDimensions
 AssociationList Hierarchy.getOwningDimensions()
          Gets the AssociationList of OwningDimensions
 AssociationList Measure.getOwningDimensions(boolean fGoToServer)
          Gets the Associationlist of OwningDimensions
 AssociationList Level.getOwningDimensions(boolean fGoToServer)
          Gets the Associationlist of OwningDimensions
 AssociationList Hierarchy.getOwningDimensions(boolean fGoToServer)
          Gets the Associationlist of OwningDimensions
 File ExternalTable.getOwningFile()
          Gets the File for OwningFile
 AssociationList ExternalTable.getOwningFiles()
          Gets the AssociationList of OwningFiles
 AssociationList ExternalTable.getOwningFiles(boolean fGoToServer)
          Gets the Associationlist of OwningFiles
 ForeignKey KeyAssociation.getOwningForeignKey()
          Gets the ForeignKey for OwningForeignKey
 AssociationList KeyAssociation.getOwningForeignKeys()
          Gets the Association list of OwningForeignKeys
 AssociationList KeyAssociation.getOwningForeignKeys(boolean fGoToServer)
          Gets the Associationlist of OwningForeignKeys
 Hierarchy CalculatedMember.getOwningHierarchy()
          Gets the Hierarchy for OwningHierarchy
 AssociationList CalculatedMember.getOwningHierarchys()
          Gets the AssociationList of OwningHierarchys
 AssociationList CalculatedMember.getOwningHierarchys(boolean fGoToServer)
          Gets the Associationlist of OwningHierarchys
 Join OnClause.getOwningJoin()
          Gets the Join for OwningJoin
 AssociationList OnClause.getOwningJoins()
          Gets the Association list of OwningJoins
 AssociationList OnClause.getOwningJoins(boolean fGoToServer)
          Gets the Associationlist of OwningJoins
 JoinTable Join.getOwningJoinTable()
          Gets the JoinTable for OwningJoinTable
 AssociationList Join.getOwningJoinTables()
          Gets the AssociationList of OwningJoinTables
 AssociationList Join.getOwningJoinTables(boolean fGoToServer)
          Gets the Associationlist of OwningJoinTables
 MiningResult TextStore.getOwningMiningResult()
          Gets the MiningResult for OwningMiningResult
 AssociationList TextStore.getOwningMiningResults()
          Gets the AssociationList of OwningMiningResults
 AssociationList TextStore.getOwningMiningResults(boolean fGoToServer)
          Gets the Associationlist of OwningMiningResults
 Root PropertySet.getOwningObject()
          Gets the Root for OwningObject
 Root ExternalIdentity.getOwningObject()
          Gets the Root for OwningObject
 Root CustomAssociation.getOwningObject()
          Gets the Root for OwningObject
 Root AbstractExtension.getOwningObject()
          Gets the Root for OwningObject
 AssociationList PropertySet.getOwningObjects()
          Gets the AssociationList of OwningObjects
 AssociationList ExternalIdentity.getOwningObjects()
          Gets the AssociationList of OwningObjects
 AssociationList CustomAssociation.getOwningObjects()
          Gets the Association list of OwningObjects
 AssociationList AbstractExtension.getOwningObjects()
          Gets the AssociationList of OwningObjects
 AssociationList PropertySet.getOwningObjects(boolean fGoToServer)
          Gets the Associationlist of OwningObjects
 AssociationList ExternalIdentity.getOwningObjects(boolean fGoToServer)
          Gets the Associationlist of OwningObjects
 AssociationList CustomAssociation.getOwningObjects(boolean fGoToServer)
          Gets the Associationlist of OwningObjects
 AssociationList AbstractExtension.getOwningObjects(boolean fGoToServer)
          Gets the Associationlist of OwningObjects
 PSPortalPage PSLayoutComponent.getOwningPage()
          Gets the PSPortalPage for OwningPage
 AssociationList PSLayoutComponent.getOwningPages()
          Gets the AssociationList of OwningPages
 AssociationList PSLayoutComponent.getOwningPages(boolean fGoToServer)
          Gets the Associationlist of OwningPages
 PhysicalTable Index.getOwningPhysicalTable()
          Gets the PhysicalTable for OwningPhysicalTable
 AssociationList Index.getOwningPhysicalTables()
          Gets the Association list of OwningPhysicalTables
 AssociationList Index.getOwningPhysicalTables(boolean fGoToServer)
          Gets the Associationlist of OwningPhysicalTables
 Prototype PrototypeProperty.getOwningPrototype()
          Gets the Prototype for OwningPrototype
 AssociationList PrototypeProperty.getOwningPrototypes()
          Gets the Association list of OwningPrototypes
 AssociationList PrototypeProperty.getOwningPrototypes(boolean fGoToServer)
          Gets the Associationlist of OwningPrototypes
 Select WhereClause.getOwningSelect()
          Gets the Select for OwningSelect
 Select OrderByClause.getOwningSelect()
          Gets the Select for OwningSelect
 Select HavingClause.getOwningSelect()
          Gets the Select for OwningSelect
 Select GroupByClause.getOwningSelect()
          Gets the Select for OwningSelect
 AssociationList WhereClause.getOwningSelects()
          Gets the AssociationList of OwningSelects
 AssociationList OrderByClause.getOwningSelects()
          Gets the AssociationList of OwningSelects
 AssociationList HavingClause.getOwningSelects()
          Gets the AssociationList of OwningSelects
 AssociationList GroupByClause.getOwningSelects()
          Gets the AssociationList of OwningSelects
 AssociationList WhereClause.getOwningSelects(boolean fGoToServer)
          Gets the Associationlist of OwningSelects
 AssociationList OrderByClause.getOwningSelects(boolean fGoToServer)
          Gets the Associationlist of OwningSelects
 AssociationList HavingClause.getOwningSelects(boolean fGoToServer)
          Gets the Associationlist of OwningSelects
 AssociationList GroupByClause.getOwningSelects(boolean fGoToServer)
          Gets the Associationlist of OwningSelects
 Target FitStatistic.getOwningTarget()
          Gets the Target for OwningTarget
 AssociationList FitStatistic.getOwningTargets()
          Gets the Association list of OwningTargets
 AssociationList FitStatistic.getOwningTargets(boolean fGoToServer)
          Gets the Associationlist of OwningTargets
 AbstractTransformation Variable.getOwningTransformation()
          Gets the AbstractTransformation for OwningTransformation
 AssociationList Variable.getOwningTransformations()
          Gets the AssociationList of OwningTransformations
 AssociationList Variable.getOwningTransformations(boolean fGoToServer)
          Gets the Associationlist of OwningTransformations
 PropertyType Property.getOwningType()
          Gets the PropertyType for OwningType
 PropertyType AttributeProperty.getOwningType()
          Gets the PropertyType for OwningType
 AssociationList Property.getOwningTypes()
          Gets the AssociationList of OwningTypes
 AssociationList AttributeProperty.getOwningTypes()
          Gets the AssociationList of OwningTypes
 AssociationList Property.getOwningTypes(boolean fGoToServer)
          Gets the Associationlist of OwningTypes
 AssociationList AttributeProperty.getOwningTypes(boolean fGoToServer)
          Gets the Associationlist of OwningTypes
 AssociationList PSPortalPage.getPageProfiles()
          Gets the Association list of PageProfiles
 AssociationList PSPortalPage.getPageProfiles(boolean fGoToServer)
          Gets the Associationlist of PageProfiles
 Directory Directory.getParent()
          Gets the Directory for Parent
 FavoritesContainer FavoritesContainer.getParentContainer()
          Gets the FavoritesContainer for ParentContainer
 AssociationList FavoritesContainer.getParentContainers()
          Gets the AssociationList of ParentContainers
 AssociationList FavoritesContainer.getParentContainers(boolean fGoToServer)
          Gets the Associationlist of ParentContainers
 AssociationList Cube.getParentCubes()
          Gets the AssociationList of ParentCubes
 AssociationList Cube.getParentCubes(boolean fGoToServer)
          Gets the Associationlist of ParentCubes
 AssociationList DataSourceName.getParentDataSources()
          Gets the Association list of ParentDataSources
 AssociationList DataSourceName.getParentDataSources(boolean fGoToServer)
          Gets the Associationlist of ParentDataSources
 PropertyGroup PropertyGroup.getParentGroup()
          Gets the PropertyGroup for ParentGroup
 AssociationList PropertyGroup.getParentGroups()
          Gets the AssociationList of ParentGroups
 AssociationList PropertyGroup.getParentGroups(boolean fGoToServer)
          Gets the Associationlist of ParentGroups
 HierarchyLevel HierarchyLevel.getParentLevel()
          Gets the HierarchyLevel for ParentLevel
 AssociationList HierarchyLevel.getParentLevels()
          Gets the AssociationList of ParentLevels
 AssociationList HierarchyLevel.getParentLevels(boolean fGoToServer)
          Gets the Associationlist of ParentLevels
 AssociationList Directory.getParents()
          Gets the AssociationList of Parents
 AssociationList Directory.getParents(boolean fGoToServer)
          Gets the Associationlist of Parents
 Tree Tree.getParentTree()
          Gets the Tree for ParentTree
 AssociationList Tree.getParentTrees()
          Gets the AssociationList of ParentTrees
 AssociationList Tree.getParentTrees(boolean fGoToServer)
          Gets the Associationlist of ParentTrees
 UniqueKey ForeignKey.getPartnerUniqueKey()
          Gets the UniqueKey for PartnerUniqueKey
 AssociationList ForeignKey.getPartnerUniqueKeys()
          Gets the AssociationList of PartnerUniqueKeys
 AssociationList ForeignKey.getPartnerUniqueKeys(boolean fGoToServer)
          Gets the Associationlist of PartnerUniqueKeys
 SASPassword Connection.getPassthruPassword()
          Gets the SASPassword for PassthruPassword
 AssociationList Connection.getPassthruPasswords()
          Gets the AssociationList of PassthruPasswords
 AssociationList Connection.getPassthruPasswords(boolean fGoToServer)
          Gets the Associationlist of PassthruPasswords
 AssociationList Directory.getPathChannels()
          Gets the Association list of PathChannels
 AssociationList Directory.getPathChannels(boolean fGoToServer)
          Gets the Associationlist of PathChannels
 java.lang.String MdOMRConnection.getPauseComment()
          Returns a user-defined comment set by the administrator when the server was initially paused.
 AssociationList AccessControlEntry.getPermissions()
          Gets the Association list of Permissions
 AssociationList AccessControlEntry.getPermissions(boolean fGoToServer)
          Gets the Associationlist of Permissions
 AssociationList ResponsibleParty.getPersons()
          Gets the AssociationList of Persons
 AssociationList Phone.getPersons()
          Gets the Association list of Persons
 AssociationList Location.getPersons()
          Gets the Association list of Persons
 AssociationList Email.getPersons()
          Gets the Association list of Persons
 AssociationList ResponsibleParty.getPersons(boolean fGoToServer)
          Gets the Associationlist of Persons
 AssociationList Phone.getPersons(boolean fGoToServer)
          Gets the Associationlist of Persons
 AssociationList Location.getPersons(boolean fGoToServer)
          Gets the Associationlist of Persons
 AssociationList Email.getPersons(boolean fGoToServer)
          Gets the Associationlist of Persons
 AssociationList Person.getPhoneNumbers()
          Gets the AssociationList of PhoneNumbers
 AssociationList Person.getPhoneNumbers(boolean fGoToServer)
          Gets the Associationlist of PhoneNumbers
 int MdOMRConnection.getPlatformVersion()
          Returns the current platform version number.
 int MdOMRConnection.getPlatformVersion(com.sas.meta.SASOMI.IServer serverConn)
          Returns the current platform version number.
 AssociationList PSPortalProfile.getPortalPages()
          Gets the AssociationList of PortalPages
 AssociationList PSPortalProfile.getPortalPages(boolean fGoToServer)
          Gets the Associationlist of PortalPages
 AssociationList PSLayoutComponent.getPortlets()
          Gets the Association list of Portlets
 AssociationList PSLayoutComponent.getPortlets(boolean fGoToServer)
          Gets the Associationlist of Portlets
 AssociationList TransformationStep.getPredecessorDependencies()
          Gets the AssociationList of PredecessorDependencies
 AssociationList TransformationStep.getPredecessorDependencies(boolean fGoToServer)
          Gets the Associationlist of PredecessorDependencies
 AssociationList StepPrecedence.getPredecessors()
          Gets the Association list of Predecessors
 AssociationList StepPrecedence.getPredecessors(boolean fGoToServer)
          Gets the Associationlist of Predecessors
 Cube Cube.getPreviousGeneration()
          Gets the Cube for PreviousGeneration
 AssociationList Cube.getPreviousGenerations()
          Gets the AssociationList of PreviousGenerations
 AssociationList Cube.getPreviousGenerations(boolean fGoToServer)
          Gets the Associationlist of PreviousGenerations
 PropertyGroup Root.getPrimaryPropertyGroup()
          Gets the PropertyGroup for PrimaryPropertyGroup
 AssociationList Root.getPrimaryPropertyGroups()
          Gets the Association list of PrimaryPropertyGroups
 AssociationList Root.getPrimaryPropertyGroups(boolean fGoToServer)
          Gets the Associationlist of PrimaryPropertyGroups
 Person ITSubscriber.getProfileOwner()
          Gets the Person for ProfileOwner
 AssociationList ITSubscriber.getProfileOwners()
          Gets the AssociationList of ProfileOwners
 AssociationList ITSubscriber.getProfileOwners(boolean fGoToServer)
          Gets the Associationlist of ProfileOwners
 Root AbstractPrompt.getPromptEnabledObject()
          Gets the Root for PromptEnabledObject
 AssociationList AbstractPrompt.getPromptEnabledObjects()
          Gets the Association list of PromptEnabledObjects
 AssociationList AbstractPrompt.getPromptEnabledObjects(boolean fGoToServer)
          Gets the Associationlist of PromptEnabledObjects
 AssociationList AbstractPrompt.getPromptReferences()
          Gets the AssociationList of PromptReferences
 AssociationList AbstractPrompt.getPromptReferences(boolean fGoToServer)
          Gets the Associationlist of PromptReferences
 AssociationList Root.getPrompts()
          Gets the AssociationList of Prompts
 AssociationList Root.getPrompts(boolean fGoToServer)
          Gets the Associationlist of Prompts
 AssociationList Root.getProperties()
          Gets the Association list of Properties
 AssociationList Root.getProperties(boolean fGoToServer)
          Gets the Associationlist of Properties
 AssociationList SoftwareComponent.getPropertyGroups()
          Gets the Association list of PropertyGroups
 AssociationList SoftwareComponent.getPropertyGroups(boolean fGoToServer)
          Gets the Associationlist of PropertyGroups
 AssociationList Root.getPropertySets()
          Gets the Association list of PropertySets
 AssociationList Root.getPropertySets(boolean fGoToServer)
          Gets the Associationlist of PropertySets
 AssociationList SASPassword.getProtectedConnections()
          Gets the Association list of ProtectedConnections
 AssociationList SASPassword.getProtectedConnections(boolean fGoToServer)
          Gets the Associationlist of ProtectedConnections
 AssociationList SASPassword.getProtectedPassthrus()
          Gets the Association list of ProtectedPassthrus
 AssociationList SASPassword.getProtectedPassthrus(boolean fGoToServer)
          Gets the Associationlist of ProtectedPassthrus
 PhysicalTable SASPassword.getProtectedTable()
          Gets the PhysicalTable for ProtectedTable
 AssociationList SASPassword.getProtectedTables()
          Gets the Association list of ProtectedTables
 AssociationList SASPassword.getProtectedTables(boolean fGoToServer)
          Gets the Associationlist of ProtectedTables
 ConditionActionSet ConditionActionSet.getPrototypeConditionActionSet()
          Gets the ConditionActionSet for PrototypeConditionActionSet
 AssociationList ConditionActionSet.getPrototypeConditionActionSets()
          Gets the AssociationList of PrototypeConditionActionSets
 AssociationList ConditionActionSet.getPrototypeConditionActionSets(boolean fGoToServer)
          Gets the Associationlist of PrototypeConditionActionSets
 AssociationList Prototype.getPrototypeProperties()
          Gets the AssociationList of PrototypeProperties
 AssociationList Prototype.getPrototypeProperties(boolean fGoToServer)
          Gets the Associationlist of PrototypeProperties
 AssociationList DeployedComponent.getProviderConnections()
          Gets the Association list of ProviderConnections
 AssociationList DeployedComponent.getProviderConnections(boolean fGoToServer)
          Gets the Associationlist of ProviderConnections
 AssociationList Connection.getProviders()
          Gets the AssociationList of Providers
 AssociationList Connection.getProviders(boolean fGoToServer)
          Gets the Associationlist of Providers
 AssociationList Column.getQueryClauses()
          Gets the Association list of QueryClauses
 AssociationList Column.getQueryClauses(boolean fGoToServer)
          Gets the Associationlist of QueryClauses
 AssociationList PhysicalTable.getReachThruCubes()
          Gets the Association list of ReachThruCubes
 AssociationList PhysicalTable.getReachThruCubes(boolean fGoToServer)
          Gets the Associationlist of ReachThruCubes
 AssociationList Cube.getReachThruTables()
          Gets the AssociationList of ReachThruTables
 AssociationList Cube.getReachThruTables(boolean fGoToServer)
          Gets the Associationlist of ReachThruTables
 AssociationList Root.getReferencedObjects()
          Gets the AssociationList of ReferencedObjects
 AssociationList Root.getReferencedObjects(boolean fGoToServer)
          Gets the Associationlist of ReferencedObjects
 AssociationList AbstractPrompt.getReferencedPrompts()
          Gets the Association list of ReferencedPrompts
 AssociationList AbstractPrompt.getReferencedPrompts(boolean fGoToServer)
          Gets the Associationlist of ReferencedPrompts
 AssociationList DeployedComponent.getRegisteredEvents()
          Gets the Association list of RegisteredEvents
 AssociationList DeployedComponent.getRegisteredEvents(boolean fGoToServer)
          Gets the Associationlist of RegisteredEvents
 ContentLocation Report.getReportLocation()
          Gets the ContentLocation for ReportLocation
 AssociationList Report.getReportLocations()
          Gets the AssociationList of ReportLocations
 AssociationList Report.getReportLocations(boolean fGoToServer)
          Gets the Associationlist of ReportLocations
 AssociationList SASFileRef.getReports()
          Gets the AssociationList of Reports
 AssociationList ContentLocation.getReports()
          Gets the Association list of Reports
 AssociationList SASFileRef.getReports(boolean fGoToServer)
          Gets the Associationlist of Reports
 AssociationList ContentLocation.getReports(boolean fGoToServer)
          Gets the Associationlist of Reports
 java.util.List<CMetadata> MdOMIUtil.getRepositories()
          Reads all repositories registered in the Common Metadata Repository Manager.
 java.lang.String MdRepositoryUtil.getRepositoryIDFromName(java.lang.String name)
          Get the id for a repository given the repository name
 java.lang.String MdRepositoryUtil.getRepositoryName(java.lang.String repositoryID)
          Gets the name of a repository given its id.
 java.lang.String MdRepositoryUtil.getRepositoryType(java.lang.String repositoryID)
          Gets the type of a repository given the repository id.
 AssociationList LocalizedType.getResources()
          Gets the AssociationList of Resources
 AssociationList LocalizedType.getResources(boolean fGoToServer)
          Gets the Associationlist of Resources
 AssociationList Identity.getResponsibilities()
          Gets the Association list of Responsibilities
 AssociationList Identity.getResponsibilities(boolean fGoToServer)
          Gets the Associationlist of Responsibilities
 AssociationList Root.getResponsibleParties()
          Gets the Association list of ResponsibleParties
 AssociationList Root.getResponsibleParties(boolean fGoToServer)
          Gets the Associationlist of ResponsibleParties
 ResponsibleParty MdOMIUtil.getResponsibleParty(MdObjectStore store, java.lang.String identityName, java.lang.String responsibility)
          Returns a responsible party object for a given identity and responsibility.
 ResponsibleParty MdOMIUtil.getResponsibleParty(MdObjectStore store, java.lang.String identityName, java.lang.String responsibility, java.lang.String template, int flags)
          Returns a responsible party object for a given identity and responsibility.
 TextStore MiningResult.getResultPMML()
          Gets the TextStore for ResultPMML
 AssociationList MiningResult.getResultPMMLs()
          Gets the Association list of ResultPMMLs
 AssociationList MiningResult.getResultPMMLs(boolean fGoToServer)
          Gets the Associationlist of ResultPMMLs
 DataTable Role.getRoleObject()
          Gets the DataTable for RoleObject
 AssociationList Role.getRoleObjects()
          Gets the AssociationList of RoleObjects
 AssociationList Role.getRoleObjects(boolean fGoToServer)
          Gets the Associationlist of RoleObjects
 AssociationList DataTable.getRoles()
          Gets the Association list of Roles
 AssociationList DataTable.getRoles(boolean fGoToServer)
          Gets the Associationlist of Roles
 HierarchyLevel Hierarchy.getRootHierarchyLevel()
          Gets the HierarchyLevel for RootHierarchyLevel
 AssociationList Hierarchy.getRootHierarchyLevels()
          Gets the Association list of RootHierarchyLevels
 AssociationList Hierarchy.getRootHierarchyLevels(boolean fGoToServer)
          Gets the Associationlist of RootHierarchyLevels
 SASPassword Connection.getSAPW()
          Gets the SASPassword for SAPW
 AssociationList Connection.getSAPWs()
          Gets the AssociationList of SAPWs
 AssociationList Connection.getSAPWs(boolean fGoToServer)
          Gets the Associationlist of SAPWs
 AssociationList SASCatalog.getSASCatalogEntries()
          Gets the Association list of SASCatalogEntries
 AssociationList SASCatalog.getSASCatalogEntries(boolean fGoToServer)
          Gets the Associationlist of SASCatalogEntries
 AssociationList SASLibrary.getSASCatalogs()
          Gets the AssociationList of SASCatalogs
 AssociationList SASLibrary.getSASCatalogs(boolean fGoToServer)
          Gets the Associationlist of SASCatalogs
 AssociationList PhysicalTable.getSASPasswords()
          Gets the AssociationList of SASPasswords
 AssociationList PhysicalTable.getSASPasswords(boolean fGoToServer)
          Gets the Associationlist of SASPasswords
 DatabaseCatalog RelationalSchema.getSchemaPackage()
          Gets the DatabaseCatalog for SchemaPackage
 AssociationList RelationalSchema.getSchemaPackages()
          Gets the Association list of SchemaPackages
 AssociationList RelationalSchema.getSchemaPackages(boolean fGoToServer)
          Gets the Associationlist of SchemaPackages
 AssociationList DatabaseCatalog.getSchemas()
          Gets the AssociationList of Schemas
 AssociationList DatabaseCatalog.getSchemas(boolean fGoToServer)
          Gets the Associationlist of Schemas
 AssociationList File.getScriptedConnections()
          Gets the Association list of ScriptedConnections
 AssociationList File.getScriptedConnections(boolean fGoToServer)
          Gets the Associationlist of ScriptedConnections
 AssociationList SASClientConnection.getScriptFiles()
          Gets the AssociationList of ScriptFiles
 AssociationList SASClientConnection.getScriptFiles(boolean fGoToServer)
          Gets the Associationlist of ScriptFiles
 AssociationList SecurityRuleScheme.getSecRules()
          Gets the Association list of SecRules
 AssociationList SecurityRuleScheme.getSecRules(boolean fGoToServer)
          Gets the Associationlist of SecRules
 SecurityRuleScheme SecurityRule.getSecRuleScheme()
          Gets the SecurityRuleScheme for SecRuleScheme
 AssociationList SecurityRule.getSecRuleSchemes()
          Gets the AssociationList of SecRuleSchemes
 AssociationList SecurityRule.getSecRuleSchemes(boolean fGoToServer)
          Gets the Associationlist of SecRuleSchemes
 java.lang.String MdOMRConnection.getServerModelVersion()
          Gets the server's model version information as a string.
 java.lang.String MdOMRConnection.getServerModelVersion(com.sas.meta.SASOMI.IServer serverConn)
          Gets the server's model version information as a string.
 int MdOMRConnection.getServerStatus()
          Returns the status of the metadata server.
 int MdOMRConnection.getServerStatus(com.sas.meta.SASOMI.IServer serverConn)
          Returns the status of the metadata server.
 java.lang.String MdOMRConnection.getServerVersion(com.sas.meta.SASOMI.IServer serverConn)
          Deprecated. Deprecated as of 9.2. Use MdOMRConnection.getServerModelVersion(IServer).
 AssociationList DeployedComponent.getServiceNames()
          Gets the Association list of ServiceNames
 AssociationList DeployedComponent.getServiceNames(boolean fGoToServer)
          Gets the Associationlist of ServiceNames
 AssociationList DeployedComponent.getServiceTypes()
          Gets the AssociationList of ServiceTypes
 AssociationList DeployedComponent.getServiceTypes(boolean fGoToServer)
          Gets the Associationlist of ServiceTypes
 AssociationList PropertySet.getSetProperties()
          Gets the AssociationList of SetProperties
 AssociationList PropertySet.getSetProperties(boolean fGoToServer)
          Gets the Associationlist of SetProperties
 AssociationList Tree.getSoftwareComponents()
          Gets the Association list of SoftwareComponents
 AssociationList Group.getSoftwareComponents()
          Gets the Association list of SoftwareComponents
 AssociationList Tree.getSoftwareComponents(boolean fGoToServer)
          Gets the Associationlist of SoftwareComponents
 AssociationList Group.getSoftwareComponents(boolean fGoToServer)
          Gets the Associationlist of SoftwareComponents
 AssociationList SoftwareComponent.getSoftwareGroups()
          Gets the AssociationList of SoftwareGroups
 AssociationList SoftwareComponent.getSoftwareGroups(boolean fGoToServer)
          Gets the Associationlist of SoftwareGroups
 AssociationList SoftwareComponent.getSoftwareTrees()
          Gets the AssociationList of SoftwareTrees
 AssociationList SoftwareComponent.getSoftwareTrees(boolean fGoToServer)
          Gets the Associationlist of SoftwareTrees
 DeployedComponent Connection.getSource()
          Gets the DeployedComponent for Source
 AssociationList Classifier.getSourceClassifierMaps()
          Gets the Association list of SourceClassifierMaps
 AssociationList Classifier.getSourceClassifierMaps(boolean fGoToServer)
          Gets the Associationlist of SourceClassifierMaps
 Text QueryClause.getSourceCode()
          Gets the Text for SourceCode
 Text AbstractTransformation.getSourceCode()
          Gets the Text for SourceCode
 AssociationList QueryClause.getSourceCodes()
          Gets the AssociationList of SourceCodes
 AssociationList AbstractTransformation.getSourceCodes()
          Gets the AssociationList of SourceCodes
 AssociationList QueryClause.getSourceCodes(boolean fGoToServer)
          Gets the Associationlist of SourceCodes
 AssociationList AbstractTransformation.getSourceCodes(boolean fGoToServer)
          Gets the Associationlist of SourceCodes
 AssociationList DeployedComponent.getSourceConnections()
          Gets the AssociationList of SourceConnections
 AssociationList DeployedComponent.getSourceConnections(boolean fGoToServer)
          Gets the Associationlist of SourceConnections
 AssociationList Feature.getSourceFeatureMaps()
          Gets the Association list of SourceFeatureMaps
 AssociationList Feature.getSourceFeatureMaps(boolean fGoToServer)
          Gets the Associationlist of SourceFeatureMaps
 AssociationList Connection.getSources()
          Gets the Association list of Sources
 AssociationList Connection.getSources(boolean fGoToServer)
          Gets the Associationlist of Sources
 AssociationList AbstractTransformation.getSourceSpecifications()
          Gets the AssociationList of SourceSpecifications
 AssociationList AbstractTransformation.getSourceSpecifications(boolean fGoToServer)
          Gets the Associationlist of SourceSpecifications
 AssociationList Root.getSourceTransformations()
          Gets the Association list of SourceTransformations
 AssociationList Root.getSourceTransformations(boolean fGoToServer)
          Gets the Associationlist of SourceTransformations
 AssociationList Root.getSpecSourceTransformations()
          Gets the Association list of SpecSourceTransformations
 AssociationList Root.getSpecSourceTransformations(boolean fGoToServer)
          Gets the Associationlist of SpecSourceTransformations
 AssociationList Root.getSpecTargetTransformations()
          Gets the Association list of SpecTargetTransformations
 AssociationList Root.getSpecTargetTransformations(boolean fGoToServer)
          Gets the Associationlist of SpecTargetTransformations
 AssociationList TransformationActivity.getSteps()
          Gets the AssociationList of Steps
 AssociationList Transformation.getSteps()
          Gets the Association list of Steps
 AssociationList TransformationActivity.getSteps(boolean fGoToServer)
          Gets the Associationlist of Steps
 AssociationList Transformation.getSteps(boolean fGoToServer)
          Gets the Associationlist of Steps
 Text PropertyType.getStoredConfiguration()
          Gets the Text for StoredConfiguration
 Text AbstractProperty.getStoredConfiguration()
          Gets the Text for StoredConfiguration
 AssociationList PropertyType.getStoredConfigurations()
          Gets the Association list of StoredConfigurations
 AssociationList AbstractProperty.getStoredConfigurations()
          Gets the AssociationList of StoredConfigurations
 AssociationList PropertyType.getStoredConfigurations(boolean fGoToServer)
          Gets the Associationlist of StoredConfigurations
 AssociationList AbstractProperty.getStoredConfigurations(boolean fGoToServer)
          Gets the Associationlist of StoredConfigurations
 AssociationList FavoritesContainer.getSubContainers()
          Gets the Association list of SubContainers
 AssociationList FavoritesContainer.getSubContainers(boolean fGoToServer)
          Gets the Associationlist of SubContainers
 AssociationList Cube.getSubCubes()
          Gets the Association list of SubCubes
 AssociationList Cube.getSubCubes(boolean fGoToServer)
          Gets the Associationlist of SubCubes
 AssociationList Directory.getSubDirectories()
          Gets the Association list of SubDirectories
 AssociationList Directory.getSubDirectories(boolean fGoToServer)
          Gets the Associationlist of SubDirectories
 HierarchyLevel HierarchyLevel.getSubLevel()
          Gets the HierarchyLevel for SubLevel
 AssociationList HierarchyLevel.getSubLevels()
          Gets the Association list of SubLevels
 AssociationList HierarchyLevel.getSubLevels(boolean fGoToServer)
          Gets the Associationlist of SubLevels
 AssociationList PropertyGroup.getSubpropertyGroups()
          Gets the Association list of SubpropertyGroups
 AssociationList PropertyGroup.getSubpropertyGroups(boolean fGoToServer)
          Gets the Associationlist of SubpropertyGroups
 AssociationList ITSubscriber.getSubscribedChannels()
          Gets the AssociationList of SubscribedChannels
 AssociationList ITSubscriber.getSubscribedChannels(boolean fGoToServer)
          Gets the Associationlist of SubscribedChannels
 Email ITSubscriber.getSubscriberEmail()
          Gets the Email for SubscriberEmail
 AssociationList ITSubscriber.getSubscriberEmails()
          Gets the AssociationList of SubscriberEmails
 AssociationList ITSubscriber.getSubscriberEmails(boolean fGoToServer)
          Gets the Associationlist of SubscriberEmails
 AssociationList ITChannel.getSubscriberGroups()
          Gets the AssociationList of SubscriberGroups
 AssociationList ITChannel.getSubscriberGroups(boolean fGoToServer)
          Gets the Associationlist of SubscriberGroups
 AssociationList Person.getSubscriberIdentities()
          Gets the Association list of SubscriberIdentities
 AssociationList Person.getSubscriberIdentities(boolean fGoToServer)
          Gets the Associationlist of SubscriberIdentities
 AssociationList AbstractTransformation.getSubstitutionVariables()
          Gets the Association list of SubstitutionVariables
 AssociationList AbstractTransformation.getSubstitutionVariables(boolean fGoToServer)
          Gets the Associationlist of SubstitutionVariables
 AssociationList Tree.getSubTrees()
          Gets the Association list of SubTrees
 AssociationList Tree.getSubTrees(boolean fGoToServer)
          Gets the Associationlist of SubTrees
 java.util.List<java.lang.String> MdOMIUtil.getSubTypes(java.lang.String objectType, boolean includeDescendants)
          Gets the subtypes specific metadata object type.
 AssociationList TransformationStep.getSuccessorDependencies()
          Gets the AssociationList of SuccessorDependencies
 AssociationList TransformationStep.getSuccessorDependencies(boolean fGoToServer)
          Gets the Associationlist of SuccessorDependencies
 AssociationList StepPrecedence.getSuccessors()
          Gets the Association list of Successors
 AssociationList StepPrecedence.getSuccessors(boolean fGoToServer)
          Gets the Associationlist of Successors
 DataTable UniqueKey.getTable()
          Gets the DataTable for Table
 DataTable ForeignKey.getTable()
          Gets the DataTable for Table
 DataTable Column.getTable()
          Gets the DataTable for Table
 AssociationList DeployedDataPackage.getTableCollections()
          Gets the Association list of TableCollections
 AssociationList DataTable.getTableCollections()
          Gets the Association list of TableCollections
 AssociationList DeployedDataPackage.getTableCollections(boolean fGoToServer)
          Gets the Associationlist of TableCollections
 AssociationList DataTable.getTableCollections(boolean fGoToServer)
          Gets the Associationlist of TableCollections
 Join JoinTable.getTableJoin()
          Gets the Join for TableJoin
 AssociationList JoinTable.getTableJoins()
          Gets the Association list of TableJoins
 AssociationList JoinTable.getTableJoins(boolean fGoToServer)
          Gets the Associationlist of TableJoins
 RelationalSchema DataTable.getTablePackage()
          Gets the RelationalSchema for TablePackage
 AssociationList DataTable.getTablePackages()
          Gets the AssociationList of TablePackages
 AssociationList DataTable.getTablePackages(boolean fGoToServer)
          Gets the Associationlist of TablePackages
 AssociationList UniqueKey.getTables()
          Gets the Association list of Tables
 AssociationList TableCollection.getTables()
          Gets the AssociationList of Tables
 AssociationList RelationalSchema.getTables()
          Gets the Association list of Tables
 AssociationList ForeignKey.getTables()
          Gets the Association list of Tables
 AssociationList Column.getTables()
          Gets the Association list of Tables
 AssociationList UniqueKey.getTables(boolean fGoToServer)
          Gets the Associationlist of Tables
 AssociationList TableCollection.getTables(boolean fGoToServer)
          Gets the Associationlist of Tables
 AssociationList RelationalSchema.getTables(boolean fGoToServer)
          Gets the Associationlist of Tables
 AssociationList ForeignKey.getTables(boolean fGoToServer)
          Gets the Associationlist of Tables
 AssociationList Column.getTables(boolean fGoToServer)
          Gets the Associationlist of Tables
 AssociationList Classifier.getTargetClassifierMaps()
          Gets the AssociationList of TargetClassifierMaps
 AssociationList Classifier.getTargetClassifierMaps(boolean fGoToServer)
          Gets the Associationlist of TargetClassifierMaps
 AssociationList Feature.getTargetFeatureMaps()
          Gets the AssociationList of TargetFeatureMaps
 AssociationList Feature.getTargetFeatureMaps(boolean fGoToServer)
          Gets the Associationlist of TargetFeatureMaps
 Target AnalyticColumn.getTargetInformation()
          Gets the Target for TargetInformation
 AssociationList AnalyticColumn.getTargetInformations()
          Gets the Association list of TargetInformations
 AssociationList AnalyticColumn.getTargetInformations(boolean fGoToServer)
          Gets the Associationlist of TargetInformations
 AssociationList Text.getTargets()
          Gets the Association list of Targets
 AssociationList MiningResult.getTargets()
          Gets the AssociationList of Targets
 AssociationList Text.getTargets(boolean fGoToServer)
          Gets the Associationlist of Targets
 AssociationList MiningResult.getTargets(boolean fGoToServer)
          Gets the Associationlist of Targets
 AssociationList AbstractTransformation.getTargetSpecifications()
          Gets the AssociationList of TargetSpecifications
 AssociationList AbstractTransformation.getTargetSpecifications(boolean fGoToServer)
          Gets the Associationlist of TargetSpecifications
 RelationalTable MiningResult.getTargetTable()
          Gets the RelationalTable for TargetTable
 AssociationList MiningResult.getTargetTables()
          Gets the AssociationList of TargetTables
 AssociationList MiningResult.getTargetTables(boolean fGoToServer)
          Gets the Associationlist of TargetTables
 AssociationList Root.getTargetTransformations()
          Gets the AssociationList of TargetTransformations
 AssociationList Root.getTargetTransformations(boolean fGoToServer)
          Gets the Associationlist of TargetTransformations
 AssociationList Target.getTextualInformationObjects()
          Gets the AssociationList of TextualInformationObjects
 AssociationList Target.getTextualInformationObjects(boolean fGoToServer)
          Gets the Associationlist of TextualInformationObjects
 AssociationList Root.getTimestamps()
          Gets the Association list of Timestamps
 AssociationList Root.getTimestamps(boolean fGoToServer)
          Gets the Associationlist of Timestamps
 Text MiningResult.getTrainCode()
          Gets the Text for TrainCode
 AssociationList MiningResult.getTrainCodes()
          Gets the AssociationList of TrainCodes
 AssociationList MiningResult.getTrainCodes(boolean fGoToServer)
          Gets the Associationlist of TrainCodes
 AssociationList PhysicalTable.getTrainedModelResults()
          Gets the AssociationList of TrainedModelResults
 AssociationList PhysicalTable.getTrainedModelResults(boolean fGoToServer)
          Gets the Associationlist of TrainedModelResults
 PhysicalTable MiningResult.getTrainingTable()
          Gets the PhysicalTable for TrainingTable
 AssociationList MiningResult.getTrainingTables()
          Gets the Association list of TrainingTables
 AssociationList MiningResult.getTrainingTables(boolean fGoToServer)
          Gets the Associationlist of TrainingTables
 AssociationList TransformationStep.getTransformations()
          Gets the AssociationList of Transformations
 AssociationList TransformationStep.getTransformations(boolean fGoToServer)
          Gets the Associationlist of Transformations
 AssociationList AbstractTransformation.getTransformationSources()
          Gets the AssociationList of TransformationSources
 AssociationList AbstractTransformation.getTransformationSources(boolean fGoToServer)
          Gets the Associationlist of TransformationSources
 AssociationList AbstractTransformation.getTransformationTargets()
          Gets the Association list of TransformationTargets
 AssociationList AbstractTransformation.getTransformationTargets(boolean fGoToServer)
          Gets the Associationlist of TransformationTargets
 AssociationList Root.getTrees()
          Gets the Association list of Trees
 AssociationList Root.getTrees(boolean fGoToServer)
          Gets the Associationlist of Trees
 AssociationList AbstractTransformation.getTriggeredEvents()
          Gets the Association list of TriggeredEvents
 AssociationList AbstractTransformation.getTriggeredEvents(boolean fGoToServer)
          Gets the Associationlist of TriggeredEvents
 AssociationList Event.getTriggeredTransforms()
          Gets the AssociationList of TriggeredTransforms
 AssociationList Event.getTriggeredTransforms(boolean fGoToServer)
          Gets the Associationlist of TriggeredTransforms
 AssociationList AbstractTransformation.getTriggeringEvents()
          Gets the Association list of TriggeringEvents
 AssociationList AbstractTransformation.getTriggeringEvents(boolean fGoToServer)
          Gets the Associationlist of TriggeringEvents
 AssociationList Event.getTriggeringTransforms()
          Gets the AssociationList of TriggeringTransforms
 AssociationList Event.getTriggeringTransforms(boolean fGoToServer)
          Gets the Associationlist of TriggeringTransforms
 AssociationList TSNamespace.getTSAccessKeys()
          Gets the AssociationList of TSAccessKeys
 AssociationList TSNamespace.getTSAccessKeys(boolean fGoToServer)
          Gets the Associationlist of TSAccessKeys
 TSNamespace SASPassword.getTSAssociatedNamespace()
          Gets the TSNamespace for TSAssociatedNamespace
 TSNamespace ContentLocation.getTSAssociatedNamespace()
          Gets the TSNamespace for TSAssociatedNamespace
 AssociationList SASPassword.getTSAssociatedNamespaces()
          Gets the Association list of TSAssociatedNamespaces
 AssociationList ContentLocation.getTSAssociatedNamespaces()
          Gets the Association list of TSAssociatedNamespaces
 AssociationList SASPassword.getTSAssociatedNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSAssociatedNamespaces
 AssociationList ContentLocation.getTSAssociatedNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSAssociatedNamespaces
 AssociationList TSNamespace.getTSContainedNames()
          Gets the AssociationList of TSContainedNames
 AssociationList TSNamespace.getTSContainedNames(boolean fGoToServer)
          Gets the Associationlist of TSContainedNames
 TSNamespace TSNameObject.getTSContainingNamespace()
          Gets the TSNamespace for TSContainingNamespace
 AssociationList TSNameObject.getTSContainingNamespaces()
          Gets the Association list of TSContainingNamespaces
 AssociationList TSNameObject.getTSContainingNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSContainingNamespaces
 AssociationList TSNamespace.getTSNamespaceLocations()
          Gets the AssociationList of TSNamespaceLocations
 AssociationList TSNamespace.getTSNamespaceLocations(boolean fGoToServer)
          Gets the Associationlist of TSNamespaceLocations
 TSNamespace Root.getTSObjectNamespace()
          Gets the TSNamespace for TSObjectNamespace
 AssociationList Root.getTSObjectNamespaces()
          Gets the AssociationList of TSObjectNamespaces
 AssociationList Root.getTSObjectNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSObjectNamespaces
 AssociationList TSNamespace.getTSObjects()
          Gets the Association list of TSObjects
 AssociationList TSNamespace.getTSObjects(boolean fGoToServer)
          Gets the Associationlist of TSObjects
 TSNamespace TSNamespace.getTSParentNamespace()
          Gets the TSNamespace for TSParentNamespace
 AssociationList TSNamespace.getTSParentNamespaces()
          Gets the AssociationList of TSParentNamespaces
 AssociationList TSNamespace.getTSParentNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSParentNamespaces
 AssociationList TSNamespace.getTSSubNamespaces()
          Gets the Association list of TSSubNamespaces
 AssociationList TSNamespace.getTSSubNamespaces(boolean fGoToServer)
          Gets the Associationlist of TSSubNamespaces
 AssociationList PropertyType.getTypedAttProperties()
          Gets the Association list of TypedAttProperties
 AssociationList PropertyType.getTypedAttProperties(boolean fGoToServer)
          Gets the Associationlist of TypedAttProperties
 AssociationList ContentType.getTypeDefinitions()
          Gets the Association list of TypeDefinitions
 AssociationList ContentType.getTypeDefinitions(boolean fGoToServer)
          Gets the Associationlist of TypeDefinitions
 AssociationList PropertyType.getTypedProperties()
          Gets the Association list of TypedProperties
 AssociationList PropertyType.getTypedProperties(boolean fGoToServer)
          Gets the Associationlist of TypedProperties
 void MdOMIUtil.getTypeProperties(java.lang.String objectType, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributeMap, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> associationMap)
          Gets the properties for a specific metadata object type.
 void MdOMIUtil.getTypes(java.util.List<java.lang.String> nameList, java.util.List<java.lang.String> descList)
          Gets the types that are available in the repository.
 AssociationList Column.getUniqueKeyAssociations()
          Gets the Association list of UniqueKeyAssociations
 AssociationList Column.getUniqueKeyAssociations(boolean fGoToServer)
          Gets the Associationlist of UniqueKeyAssociations
 Column KeyAssociation.getUniqueKeyColumn()
          Gets the Column for UniqueKeyColumn
 AssociationList KeyAssociation.getUniqueKeyColumns()
          Gets the AssociationList of UniqueKeyColumns
 AssociationList KeyAssociation.getUniqueKeyColumns(boolean fGoToServer)
          Gets the Associationlist of UniqueKeyColumns
 AssociationList DataTable.getUniqueKeys()
          Gets the AssociationList of UniqueKeys
 AssociationList DataTable.getUniqueKeys(boolean fGoToServer)
          Gets the Associationlist of UniqueKeys
 AssociationList ContentLocation.getUnitofTimes()
          Gets the Association list of UnitofTimes
 AssociationList ContentLocation.getUnitofTimes(boolean fGoToServer)
          Gets the Associationlist of UnitofTimes
 AssociationList DeployedComponent.getUsedByComponents()
          Gets the AssociationList of UsedByComponents
 AssociationList DeployedComponent.getUsedByComponents(boolean fGoToServer)
          Gets the Associationlist of UsedByComponents
 AssociationList ConditionActionSet.getUsedByConditionActionSets()
          Gets the Association list of UsedByConditionActionSets
 AssociationList ConditionActionSet.getUsedByConditionActionSets(boolean fGoToServer)
          Gets the Associationlist of UsedByConditionActionSets
 AssociationList DeployedDataPackage.getUsedByPackages()
          Gets the AssociationList of UsedByPackages
 AssociationList DeployedDataPackage.getUsedByPackages(boolean fGoToServer)
          Gets the Associationlist of UsedByPackages
 AssociationList Root.getUsedByPrototypes()
          Gets the Association list of UsedByPrototypes
 AssociationList Root.getUsedByPrototypes(boolean fGoToServer)
          Gets the Associationlist of UsedByPrototypes
 java.util.List MdRepositoryUtil.getUsedByRepositories(java.lang.String repositoryID)
          Gets a list of repositories that use the specified repository.
 Tree MdOMIUtil.getUserHomeFolder(MdObjectStore store, java.lang.String userName, java.lang.String folderName, java.lang.String template, int flags)
          Returns a home folder for a given user.
 Tree MdOMIUtil.getUserHomeFolder(MdObjectStore store, java.lang.String userName, java.lang.String folderName, java.lang.String template, int flags, boolean createIfNecessary)
          Returns a home folder for a given user.
 AssociationList DeployedComponent.getUsingComponents()
          Gets the Association list of UsingComponents
 AssociationList DeployedComponent.getUsingComponents(boolean fGoToServer)
          Gets the Associationlist of UsingComponents
 AssociationList DeployedDataPackage.getUsingPackages()
          Gets the Association list of UsingPackages
 AssociationList DeployedDataPackage.getUsingPackages(boolean fGoToServer)
          Gets the Associationlist of UsingPackages
 Root Root.getUsingPrototype()
          Gets the Root for UsingPrototype
 AssociationList Root.getUsingPrototypes()
          Gets the AssociationList of UsingPrototypes
 AssociationList Root.getUsingPrototypes(boolean fGoToServer)
          Gets the Associationlist of UsingPrototypes
 AssociationList SoftwareComponent.getValidatedProperties()
          Gets the AssociationList of ValidatedProperties
 AssociationList SoftwareComponent.getValidatedProperties(boolean fGoToServer)
          Gets the Associationlist of ValidatedProperties
 AssociationList SoftwareComponent.getValidatedTypes()
          Gets the AssociationList of ValidatedTypes
 AssociationList SoftwareComponent.getValidatedTypes(boolean fGoToServer)
          Gets the Associationlist of ValidatedTypes
 AssociationList PropertyType.getValidators()
          Gets the Association list of Validators
 AssociationList AbstractProperty.getValidators()
          Gets the Association list of Validators
 AssociationList PropertyType.getValidators(boolean fGoToServer)
          Gets the Associationlist of Validators
 AssociationList AbstractProperty.getValidators(boolean fGoToServer)
          Gets the Associationlist of Validators
 Transformation AbstractPrompt.getValueSource()
          Gets the Transformation for ValueSource
 AssociationList AbstractPrompt.getValueSources()
          Gets the AssociationList of ValueSources
 AssociationList AbstractPrompt.getValueSources(boolean fGoToServer)
          Gets the Associationlist of ValueSources
 AssociationList Root.getVariables()
          Gets the Association list of Variables
 AssociationList Root.getVariables(boolean fGoToServer)
          Gets the Associationlist of Variables
 int MdOMRConnection.getVersionCompatibility()
          Return the compatibility of the server to the client. 1 server is greater than client, -1 client is greater than server, and 0 is a matching version between client and server.
 int MdOMRConnection.getVersionCompatibility(com.sas.meta.SASOMI.IServer serverConn)
          Return the compatibility of the server to the client. 1 server is greater than client, -1 client is greater than server, and 0 is a matching version between client and server.
 WhereClause Select.getWhereForSelect()
          Gets the WhereClause for WhereForSelect
 AssociationList Select.getWhereForSelects()
          Gets the Association list of WhereForSelects
 AssociationList Select.getWhereForSelects(boolean fGoToServer)
          Gets the Associationlist of WhereForSelects
 AssociationList SXLEMap.getXMLMapTables()
          Gets the AssociationList of XMLMapTables
 AssociationList SXLEMap.getXMLMapTables(boolean fGoToServer)
          Gets the Associationlist of XMLMapTables
 AssociationList RelationalTable.getXPaths()
          Gets the AssociationList of XPaths
 AssociationList Column.getXPaths()
          Gets the AssociationList of XPaths
 AssociationList RelationalTable.getXPaths(boolean fGoToServer)
          Gets the Associationlist of XPaths
 AssociationList Column.getXPaths(boolean fGoToServer)
          Gets the Associationlist of XPaths
 boolean MdRepositoryUtil.hasDependentRepositories(java.lang.String repositoryID)
          Returns true if the given repository has any dependent repositories
 boolean MdRepositoryUtil.isCustomType(java.lang.String repositoryID)
          Returns true if the repository is a Custom repository
 boolean MdRepositoryUtil.isDependentRepository(java.lang.String repositoryID)
          Returns true if the given repository is a dependent repository.
 boolean MdSecurityUtil.isFolderWriteAuthorized(java.lang.String folderID)
          Returns true if the user has the necessary WriteMemberMetadata permissions for a particular folder.
 boolean MdRepositoryUtil.isFoundationType(java.lang.String repositoryID)
          Returns true if the repository is a Foundation repository
 boolean MdRepositoryUtil.isProjectType(java.lang.String repositoryID)
          Returns true if the repository is a Project repository
 boolean MdSecurityUtil.isReadAuthorized(java.lang.String metadataType, java.lang.String metadataID)
          Returns true if the user has the necessary ReadMetadata permissions for a particular object.
 boolean MdOMRConnection.isServerPaused()
          Returns true if the server is currently paused, either in an offline or admin state.
 boolean MdSecurityUtil.isWriteAuthorized(java.lang.String metadataType, java.lang.String metadataID)
          Returns true if the user has the necessary WriteMetadata permissions for a particular object.
 void MdFactoryImpl.makeConnection(java.lang.String protocol, java.lang.String host, java.lang.String port, java.lang.String username, java.lang.String password)
          Deprecated. This method is no longer supported. Use MdFactoryImpl.makeOMRConnection(String, String, String, String) instead.
 void MdFactory.makeConnection(java.lang.String protocol, java.lang.String host, java.lang.String port, java.lang.String username, java.lang.String password)
          Deprecated. This method is no longer supported. Use MdFactory.makeOMRConnection(String, String, String, String) instead.
 void MdFactoryImpl.makeConnection2(java.lang.String host, java.lang.String port, java.lang.String username, java.lang.String password)
          Deprecated. this method has been renamed to MdFactoryImpl.makeOMRConnection(String, String, String, String)
 void MdFactory.makeConnection2(java.lang.String host, java.lang.String port, java.lang.String username, java.lang.String password)
          Deprecated. this method has been renamed to MdFactory.makeOMRConnection(String, String, String, String)
 com.sas.meta.SASOMI.IMetadataTransport MdOMRConnection.makeIMetadataTransportConnection(com.sas.meta.SASOMI.IOMI OMRConnection)
          Narrows a connection to a SAS Metadata Server to the IMetadataTransport interface.
 com.sas.meta.SASOMI.IMetadataTransport MdOMRConnection.makeIMetadataTransportConnection(java.lang.String Host, java.lang.String Port, java.lang.String Username, java.lang.String Password)
          Makes a connection to the specified SAS Metadata Server and narrows it to the IMetadataTransport interface.
 com.sas.meta.SASOMI.IMetadataTransport MdOMRConnection.makeIMetadataTransportConnectionUsingSecurityPackage(java.lang.String Host, java.lang.String Port, java.lang.String SecurityPackageList, java.lang.String SPN)
          Makes a connection to the specified SAS Metadata Server and narrows it to the IMetadataTransport interface.
 com.sas.iom.SAS.IWorkspace MdOMRConnection.makeIOMConnection(java.lang.String Host, java.lang.String Port, java.lang.String Username, java.lang.String Password)
          Makes a connection to the specified SAS Workspace Server.
 com.sas.iom.SAS.IWorkspace MdOMRConnection.makeIOMConnectionUsingSecurityPackage(java.lang.String Host, java.lang.String Port, java.lang.String SecurityPackageList, java.lang.String SPN)
          Makes a connection to the specified SAS Workspace Server.
 com.sas.meta.SASOMI.ISecurityAdmin MdOMRConnection.MakeISecurityAdminConnection(com.sas.meta.SASOMI.IOMI OMRConnection)
          Narrows a connection to a SAS Metadata Server to the ISecurityAdmin interface.
 com.sas.meta.SASOMI.ISecurityAdmin MdOMRConnection.makeISecurityAdminConnection(java.lang.String Host, java.lang.String Port, java.lang.String Username, java.lang.String Password)
          Makes a connection to the specified SAS Metadata Server and narrows it to the ISecurityAdmin interface.
 com.sas.meta.SASOMI.ISecurityAdmin MdOMRConnection.makeISecurityAdminConnectionUsingSecurityPackage(java.lang.String Host, java.lang.String Port, java.lang.String SecurityPackageList, java.lang.String SPN)
          Makes a connection to the specified SAS Metadata Server and narrows it to the ISecurity interface.
 com.sas.meta.SASOMI.ISecurity_1_1 MdOMRConnection.MakeISecurityConnection()
          Narrows the internal connection to a SAS Metadata Server to the ISecurity_1_1 interface.
 com.sas.meta.SASOMI.ISecurity_1_1 MdOMRConnection.MakeISecurityConnection(com.sas.meta.SASOMI.IOMI OMRConnection)
          Narrows a connection to a SAS Metadata Server to the ISecurity_1_1 interface.
 com.sas.meta.SASOMI.ISecurity_1_1 MdOMRConnection.makeISecurityConnection(java.lang.String Host, java.lang.String Port, java.lang.String Username, java.lang.String Password)
          Makes a connection to the specified SAS Metadata Server and narrows it to the ISecurity_1_1 interface.
 com.sas.meta.SASOMI.ISecurity_1_1 MdOMRConnection.makeISecurityConnectionUsingSecurityPackage(java.lang.String Host, java.lang.String Port, java.lang.String SecurityPackageList, java.lang.String SPN)
          Makes a connection to the specified SAS Metadata Server and narrows it to the ISecurity interface.
 com.sas.meta.SASOMI.IServer MdOMRConnection.MakeIServerConnection()
          Narrows a connection to a SAS Metadata Server to the IServer interface.
 com.sas.meta.SASOMI.IServer MdOMRConnection.MakeIServerConnection(com.sas.meta.SASOMI.IOMI OMRConnection)
          Narrows a connection to a SAS Metadata Server to the IServer interface.
 com.sas.meta.SASOMI.IServer MdOMRConnection.makeIServerConnection(java.lang.String Host, java.lang.String Port, java.lang.String Username, java.lang.String Password)
          Makes a connection to the specified SAS Metadata Server and narrows it to the IServer interface.
 com.sas.meta.SASOMI.IServer MdOMRConnection.makeIServerConnectionUsingSecurityPackage(java.lang.String Host, java.lang.String Port, java.lang.String SecurityPackageList, java.lang.String SPN)
          Makes a connection to the specified SAS Metadata Server and narrows it to the IServer interface.
 com.sas.meta.SASOMI.IOMI MdOMRConnection.makeOMRConnection(java.lang.String host, java.lang.String port, java.lang.String user, java.lang.String password)
          Connect to the metadata server.
 void MdFactoryImpl.makeOMRConnection(java.lang.String host, java.lang.String port, java.lang.String username, java.lang.String password)
          This makes a connection to OMR using makeOMRConnection in MdOMRConnection
 void MdFactory.makeOMRConnection(java.lang.String host, java.lang.String port, java.lang.String username, java.lang.String password)
          This makes a connection to OMR using makeOMRConnection in MdOMRConnection
 com.sas.meta.SASOMI.IOMI MdOMRConnection.makeOMRConnectionUsingSecurityPackage(java.lang.String host, java.lang.String port, java.lang.String securityPackageList, java.lang.String spn)
          Connect to the metadata server using a security package such as Kerberos.
 org.w3c.dom.Document MdOMIUtil.parseXML(java.lang.String strXML)
          routine to parse a passed in xml string and return a dom document
 org.w3c.dom.Document MdException.parseXML(java.lang.String strXML)
          routine to parse a passed in xml string and return a dom document
 org.w3c.dom.Document MdOMIUtil.parseXML(java.net.URL xmlDocument)
          routine to parse a passed in xml URL and return a dom document
 CMetadata MdOMIUtil.populateObject(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 CMetadata MdOMIUtil.populateObject(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList, boolean doNotOverrideAssocs)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 java.util.List MdOMIUtil.populateObjects(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList, boolean doNotOverrideAssocs, java.util.List objects)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 void MdOMIUtil.populateStoreFromInputStream(MdStore inStore, java.io.InputStream stream, int state, boolean useReposForNewObjects)
          Build objects from an input stream and set states to desired state.
 void MdOMIUtil.populateStoreFromString(MdStore inStore, org.w3c.dom.Document doc, int state, boolean useReposForNewObjects)
          Build objects from source XML and set states to desired state.
 void MdOMIUtil.populateStoreFromString(MdStore inStore, java.lang.String inXML, int state, boolean useReposForNewObjects)
          Build objects from source XML and set states to desired state.
 void MdObjectStore.refreshObjectFromServer(CMetadata inObject, boolean includeLocallyChangedItems, boolean getFullObjectUpdate)
          Refreshes object from the server
 void MdObjectStore.refreshObjectFromServer(CMetadata inObject, boolean includeLocallyChangedItems, boolean getFullObjectUpdate, boolean refreshAssocsSetByServerOnly)
          Refreshes object from the server
 void MdObjectStore.refreshStoreFromServer(boolean includeLocallyChangedItems, boolean getFullObjectUpdate)
          Refreshes objects in this store from the server
 void AssociationList.removeAllElements(boolean objectChanged)
          Removes all components from this List and sets its size to zero.
 void MdObjectStore.removeObjectFromStore(CMetadata deleteObject, java.lang.String deleteTemplate)
          Removes an object from the store, marks it to delete, and uses a template to delete associated objects.
 void MdObjectStore.removeObjectsFromStore(java.util.List<? extends CMetadata> deletedObjects)
          Removes a set of objects from the store, and from server once store is persisted to server.
protected  void AssociationList.removeOppositeAssn(java.lang.String otherID)
          Deprecated. REMOVED FROM API.
 CMetadata MdObjectStore.retrieveFullObject(java.lang.String objectType, java.lang.String objectID)
          Retrieves all metadata for an existing public object.
 void MdOMIUtil.setObjectAssociations(CMetadata metaObject, java.util.List outComplexNames, java.util.List[] outComplexObjects, boolean doNotOverrideAssns)
          Call given object's 'set...s' methods for the given complex attributes
protected  void AssociationList.setOppositeAssn(java.lang.String otherID)
          Deprecated. REMOVED FROM API.
 void MdFactoryImpl.unlockMetadataObjects(CMetadata unlockObject, java.lang.String template)
          Removes the object from the detail Map and from the server!
 void MdFactory.unlockMetadataObjects(CMetadata unlockObject, java.lang.String template)
          Removes the object from the detail Map and from the server!
 java.util.List MdOMIUtil.unlockMetadataObjects(java.util.List inObjects)
          Unlock a CMetadata object; this is a forced unlock.
 void MdFactoryImpl.unlockMetadataObjects(java.lang.String objectName, java.lang.String objectType, java.lang.String objectFQID, java.lang.String template)
          Unlock the object on the server!
 void MdFactory.unlockMetadataObjects(java.lang.String objectName, java.lang.String objectType, java.lang.String objectFQID, java.lang.String template)
          Unlock the object on the server!
 void MdStore.updatedMetadataAll()
           
 void MdServerStore.updatedMetadataAll()
          NOT IMPLEMENTED
 void MdObjectStore.updatedMetadataAll()
          Updates objects in store to Metadata server.
 void MdOMIUtil.updateMetadata(java.lang.String inXML)
           
 int MdOMIUtil.updateMetadata(java.lang.String inXML, org.omg.CORBA.StringHolder outXML, int iFlags)
          Performs an update operation against the metadata server.
 void MdObjectBaseXML.updateMetadataAll()
          This method is called to build and submit an updateMetadata XML stream to the server.
 void MdOMIUtil.updateMetadataSimple(java.lang.String inXML)
           
 void MdOMIUtil.updateMetadataSimple(java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> attributes, java.util.List<java.lang.String> values)
          Updates the values of the simple attributes given.
 void MdOMIUtil.updateObjectId(org.w3c.dom.Document inDoc, org.w3c.dom.Document outDoc)
          Updates the object ids on the local server stores to reflect the new id on the server.
 void MdOMRConnection.validatePlatformVersion()
          Check if connected server is a version supported by this client.
 

Constructors in com.sas.metadata.remote that throw MdException
MdFactoryImpl()
          Creates a new factory.
MdFactoryImpl(boolean remoteEnvironment)
          Creates a new factory.
 

Uses of MdException in com.sas.metadata.remote.entities
 

Methods in com.sas.metadata.remote.entities that throw MdException
static void MdOMAEntityUtility.copyEntityToNewObject(Root sourceObject, Root targetObject)
          This method takes a source metadata object and creates the metadata for an entity from that object for a target object.
static void MdOMAEntityUtility.deleteObjectFromStore(Property entityProp, java.lang.String template)
          Removes the entity from usage and delete it from OMR at next updateMetadataAll() call.
static Property MdOMAEntityUtility.getEntityPropertyForOMRObject(Root omrObject)
          Given an OMR Metadata object, retrieve the Property object that represents the Entity associated with the given OMR object.
static PropertyType MdOMAEntityUtility.getGenericPropertyType(Root sourceObject)
          Get the generic String PropertyType used for all Properties who have string values.
static java.util.List MdOMAEntityUtility.getPropertyTypesForObjectRepository(Root sourceObject)
          Get the PropertyType objects for the repository sourceObject is in.
static java.util.List MdOMAEntityUtility.getPropertyTypesForObjectRepositoryIDList(Root inObject)
          Get the PropertyType object ids for the repository that inobject is in.
static void MdOMAEntityUtility.populateEntityAttributeDescriptorfromOMRProperty(com.sas.entities.AttributeDescriptorInterface attrDesc, Property propObject)
          Populate an Entity AttributeDescriptor from an OMR Property
protected static void MdOMAEntityUtility.populateEntityAttributeDescriptorfromOMRProperty(com.sas.entities.AttributeDescriptorInterface attrDesc, Property propObject, boolean goToServer)
          Populate an Entity AttributeDescriptor from an OMR Property
static void MdOMAEntityUtility.populateEntityAttributeTypeFromOMRPropertyType(com.sas.entities.AttributeTypeInterface attrType, PropertyType propType)
          Populate an Entity AttributeType from an OMR PropertyType
protected static void MdOMAEntityUtility.populateEntityAttributeTypeFromOMRPropertyType(com.sas.entities.AttributeTypeInterface attrType, PropertyType propType, boolean goToServer)
          Populate an Entity AttributeType from an OMR PropertyType
static void MdOMAEntityUtility.populateEntityFromOMRObject(com.sas.entities.RemoteEntityInterface entity, Root omrObject)
          Take an existing entity object and populate it from metadata object.
static void MdOMAEntityUtility.populateEntityFromOMRProperty(com.sas.entities.RemoteEntityInterface entity, Property propObject)
          populate an entity from the omr Property object that represents that entity.
static void MdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group, PropertyGroup omrGroup)
          Populate an Entity AttributeGroup from an OMR PropertyGroup
protected static void MdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group, PropertyGroup omrGroup, boolean goToServer)
          Populate an Entity AttributeGroup from an OMR PropertyGroup
static void MdOMAEntityUtility.populateOMRObjectFromEntity(Root omrObject, com.sas.entities.RemoteEntityInterface entity)
          Take an metadata object and populate it with the entity information.
static void MdOMAEntityUtility.populateOMRPropertyFromAttributeDescriptor(Property propAttr, com.sas.entities.AttributeDescriptorInterface attrDesc)
          Populate an OMR Property from and Entity Attribute Descriptor
static void MdOMAEntityUtility.populateOMRPropertyFromEntity(Property entityProp, com.sas.entities.RemoteEntityInterface entity)
          Take an metadata object and populate it with the entity information.
static void MdOMAEntityUtility.populateOMRPropertyGroupFromAttributeGroup(PropertyGroup propGroup, com.sas.entities.AttributeGroupInterface attrGroup)
          Populate an OMR PropertyGroup from an Entity Attribute Group.
static void MdOMAEntityUtility.populateOMRPropertyTypeFromAttributeType(PropertyType propType, com.sas.entities.AttributeTypeInterface attrType)
          Populate an OMR PropertyType from an Entity AttributeType
static void MdOMAEntityUtility.removeEntityFromOMR(Root omrObject)
          Given an OMR Metadata object, remove the Property object(s) that represents the Entity associated with the given OMR object.
static void MdOMAEntityUtility.removeEntityPropertyObjectFromOMR(Property omrProperty)
          Remoe an entity property object and all connected objects from OMR.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.