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.
 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.
 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.
 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)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 CMetadata MdOMIUtil.doSimple(CMetadata thisObject, org.w3c.dom.NamedNodeMap thisNodeMap)
          Calls 'set' methods for given object for nodes in given NodeMap
 CMetadata MdOMIUtil.getAssociatedObject(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate)
          Get the single metatdata object from the given associtation.
 CMetadata MdOMIUtil.getAssociatedObject(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate, boolean doNotOverrideAssocs)
          Get the single metatdata object from the given associtation.
 CMetadata MdOMIUtil.getFoundationRepository()
          Returns the foundation repository for the connected metadata server.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, CMetadata meta)
          Performs a GetMetadata request on an existing public object.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, java.lang.String objectType, java.lang.String objectID)
          Performs a GetMetadata request on an existing public object.
 CMetadata MdOMIUtil.getMetadataAllDepths(CMetadata object, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(CMetadata object, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions, boolean doNotOverrideAssocs)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(MdStore inStore, java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(MdStore inStore, java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions, boolean doNotOverrideAssocs)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdStore.getObject(java.lang.String strFQID)
          Return object associated with ID
 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.
 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.
 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.
 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.
 CMetadata MdObjectStore.getObject(java.lang.String strFQID, boolean hashonly)
          Return object associated with ID
 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.
 CMetadata MdOMIUtil.populateObject(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 CMetadata MdOMIUtil.populateObject(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList, boolean doNotOverrideAssocs)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 CMetadata MdStore.restoreObject(java.lang.String objectID)
          Restores an object to the Store so that it is available from the store.
 CMetadata MdServerStore.restoreObject(java.lang.String objectID)
          Restores an object to the Store so that it is available from the store.
 CMetadata MdObjectStore.restoreObject(java.lang.String objectID)
          Restores an object to the Store so that it is available from the store.
 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
 java.util.Vector<CMetadata> MdObjectStore.getAuthorizationTransContextList()
           
 java.util.List<CMetadata> MdStore.getChangedObjects()
          Gets a List of changed objects.
 java.util.List<CMetadata> MdObjectStore.getChangedObjects()
          Gets a List of changed objects.
 java.util.Vector<CMetadata> MdObjectStore.getChangeList()
          Return the current change list
 java.util.Vector<CMetadata> MdObjectBase.getChangeList()
          Return the current change list
 java.util.Map<java.lang.String,CMetadata> MdObjectStore.getDeletedObjects()
          Return a Map of the objects being deleted.
 java.util.Map<java.lang.String,CMetadata> MdStore.getDetailObjectMap()
          Returns the Detail Object Map
 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.
 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
 java.util.Map<java.lang.String,CMetadata> MdFactory.getDetailObjectMap()
          Deprecated. As of 9.2, complex objects should no longer be stored in the ServerStore
 java.util.List<CMetadata> MdObjectStore.getNewObjects()
          Gets a List of changed objects.
 java.util.List<CMetadata> MdOMIUtil.getRepositories()
          Reads all repositories registered in the Common Metadata Repository Manager.
 java.util.Map<java.lang.String,CMetadata> MdServerStore.getSimpleObjectMap()
          Returns the Simple Object Map
 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
 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
 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
 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
 void MdObjectStore.addObjectToMap(java.lang.String objectID, CMetadata meta)
          Add a metadata object directly to the detail object map.
 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.
 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.
 CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 void MdStore.createExternalIdentityObject(CMetadata owningObject)
          This creates an ExternalIdentity object connection to owningObject for change management.
 void MdServerStore.createExternalIdentityObject(CMetadata owningObject)
          This creates an ExternalIdentity object connection to owningObject for change management.
 void MdObjectStore.createExternalIdentityObject(CMetadata owningObject)
          Deprecated. As of 9.2 this method is no longer supported
 java.lang.String MdObjectBaseXML.createObjectRefreshXML(CMetadata inObject, boolean includeLocallyChangedItems, boolean getFullObjectUpdate)
          Creates XML for an object
 java.lang.String MdObjectBaseXML.createObjectXML(CMetadata inObject)
          Creates XML for an object
 java.lang.String MdObjectBaseXML.createObjectXML(CMetadata inObject, boolean includeEmptyAssocs)
          Creates XML for an object
 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.
 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.
 CMetadata MdFactory.createSimpleMetadataObject(CMetadata inObject, java.lang.String lockedBy)
          Creates an object to be used as a place holder for a more complex object.
 java.lang.String MdObjectBaseXML.createUpdateAssociationXML(CMetadata inObject, java.lang.StringBuffer outXML)
          Creates update XML for all associations on inputed object.
 void MdServerStore.deleteComplexMetadataObject(CMetadata oDelete)
          NOT IMPLEMENTED YET.
 void MdObjectStore.deleteComplexMetadataObject(CMetadata oDelete)
          NOT IMPLEMENTED YET.
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObject(CMetadata inObject)
          Delete a CMetadata object and all it's dependancies.
 void MdFactoryImpl.deleteMetadataObject(CMetadata delobject)
          Removes the object from the client and from the server if the object exists on the server.
 void MdFactory.deleteMetadataObject(CMetadata delobject)
          Removes the object from the client and from the server if the object exists on the server.
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObject(CMetadata metadataObject, java.lang.String template)
          Deletes an object from the server using the specified delete template.
 void MdFactoryImpl.deleteMetadataObjects(CMetadata deleteObject, java.lang.String template)
          Removes the object from the detail Map and from the server!
 void MdFactory.deleteMetadataObjects(CMetadata deleteObject, java.lang.String template)
          Removes the object from the detail Map and from the server!
 boolean MdStore.deleteObject(CMetadata inObject)
          Makes an object unavailable in the object store.
 boolean MdServerStore.deleteObject(CMetadata inObject)
          Makes an object unavailable in the object store.
 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.
 void MdFactory.deletePublicObject(CMetadata publicObject)
          Deletes a public object from the server.
 void MdFactoryImpl.deletePublicObject(CMetadata publicObject, java.lang.String template)
          Deletes a public object from the server.
 void MdFactory.deletePublicObject(CMetadata publicObject, java.lang.String template)
          Deletes a public object from the server.
 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.
 CMetadata MdOMIUtil.doSimple(CMetadata thisObject, org.w3c.dom.NamedNodeMap thisNodeMap)
          Calls 'set' methods for given object for nodes in given NodeMap
 CMetadata MdOMIUtil.getAssociatedObject(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate)
          Get the single metatdata object from the given associtation.
 CMetadata MdOMIUtil.getAssociatedObject(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate, boolean doNotOverrideAssocs)
          Get the single metatdata object from the given associtation.
 AssociationList MdOMIUtil.getAssociatedObjects(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate)
          Gets the list of metatdata objects for the given association.
 AssociationList MdOMIUtil.getAssociatedObjects(CMetadata object, java.lang.String strAssociation, java.lang.String strTemplate, boolean doNotOverrideAssocs)
          Gets the list of metatdata objects for the given association.
 AssociationList MdObjectBaseUtil.getAssociatedObjects(java.lang.String associationType, java.lang.String strAssociation, boolean isPredAssoc, java.lang.String Properties, CMetadata parentObj)
          Helper method for getting associated metadata objects.
 int MdSecurityUtil.getAssociationCountForObject(CMetadata meta, java.lang.String associationName)
          Returns the size of a specific association for an object.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, CMetadata meta)
          Performs a GetMetadata request on an existing public object.
 CMetadata MdOMIUtil.getMetadataAllDepths(CMetadata object, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(CMetadata object, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions, boolean doNotOverrideAssocs)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 java.lang.String MdOMIUtil.getReposIdFromMetadataObject(CMetadata meta)
          Returns the fully qualified repository id for a given metadata object (A0000001.XXXXXXXX).
 CMetadata MdOMIUtil.populateObject(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 CMetadata MdOMIUtil.populateObject(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList, boolean doNotOverrideAssocs)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 java.util.List MdOMIUtil.populateObjects(CMetadata metaObject, org.w3c.dom.NamedNodeMap simpleNodeMap, org.w3c.dom.NodeList complexNodeList, boolean doNotOverrideAssocs, java.util.List objects)
          Populates an objects simple and complex attributes, by what is in the simpleNodeMap and the complexNodeList.
 void MdObjectStore.refreshObjectFromServer(CMetadata inObject, boolean includeLocallyChangedItems, boolean getFullObjectUpdate)
          Refreshes object from the server
 void MdObjectStore.refreshObjectFromServer(CMetadata inObject, boolean includeLocallyChangedItems, boolean getFullObjectUpdate, boolean refreshAssocsSetByServerOnly)
          Refreshes object from the server
 void MdObjectStore.removeElementFromChangeList(CMetadata object)
          Remove the specified element from the change list
 void MdObjectBase.removeElementFromChangeList(CMetadata object)
          Remove the specified element from the change list
 void MdObjectStore.removeElementFromStore(CMetadata removeObject)
          
 void MdObjectStore.removeElementFromStore(CMetadata removeObject, boolean removeDependents)
          
 void MdObjectStore.removeObjectFromStore(CMetadata deleteObject, java.lang.String deleteTemplate)
          Removes an object from the store, marks it to delete, and uses a template to delete associated objects.
 void MdObjectStore.removeObjFromAuthorizationTransContextList(CMetadata obj)
          Remove an object from the Authorization Transaction Context List for this Store
 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!
 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
 java.util.List<java.lang.String> MdOMIUtil.deleteMetadataObjects(java.util.List<? extends CMetadata> inObjects)
          Delete a CMetadata object and all it's dependancies.
 void MdFactoryImpl.deleteMetadataObjects(java.util.List<? extends CMetadata> objectList)
          Removes the object from the detail Map and from the server!
 void MdFactory.deleteMetadataObjects(java.util.List<? extends CMetadata> objectList)
          Removes the object from the detail Map and from the server!
 void MdStore.flushUpdates(java.util.List<CMetadata> updatedItems)
          Flush updated objects to parent store.
 void MdServerStore.flushUpdates(java.util.List<CMetadata> updatedItems)
          Flush updated objects to parent store.
 void MdObjectStore.flushUpdates(java.util.List<CMetadata> updatedItems)
          Flush updated objects to parent store.
 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.
 void MdStore.resetStates(java.util.List<CMetadata> items)
          Resets all the objects in items to to set from server state or unSET.
 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.