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

Packages that use ObjectMutationException
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
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 ObjectMutationException in org.xiruss.repository.api
 

Methods in org.xiruss.repository.api that throw ObjectMutationException
 void NullStorageManager.initialize(Repository rep, java.lang.String objId, java.lang.String name)
           
 void NullStorageManager.setId(java.lang.String id)
           
 

Uses of ObjectMutationException in org.xiruss.repository.server
 

Methods in org.xiruss.repository.server that throw ObjectMutationException
 void SnapshotBase.checkIsNotFixed()
          Throws an exception is the snapshot is fixed.
 void MutableSnapshotBase.initialize(Branch br, java.lang.String objId, java.lang.String objName)
           
 void MutableSnapshotBase.initialize(MutableSnapshot baseSnapshot, java.lang.String objId)
           
 void SnapshotBase.initialize(MutableSnapshot baseSnapshot, java.lang.String objId, java.util.Date commitTime)
           
protected  void RepositoryObjectBase.initialize(Repository rep, java.lang.String objId)
           
 void BranchBase.initialize(Repository rep, java.lang.String objId, java.lang.String branchName)
           
 void RepositoryObjectBase.initialize(Repository rep, java.lang.String objId, java.lang.String objName)
           
 void RepositoryObjectBase.setId(java.lang.String id)
           
 

Uses of ObjectMutationException in org.xiruss.snapcm.api
 

Subclasses of ObjectMutationException in org.xiruss.snapcm.api
 class VersionMutationException
           
 

Methods in org.xiruss.snapcm.api that throw ObjectMutationException
 void NullSnapshot.checkIsNotFixed()
           
 void Snapshot.checkIsNotFixed()
          Throws an exception is the snapshot is fixed.
 void MutableSnapshot.initialize(Branch br, java.lang.String objId, java.lang.String objName)
          Initialize a newly-created mutable snapshot.
 void NullMutableSnapshot.initialize(Branch br, java.lang.String objId, java.lang.String objName)
           
 void NullSnapshot.initialize(MutableSnapshot baseSnapshot, java.lang.String objId, java.util.Date commitTime)
           
 void Snapshot.initialize(MutableSnapshot baseSnapshot, java.lang.String objId, java.util.Date commitTime)
          Initialize a mutable or immutable snapshot using an existing snapshot as the base.
 void RepositoryObject.initialize(Repository rep, java.lang.String objId, java.lang.String name)
          Initialize the object with the specified object ID and name.
 void NullSnapshot.initialize(Repository rep, java.lang.String objId, java.lang.String name)
           
 void NullRepositoryObject.initialize(Repository rep, java.lang.String objId, java.lang.String name)
           
 void RepositoryObject.setId(java.lang.String id)
          Sets the ID on a newly-created repository object.
 void NullSnapshot.setId(java.lang.String id)
           
 void NullRepositoryObject.setId(java.lang.String id)
           
 

Uses of ObjectMutationException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw ObjectMutationException
 void SnapshotProxy.checkIsNotFixed()
           
 void SnapshotProxy.initialize(Branch br, java.lang.String objId, java.lang.String objName)
           
 void SnapshotProxy.initialize(MutableSnapshot baseSnapshot, java.lang.String objId, java.util.Date commitTime)
           
 void RepositoryObjectProxy.initialize(Repository rep, java.lang.String objId, java.lang.String branchName)