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