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

Packages that use NoSuchPolicyTypeException
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.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
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 NoSuchPolicyTypeException in org.xiruss.repository.api
 

Methods in org.xiruss.repository.api that throw NoSuchPolicyTypeException
 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)
           
 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 NoSuchPolicyTypeException in org.xiruss.repository.client.importers
 

Methods in org.xiruss.repository.client.importers that throw NoSuchPolicyTypeException
 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).
 void DirectoryImporterTest.populateRepository()
           
 

Uses of NoSuchPolicyTypeException in org.xiruss.repository.server
 

Methods in org.xiruss.repository.server that throw NoSuchPolicyTypeException
 DependencyLink RepositoryBase.createDependency(java.lang.String dependencyClassName, Version sourceVersion, Resource targetResource, java.lang.String resolutionPolicyClassName)
           
 ResolutionPolicy RepositoryBase.createResolutionPolicy(java.lang.String policyType)
           
 void RepositoryBase.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)
          Import a compound document into the repository.
 

Uses of NoSuchPolicyTypeException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw NoSuchPolicyTypeException
 ResolutionPolicy XirussRepositoryProxy.createResolutionPolicy(java.lang.String policyType)
           
 void XirussRepositoryProxy.importCompoundDoc(java.io.File compoundDocumentRootFile, Branch branch, User user, java.lang.String docName)