Uses of Class
blackboard.cms.metadata.XythosMetadata

Packages that use XythosMetadata
blackboard.cms.metadata   
 

Uses of XythosMetadata in blackboard.cms.metadata
 

Methods in blackboard.cms.metadata that return XythosMetadata
 XythosMetadata MetadataManager.convertFromProperties(java.util.Properties props)
          Creates a XythosMetadata container based on the provide Properties object.
 XythosMetadata MetadataManager.load(com.xythos.storageServer.api.FileSystemEntry fse)
          Loads the metadata associated with the provided xythos entity.
 XythosMetadata MetadataManager.load(com.xythos.storageServer.api.FileSystemEntry fse, com.xythos.security.api.Context ctx)
          Loads the metadata associated with the provided xythos entity.
 XythosMetadata MetadataManager.load(java.lang.String xythosId)
          Loads the metadata associated with the provided xythos entity.
 

Methods in blackboard.cms.metadata that return types with arguments of type XythosMetadata
 java.util.List<XythosMetadata> MetadataXmlLoader.load(org.w3c.dom.Element rootElement)
           
 java.util.List<XythosMetadata> MetadataXmlLoader.load(java.io.InputStream is)
           
 

Methods in blackboard.cms.metadata with parameters of type XythosMetadata
 java.util.Properties MetadataManager.convertToProperties(XythosMetadata mdObj)
          Creates a Properties object mapping to metadata attributes.
 java.util.List<blackboard.persist.Id> XythosMetadataStringRelationship.getRelatedObjects(XythosMetadata objValue)
          Returns a list representing the associated objects.
 java.util.List<blackboard.persist.Id> XythosMetadataStringRelationship.getRelatedObjects(XythosMetadata objValue, java.sql.Connection con)
          Returns a list representing the associated objects.
 org.w3c.dom.Element MetadataXmlPersister.persist(XythosMetadata obj, org.w3c.dom.Document doc)
           
 void XythosMetadataStringRelationship.persist(XythosMetadata parentObj, java.util.List<blackboard.persist.Id> objValue)
           
 void XythosMetadataStringRelationship.persist(XythosMetadata parentObj, java.util.List<blackboard.persist.Id> objValue, java.sql.Connection con)
           
 void XythosMetadataStringRelationship.remove(XythosMetadata parentObj, java.util.List<blackboard.persist.Id> objValue)
           
 void XythosMetadataStringRelationship.remove(XythosMetadata parentObj, java.util.List<blackboard.persist.Id> objValue, java.sql.Connection con)
           
 void MetadataManager.save(XythosMetadata md, com.xythos.storageServer.api.FileSystemDirectory fsd, MetadataManager.Options option)
          Updates/saves the metadata for the provided xythos entity.
 void MetadataManager.save(XythosMetadata md, com.xythos.storageServer.api.FileSystemEntry fse)
          Updates/saves the metadata for the provided xythos entity.
 void MetadataManager.save(XythosMetadata md, java.lang.String xythosId)
          Updates/saves the metadata for the provided xythos entity.
 void MetadataManager.save(XythosMetadata md, java.lang.String xythosId, MetadataManager.Options option)
          Updates/saves the metadata for the provided xythos entity.
 

Method parameters in blackboard.cms.metadata with type arguments of type XythosMetadata
 java.util.Properties MetadataManager.convertToProperties(java.util.List<XythosMetadata> mdList)
          Creates a Properties object mapping to metadata attributes.
 org.w3c.dom.Element MetadataXmlPersister.persist(java.util.List<XythosMetadata> objList, org.w3c.dom.Document doc)
           
 



Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.