Uses of Class
org.xiruss.xirussrepository.client.RepositoryObjectProxy

Packages that use RepositoryObjectProxy
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 RepositoryObjectProxy in org.xiruss.xirussrepository.client
 

Subclasses of RepositoryObjectProxy in org.xiruss.xirussrepository.client
 class BranchProxy
           
 class CompoundDocumentStorageObjectProxy
           
 class DependencyLinkProxy
           
 class GovernedByDependencyProxy
           
 class MutableSnapshotProxy
           
 class OnSnapshotResolutionPolicyProxy
           
 class OrganizedByDependencyProxy
           
 class OrganizerProxy
           
 class ReferentTrackingLinkDependencyProxy
           
 class ResolutionPolicyProxy
           
 class ResourceProxy
           
 class SessionProxy
          Trivial session object.
 class SnapshotProxy
           
 class SpecificVersionResolutionPolicyProxy
           
 class StorageObjectProxy
           
 class TextStorageObjectProxy
           
 class UseByReferenceDependencyProxy
           
 class UserProxy
           
 class VersionProxy
           
 class XmlStorageObjectProxy
           
 

Methods in org.xiruss.xirussrepository.client that return RepositoryObjectProxy
 RepositoryObjectProxy XirussRepositoryProxy.constructProxy(java.lang.Class serverClassOrInterface, org.w3c.dom.Element dataSource)
          Factory method to construct a new repository object proxy based on the base class or interface type specified.