Uses of Class
lumis.content.metadata.VersionConfig

Packages that use VersionConfig
lumis.content.metadata   
 

Uses of VersionConfig in lumis.content.metadata
 

Methods in lumis.content.metadata that return VersionConfig
 VersionConfig MetaDataManager.getVersion(SessionConfig sessionConfig, String versionId, ITransaction transaction)
           
 VersionConfig IMetaDataManager.getVersion(SessionConfig sessionConfig, String versionId, ITransaction transaction)
          Gets the version information.
 

Methods in lumis.content.metadata that return types with arguments of type VersionConfig
 Collection<VersionConfig> MetaDataManager.getVersionsByVersionContentId(SessionConfig sessionConfig, String versionContentId, boolean includeActiveOnly, boolean getAllMetaDataVersions, ITransaction transaction)
           
 Collection<VersionConfig> IMetaDataManager.getVersionsByVersionContentId(SessionConfig sessionConfig, String versionContentId, boolean includeActiveOnly, boolean getAllMetaDataVersions, ITransaction transaction)
          Get versions information by version content id.
 

Methods in lumis.content.metadata with parameters of type VersionConfig
 String MetaDataManager.addVersion(SessionConfig sessionConfig, VersionConfig versionConfig, ITransaction transaction)
           
 String IMetaDataManager.addVersion(SessionConfig sessionConfig, VersionConfig versionConfig, ITransaction transaction)
          Adds the version information.
 void MetaDataManager.updateVersion(SessionConfig sessionConfig, VersionConfig versionConfig, ITransaction transaction)
           
 void IMetaDataManager.updateVersion(SessionConfig sessionConfig, VersionConfig versionConfig, ITransaction transaction)
          Updates the version information.
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.