Uses of Class
org.xcmis.spi.VersioningException

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

Uses of VersioningException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw VersioningException
 void DocumentData.cancelCheckout()
          Discard checkout operation.
 void Connection.cancelCheckout(String documentId)
          Discard the check-out operation.
 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.
 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.
 

Uses of VersioningException in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that throw VersioningException
 ObjectData BasicStorage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.