Uses of Class
org.xcmis.spi.UpdateConflictException

Packages that use UpdateConflictException
org.xcmis.spi   
org.xcmis.spi.basic   
 

Uses of UpdateConflictException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw UpdateConflictException
 void DocumentData.cancelCheckout()
          Discard checkout operation.
 void Connection.cancelCheckout(String documentId)
          Discard the check-out operation.
 DocumentData DocumentData.checkin(boolean major, String checkinComment, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Set private working copy as latest (current) version of document.
 String Connection.checkin(String documentId, boolean major, Map<String,Property<?>> properties, ContentStream content, String checkinComment, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Check-in Private Working Copy.
 DocumentData DocumentData.checkout()
          Create PWC from this document.
 String Connection.checkout(String documentId)
          Check-out document.
 String Connection.deleteContentStream(String documentId, ChangeTokenHolder changeTokenHolder)
          Delete the content stream for the specified Document object.
 void Storage.deleteObject(ObjectData object, boolean deleteAllVersions)
          Delete specified object.
 void Connection.deleteObject(String objectId, Boolean deleteAllVersions)
          Delete the specified object.
 Collection<String> Storage.deleteTree(FolderData folder, boolean deleteAllVersions, UnfileObject unfileObject, boolean continueOnFailure)
          Delete the specified folder object and all of its child- and descendant-objects.
 Collection<String> Connection.deleteTree(String folderId, Boolean deleteAllVersions, UnfileObject unfileObject, Boolean continueOnFailure)
          Delete the specified folder object and all of its child- and descendant-objects.
 ObjectData Storage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
 String Connection.moveObject(String objectId, String targetFolderId, String sourceFolderId)
          Moves the specified file-able object from one folder to another.
 void DocumentData.setContentStream(ContentStream contentStream)
          Set content stream to document.
 String Connection.setContentStream(String documentId, ContentStream content, ChangeTokenHolder changeTokenHolder, Boolean overwriteFlag)
          Sets the content stream for the specified Document object.
 void ObjectData.setProperties(Map<String,Property<?>> properties)
          Set or add new properties.
 void ObjectData.setProperty(Property<?> property)
          Set or update property.
 String Connection.updateProperties(String objectId, ChangeTokenHolder changeTokenHolder, Map<String,Property<?>> properties)
          Update object properties.
protected abstract  void Connection.validateChangeToken(ObjectData object, String changeToken)
          Validate change token provided by caller with current change token of object.
 

Uses of UpdateConflictException in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that throw UpdateConflictException
 ObjectData BasicStorage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
protected  void BasicConnection.validateChangeToken(ObjectData object, String changeToken)
          Validate change token provided by caller with current change token of object.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.