Uses of Class
org.xcmis.spi.StreamNotSupportedException

Packages that use StreamNotSupportedException
org.xcmis.spi   
 

Uses of StreamNotSupportedException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw StreamNotSupportedException
 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.
 String Connection.createDocument(String parentId, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies, VersioningState versioningState)
          Create a document object.
 String Connection.setContentStream(String documentId, ContentStream content, ChangeTokenHolder changeTokenHolder, Boolean overwriteFlag)
          Sets the content stream for the specified Document object.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.