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

Packages that use RepositoryException
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.multiuser.server Server-side implementation classes for multi-user server objects. 
org.xiruss.repository.multiuserschema_aware API for schema-aware repositories. 
org.xiruss.repository.schema_aware Server-side base implementation of a multi-user, schema-aware repository. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.snapcm Defines the SnapCM API. 
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. 
org.xiruss.xirussrepository.server Implementation of the XirussRepository API. 
 

Uses of RepositoryException in org.xiruss.repository.api
 

Methods in org.xiruss.repository.api that throw RepositoryException
 Branch Repository.createBranch(java.lang.String branchName)
          Create a new branch and assign the specified branch name to it.
 Branch NullRepository.createBranch(java.lang.String branchName)
           
 DependencyLink Repository.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy)
          Create a new dependency between the specified Version and a target Resource, using the specified resolution policy.
 DependencyLink NullRepository.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy)
           
 DependencyLink Repository.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy, java.lang.Object sourceObject)
          Factory method for creating new dependency instances based on the dependency type value.
 DependencyLink NullRepository.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy, java.lang.Object sourceObject)
           
 DependencyLink Repository.createDependency(java.lang.String dependencyClassName, Version sourceVersion, Resource targetResource, java.lang.String resolutionPolicyClassName)
          Creates a new dependency link instance of the specified class and using the specified resolution policy class.
 DependencyLink NullRepository.createDependency(java.lang.String dependencyClassName, Version sourceVersion, Resource targetResource, java.lang.String resolutionPolicyClassName)
           
 ResolutionPolicy Repository.createResolutionPolicy(java.lang.String policyType)
           
 ResolutionPolicy NullRepository.createResolutionPolicy(java.lang.String policyType)
           
 Branch Repository.getBranch(java.lang.String branchId)
          Returns the specified branch.
 Branch NullRepository.getBranch(java.lang.String branchId)
           
 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)
           
 void Repository.registerBranchName(Branch branch, java.lang.String name)
          Register a new alias for the specified branch.
 void NullRepository.registerBranchName(Branch branch, java.lang.String name)
           
 

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

Methods in org.xiruss.repository.client.importers that throw RepositoryException
 void ImporterBase.createBosOnSnapshot(BoundedObjectSet bos, Branch branch, MutableSnapshot snapshot)
          Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
 void Importer.createBosOnSnapshot(BoundedObjectSet bos, Branch branch, MutableSnapshot snapshot)
          Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
 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).
 

Uses of RepositoryException in org.xiruss.repository.multiuser.server
 

Constructors in org.xiruss.repository.multiuser.server that throw RepositoryException
MultiUserRespositoryBase()
           
 

Uses of RepositoryException in org.xiruss.repository.multiuserschema_aware
 

Constructors in org.xiruss.repository.multiuserschema_aware that throw RepositoryException
MultiUserSchemaAwareRepositoryBase()
           
 

Uses of RepositoryException in org.xiruss.repository.schema_aware
 

Constructors in org.xiruss.repository.schema_aware that throw RepositoryException
SchemaAwareRepositoryBase()
           
 

Uses of RepositoryException in org.xiruss.repository.server
 

Methods in org.xiruss.repository.server that throw RepositoryException
abstract  Version ResolutionPolicyBase.applyPolicy(Version sourceVersion, Resource targetResource, Snapshot onSnapshot)
           
 Branch RepositoryBase.createBranch(java.lang.String branchName)
          Create a new branch and assign the specified branch name to it.
 DependencyLink RepositoryBase.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy)
           
 DependencyLink RepositoryBase.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy, java.lang.Object sourceObject)
          Factory method for creating new dependency instances based on the dependency type value.
 DependencyLink RepositoryBase.createDependency(java.lang.String dependencyClassName, Version sourceVersion, Resource targetResource, java.lang.String resolutionPolicyClassName)
           
 ResolutionPolicy RepositoryBase.createResolutionPolicy(java.lang.String policyType)
           
 User RepositoryBase.createUser(java.lang.String userName)
          Creates a new user object.
 Branch RepositoryBase.getBranch(java.lang.String branchId)
          Returns the specified branch.
 void RepositoryBase.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)
          Import a compound document into the repository.
 void RepositoryBase.registerBranchName(Branch branch, java.lang.String name)
          Register a new alias for the specified branch.
 java.lang.String BranchBase.setName(java.lang.String name)
           
 

Uses of RepositoryException in org.xiruss.snapcm
 

Methods in org.xiruss.snapcm that throw RepositoryException
 Version MyResolutionPolicy.applyPolicy(Version sourceVersion, Resource targetResource, Snapshot onSnapshot)
           
 

Uses of RepositoryException in org.xiruss.snapcm.api
 

Subclasses of RepositoryException in org.xiruss.snapcm.api
 class ResolutionPolicyException
           
 

Methods in org.xiruss.snapcm.api that throw RepositoryException
 Version ResolutionPolicy.applyPolicy(Version sourceVersion, Resource targetResource, Snapshot onSnapshot)
          Applies a policy and returns a collection of zero or more result versions.
 Version NullResolutionPolicy.applyPolicy(Version sourceVersion, Resource targetResource, Snapshot onSnapshot)
           
 

Uses of RepositoryException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw RepositoryException
 Version SpecificVersionResolutionPolicyProxy.applyPolicy(Version sourceVersion, Resource targetResource, Snapshot onSnapshot)
          This is the base resolution behavior.
 Version ResolutionPolicyProxy.applyPolicy(Version sourceVersion, Resource targetResource, Snapshot onSnapshot)
          This is the base resolution behavior.
 Branch XirussRepositoryProxy.createBranch(java.lang.String branchName)
           
 DependencyLink XirussRepositoryProxy.createDependency(java.lang.String dependencyClassName, Version sourceVersion, Resource targetResource, ResolutionPolicy policy)
           
 DependencyLink XirussRepositoryProxy.createDependency(java.lang.String dependencyType, Version sourceVersion, Resource targetResource, ResolutionPolicy policy, java.lang.Object sourceObject)
           
 DependencyLink XirussRepositoryProxy.createDependency(java.lang.String dependencyClassName, Version sourceVersion, Resource targetResource, java.lang.String resolutionPolicyClassName)
           
 ResolutionPolicy XirussRepositoryProxy.createResolutionPolicy(java.lang.String policyType)
           
 User XirussRepositoryProxy.createUser(java.lang.String userName)
           
 Branch XirussRepositoryProxy.getBranch(java.lang.String branchId)
           
 void XirussRepositoryProxy.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)
           
 void XirussRepositoryProxy.registerBranchName(Branch branch, java.lang.String name)
           
 

Uses of RepositoryException in org.xiruss.xirussrepository.server
 

Constructors in org.xiruss.xirussrepository.server that throw RepositoryException
XirussRepositoryDefaultImpl()