Uses of Interface
com.sas.metadata.remote.CMetadata

Packages that use CMetadata
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of CMetadata in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return CMetadata
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore oStore, CMetadata oSimple)
          Creates a complex/detailed metadata object in a given object store.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore oStore, CMetadata oSimple)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
           
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore oStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Creates a complex/detailed metadata object in a given object store.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore oStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Deprecated. Objects should only be created in an ObjectStore. Deprecated as of 9.2. Use MdFactoryImpl.createComplexMetadataObject(MdObjectStore, MdStore, String, String, String, String) instead.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Deprecated. Objects should only be created in an ObjectStore. Deprecated as of 9.2. Use MdFactory.createComplexMetadataObject(MdObjectStore, MdStore, String, String, String, String) instead.
 CMetadata MdFactoryImpl.createComplexMetadataObjectServerStoreOnly(java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Deprecated. As of 9.2, complex objects should no longer be created within the ServerStore.
abstract  CMetadata MdFactory.createComplexMetadataObjectServerStoreOnly(java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Deprecated. As of 9.2, complex objects should no longer be created within the ServerStore.
 CMetadata MdFactoryImpl.createComplexMetadataObjectStoreOnly(MdStore inStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed object in specified store only.
abstract  CMetadata MdFactory.createComplexMetadataObjectStoreOnly(MdStore inStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed object in specified store only.
 CMetadata MdFactoryImpl.createSimpleMetadataObject(CMetadata inObject)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdFactory.createSimpleMetadataObject(CMetadata inObject)
          Creates an object to be used as a place holder for a more complex object.
 CMetadata MdFactoryImpl.createSimpleMetadataObject(CMetadata inObject, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdFactory.createSimpleMetadataObject(CMetadata inObject, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
 CMetadata MdFactoryImpl.createSimpleMetadataObject(java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdFactory.createSimpleMetadataObject(java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Creates an object to be used as a place holder for a more complex object.
 CMetadata MdFactoryImpl.createSimpleMetadataObject(java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdFactory.createSimpleMetadataObject(java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdOMIUtil.doSimple(CMetadata thisObject, org.w3c.dom.NamedNodeMap thisNodeMap)
          Calls 'set' methods for given object for nodes in given NodeMap
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  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  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  CMetadata MdStore.getObject(java.lang.String strFQID)
          Return object associated with ID
abstract  CMetadata MdServerStore.getObject(java.lang.String strFQID)
          Deprecated. As of 9.2, complex objects are no longer stored in the ServerStore. All objects should be created in an ObjectStore.
abstract  CMetadata MdObjectStore.getObject(java.lang.String strFQID)
          Return object associated with ID
 CMetadata MdFactoryImpl.getObject(java.lang.String strFQID)
          Deprecated. As of 9.2, complex objects are no longer stored in the ServerStore. Objects should be created in an ObjectStore.
abstract  CMetadata MdFactory.getObject(java.lang.String strFQID)
          Deprecated. As of 9.2, complex objects are no longer stored in the ServerStore. Objects should be created in an ObjectStore.
abstract  CMetadata MdServerStore.getObject(java.lang.String strFQID, boolean hashonly)
          Deprecated. As of 9.2, complex objects are no longer stored in the ServerStore. All objects should be created in an ObjectStore.
abstract  CMetadata MdObjectStore.getObject(java.lang.String strFQID, boolean hashonly)
          Return object associated with ID
abstract  CMetadata MdServerStore.getObjectInChildStore(java.lang.String objectID)
          Returns a CMetadata object in a child store.
 CMetadata AssociationList.getParent()
          Returns the parent object of this associationlist.
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  CMetadata MdStore.restoreObject(java.lang.String objectID)
          Restores an object to the Store so that it is available from the store.
abstract  CMetadata MdServerStore.restoreObject(java.lang.String objectID)
          Restores an object to the Store so that it is available from the store.
abstract  CMetadata MdObjectStore.restoreObject(java.lang.String objectID)
          Restores an object to the Store so that it is available from the store.
abstract  CMetadata MdObjectStore.retrieveFullObject(java.lang.String objectType, java.lang.String objectID)
          Retrieves all metadata for an existing public object.
 

Methods in com.sas.metadata.remote that return types with arguments of type CMetadata
abstract  java.util.Vector<CMetadata> MdObjectStore.getAuthorizationTransContextList()
           
abstract  java.util.List<CMetadata> MdStore.getChangedObjects()
          Gets a List of changed objects.
abstract  java.util.List<CMetadata> MdObjectStore.getChangedObjects()
          Gets a List of changed objects.
abstract  java.util.Vector<CMetadata> MdObjectStore.getChangeList()
          Return the current change list
abstract  java.util.Vector<CMetadata> MdObjectBase.getChangeList()
          Return the current change list
abstract  java.util.Map<java.lang.String,CMetadata> MdObjectStore.getDeletedObjects()
          Return a Map of the objects being deleted.
abstract  java.util.Map<java.lang.String,CMetadata> MdStore.getDetailObjectMap()
          Returns the Detail Object Map
abstract  java.util.Map<java.lang.String,CMetadata> MdServerStore.getDetailObjectMap()
          Deprecated. As of 9.2, the detailObjectMap is no longer used in the ServerStore. All objects should be created in an ObjectStore.
abstract  java.util.Map<java.lang.String,CMetadata> MdObjectStore.getDetailObjectMap()
          Returns the Detail Object Map
 java.util.Map<java.lang.String,CMetadata> MdFactoryImpl.getDetailObjectMap()
          Deprecated. As of 9.2, complex objects should no longer be stored in the ServerStore
abstract  java.util.Map<java.lang.String,CMetadata> MdFactory.getDetailObjectMap()
          Deprecated. As of 9.2, complex objects should no longer be stored in the ServerStore
abstract  java.util.List<CMetadata> MdObjectStore.getNewObjects()
          Gets a List of changed objects.
abstract  java.util.List<CMetadata> MdOMIUtil.getRepositories()
          Reads all repositories registered in the Common Metadata Repository Manager.
abstract  java.util.Map<java.lang.String,CMetadata> MdServerStore.getSimpleObjectMap()
          Returns the Simple Object Map
abstract  java.util.Map<java.lang.String,CMetadata> MdObjectStore.getSimpleObjectMap()
          Returns the Simple Object Map
 java.util.Map<java.lang.String,CMetadata> MdFactoryImpl.getSimpleObjectMap()
          Returns the Simple Object Map
abstract  java.util.Map<java.lang.String,CMetadata> MdFactory.getSimpleObjectMap()
          Returns the Simple Object Map
 java.util.List<CMetadata> AssociationList.subList(int fromIndex, int toIndex)
          Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
 

Methods in com.sas.metadata.remote with parameters of type CMetadata
abstract  void MdObjectStore.addElementToChangeList(CMetadata object)
          Adds the specified metadata object to this object's change list; only adds the object if it is not already in the list
abstract  void MdObjectBase.addElementToChangeList(CMetadata object)
          Adds the specified metadata object to this object's change list; only adds the object if it is not already in the list
abstract  void MdObjectStore.addObjectToMap(java.lang.String objectID, CMetadata meta)
          Add a metadata object directly to the detail object map.
abstract  void MdObjectStore.addObjToAuthorizationTransContextList(CMetadata obj)
          Add an object to the Authorization Transaction Context List for this Store
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore oStore, CMetadata oSimple)
          Creates a complex/detailed metadata object in a given object store.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore oStore, CMetadata oSimple)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
abstract  CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
abstract  void MdStore.createExternalIdentityObject(CMetadata owningObject)
          This creates an ExternalIdentity object connection to owningObject for change management.
abstract  void MdServerStore.createExternalIdentityObject(CMetadata owningObject)
          This creates an ExternalIdentity object connection to owningObject for change management.
abstract  void MdObjectStore.createExternalIdentityObject(CMetadata owningObject)
          Deprecated. As of 9.2 this method is no longer supported
abstract  java.lang.String MdObjectBaseXML.createObjectRefreshXML(CMetadata inObject, boolean includeLocallyChangedItems, boolean getFullObjectUpdate)
          Creates XML for an object
abstract  java.lang.String MdObjectBaseXML.createObjectXML(CMetadata inObject)
          Creates XML for an object
abstract  java.lang.String MdObjectBaseXML.createObjectXML(CMetadata inObject, boolean includeEmptyAssocs)
          Creates XML for an object
abstract  java.lang.String MdOMIUtil.createRefreshXML(CMetadata meta, boolean refreshAssocsSetByServerOnly, boolean refreshAll)
          Creates an XML string used for refreshing an object.
 CMetadata MdFactoryImpl.createSimpleMetadataObject(CMetadata inObject)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdFactory.createSimpleMetadataObject(CMetadata inObject)
          Creates an object to be used as a place holder for a more complex object.
 CMetadata MdFactoryImpl.createSimpleMetadataObject(CMetadata inObject, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
abstract  CMetadata MdFactory.createSimpleMetadataObject(CMetadata inObject, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
abstract  java.lang.String MdObjectBaseXML.createUpdateAssociationXML(CMetadata inObject, java.lang.StringBuffer outXML)
          Creates update XML for all associations on inputed object.
abstract  void MdServerStore.deleteComplexMetadataObject(CMetadata oDelete)
          NOT IMPLEMENTED YET.
abstract  void MdObjectStore.deleteComplexMetadataObject(CMetadata oDelete)
          NOT IMPLEMENTED YET.
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.
 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  boolean MdStore.deleteObject(CMetadata inObject)
          Makes an object unavailable in the object store.
abstract  boolean MdServerStore.deleteObject(CMetadata inObject)
          Makes an object unavailable in the object store.
abstract  boolean MdObjectStore.deleteObject(CMetadata inObject)
          Makes an object unavailable in the object store.
 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  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  CMetadata MdOMIUtil.doSimple(CMetadata thisObject, org.w3c.dom.NamedNodeMap thisNodeMap)
          Calls 'set' methods for given object for nodes in given NodeMap
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 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 associationType, java.lang.String strAssociation, boolean isPredAssoc, java.lang.String Properties, CMetadata parentObj)
          Helper method for getting associated metadata objects.
abstract  int MdSecurityUtil.getAssociationCountForObject(CMetadata meta, java.lang.String associationName)
          Returns the size of a specific association for an object.
abstract  CMetadata MdOMIUtil.getFullObject(MdObjectStore store, CMetadata meta)
          Performs a GetMetadata request on an existing public object.
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  java.lang.String MdOMIUtil.getReposIdFromMetadataObject(CMetadata meta)
          Returns the fully qualified repository id for a given metadata object (A0000001.XXXXXXXX).
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 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.removeElementFromChangeList(CMetadata object)
          Remove the specified element from the change list
abstract  void MdObjectBase.removeElementFromChangeList(CMetadata object)
          Remove the specified element from the change list
abstract  void MdObjectStore.removeElementFromStore(CMetadata removeObject)
          
abstract  void MdObjectStore.removeElementFromStore(CMetadata removeObject, boolean removeDependents)
          
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.removeObjFromAuthorizationTransContextList(CMetadata obj)
          Remove an object from the Authorization Transaction Context List for this Store
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
 void AssociationList.setParent(CMetadata inParent)
          Sets the parent object of this associationList.
 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!
 

Method parameters in com.sas.metadata.remote with type arguments of type CMetadata
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  void MdStore.flushUpdates(java.util.List<CMetadata> updatedItems)
          Flush updated objects to parent store.
abstract  void MdServerStore.flushUpdates(java.util.List<CMetadata> updatedItems)
          Flush updated objects to parent store.
abstract  void MdObjectStore.flushUpdates(java.util.List<CMetadata> updatedItems)
          Flush updated objects to parent store.
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.
abstract  void MdStore.resetStates(java.util.List<CMetadata> items)
          Resets all the objects in items to to set from server state or unSET.
abstract  void MdObjectStore.resetStates(java.util.List<CMetadata> items)
          Resets all the objects in items to to set from server state or unSET.
 

Constructors in com.sas.metadata.remote with parameters of type CMetadata
AssociationList(java.lang.String strAssociationName, java.util.Collection<CMetadata> c, CMetadata parentObj)
          Constructs a List containing the elements of the specified collection, in the order they are returned by the collection's iterator.
AssociationList(java.lang.String strAssociationType, java.lang.String strAssociationName, boolean isPredAssoc, java.lang.String properties, CMetadata parentObj)
          Constructs an empty AssociationList with capacity 10 and the properties set accordingly.
 

Constructor parameters in com.sas.metadata.remote with type arguments of type CMetadata
AssociationList(java.lang.String strAssociationName, java.util.Collection<CMetadata> c)
          Constructs a List containing the elements of the specified collection, in the order they are returned by the collection's iterator.
AssociationList(java.lang.String strAssociationName, java.util.Collection<CMetadata> c, CMetadata parentObj)
          Constructs a List containing the elements of the specified collection, in the order they are returned by the collection's iterator.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.