Uses of Class
org.xiruss.snapcm.api.VersionCommitException

Packages that use VersionCommitException
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.client.importers Provides classes that support importing data objects into the repository. 
org.xiruss.repository.client.importers.xml Provides classes for supporting the import of generic XML documents as well as XSD schemas and XSLT style sheets. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.snapcm.api Defines the SnapCM API as a set of interfaces and exception types. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of VersionCommitException in org.xiruss.repository.api
 

Methods in org.xiruss.repository.api that throw VersionCommitException
 void Repository.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)
          Import a compound document into the repository.
 void NullRepository.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)
           
 

Uses of VersionCommitException in org.xiruss.repository.client.importers
 

Methods in org.xiruss.repository.client.importers that throw VersionCommitException
protected  Version BosMember.createNewVersion(java.io.File infile, java.lang.String origFilePath, Snapshot snap, java.lang.Class verClass, SourceToVersionMap so2verMap)
          This version of the method is intended to be called from superclasses that do preprocessing on the input BOS member file and therefore need to provide a new file for actual storage.
 Version BosMember.createNewVersion(Snapshot snap, SourceToVersionMap so2verMap)
          Generic process for creating new versions from BOS members.
 Version ImporterBase.doCompoundDocumentImport(java.io.File compoundDocRoot, Branch branch, MutableSnapshot snapshot, User user, java.lang.String cdMemberKey, java.lang.String cdMemberName, SourceToVersionMap so2verMap)
          Process in the input document to calculate its BOS, then create resources and initial versions for each BOS member.
 Version Importer.doCompoundDocumentImport(java.io.File compoundDocRoot, Branch branch, MutableSnapshot snapshot, User user, java.lang.String cdMemberKey, java.lang.String cdMemberName, SourceToVersionMap so2verMap)
          Process in the input document to calculate its BOS, then create resources and initial versions for each BOS member.
static Version ImportHelper.importCompoundDoc(Repository rep, java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docKey, java.lang.String docName)
          Import a compound document into the repository.
static Version ImportHelper.importCompoundDoc(Repository rep, java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docKey, java.lang.String docName, SourceToVersionMap so2verMap)
          Import a compound document into the repository, using a storage-object-to-version map to correlate new storage objects to existing previous versions.
static Version ImportHelper.importCompoundDoc(Repository rep, java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docKey, java.lang.String docName, SourceToVersionMap so2verMap, Importer importer)
          Import a compound document into the repository, using a storage-object-to-version map to correlate new storage objects to existing previous versions.
static Version ImportHelper.importCompoundDoc(Repository rep, java.net.URL dirUrl, Branch branch, User user, java.lang.String docKey, java.lang.String docName)
          Imports a compound document that is an HTTP-accessible directory (i.e., some part of a Web site).
 void DirectoryImporterTest.populateRepository()
           
 

Uses of VersionCommitException in org.xiruss.repository.client.importers.xml
 

Methods in org.xiruss.repository.client.importers.xml that throw VersionCommitException
protected  Version XmlBosMember.createNewVersion(java.io.File infile, java.lang.String origFilePath, Snapshot snap, SourceToVersionMap so2verMap)
           
 Version XsltBosMember.createNewVersion(Snapshot snap, SourceToVersionMap so2verMap)
          Rewrites all XInclude links to use within-repository URLs.
 Version XsdBosMember.createNewVersion(Snapshot snap, SourceToVersionMap so2verMap)
          Rewrites all XInclude links to use within-repository URLs.
 Version XmlRtdBosMember.createNewVersion(Snapshot snap, SourceToVersionMap so2verMap)
          Rewrites all XInclude links to use within-repository URLs.
 Version XmlBosMember.createNewVersion(Snapshot snap, SourceToVersionMap so2verMap)
          Rewrites all XInclude links to use within-repository URLs.
 

Uses of VersionCommitException in org.xiruss.repository.server
 

Methods in org.xiruss.repository.server that throw VersionCommitException
 Snapshot BranchBase.commitSnapshot(MutableSnapshot sandbox)
          Add the snapshot to the branch, committing any created versions to the repository.
 void RepositoryBase.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)
          Import a compound document into the repository.
 

Uses of VersionCommitException in org.xiruss.snapcm.api
 

Methods in org.xiruss.snapcm.api that throw VersionCommitException
 Snapshot Branch.commitSnapshot(MutableSnapshot snapshot)
          Commits a mutable snapshot to the branch and returns the resulting immutable snapshot.
 Snapshot NullBranch.commitSnapshot(MutableSnapshot snapshot)
           
 

Uses of VersionCommitException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw VersionCommitException
 Snapshot BranchProxy.commitSnapshot(MutableSnapshot snapshot)
           
 void XirussRepositoryProxy.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)