| 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. |