Uses of Interface
org.xiruss.repository.api.OnSnapshotResolutionPolicy

Packages that use OnSnapshotResolutionPolicy
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 OnSnapshotResolutionPolicy in org.xiruss.repository.server
 

Classes in org.xiruss.repository.server that implement OnSnapshotResolutionPolicy
 class OnSnapShotResolutionPolicyBase
          Resolution policy that resolves to the latest version visible on the current snapshot, if any.
 

Uses of OnSnapshotResolutionPolicy in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement OnSnapshotResolutionPolicy
 class OnSnapshotResolutionPolicyProxy