Uses of Class
com.sas.drugdev.remote.repository.NodeModifiedException

Packages that use NodeModifiedException
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
 

Uses of NodeModifiedException in com.sas.drugdev.remote.repository
 

Methods in com.sas.drugdev.remote.repository that throw NodeModifiedException
 RemoteNode RepositoryService.copyNode(Node srcNode, Node destNode)
          Copy the node described by srcNode to destNode.
 RemoteNode RepositoryService.moveNode(Node srcNode, Node destNode)
          Move the node described by srcNode to destNode.
 RemoteNode RepositoryService.renameNode(Node srcNode, java.lang.String newName)
          Rename the node desribed by srcNode to the newName.
 void RepositoryService.updateContainerAccessControlList(AccessControlList acl, AclRecurseBehavior recurseBehavior)
          Apply the changes that have been made on the given AccessControlList on the server side.
 void RepositoryService.updateFileAccessControlList(AccessControlList acl)
          Apply the changes that have been made on the given AccessControlList on the server side.
 RemoteNode RepositoryService.updateNode(NodeBean nodeBean)
          Apply the changes that have been made on the given Node on the server side.