Modifier and Type | Method and Description |
---|---|
ContentStream |
FilterCmisService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
FilterCmisService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
FilterCmisService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension) |
String |
FilterCmisService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
FilterCmisService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectFactory.convertContentStream(ContentStream contentStream)
Converts a high level
ContentStream object into a low level
ContentStream object. |
ContentStream |
ObjectFactory.createContentStream(String filename,
long length,
String mimetype,
InputStream stream)
Creates an object that implements the
ContentStream interface. |
ContentStream |
ObjectFactory.createContentStream(String filename,
long length,
String mimetype,
InputStream stream,
boolean partial)
Creates an object that implements the
ContentStream interface. |
ContentStream |
Rendition.getContentStream()
Returns the content stream of the rendition.
|
ContentStream |
Document.getContentStream()
Retrieves the content stream of this document.
|
ContentStream |
Document.getContentStream(BigInteger offset,
BigInteger length)
Retrieves the content stream of this document.
|
ContentStream |
Session.getContentStream(ObjectId docId)
Retrieves the main content stream of a document.
|
ContentStream |
Session.getContentStream(ObjectId docId,
String streamId,
BigInteger offset,
BigInteger length)
Retrieves the content stream of a document.
|
ContentStream |
Document.getContentStream(String streamId)
Retrieves the content stream that is associated with the given stream ID.
|
ContentStream |
Document.getContentStream(String streamId,
BigInteger offset,
BigInteger length)
Retrieves the content stream that is associated with the given stream ID.
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.appendContentStream(ContentStream contentStream,
boolean isLastChunk)
Appends a content stream to the content stream of the document and
refreshes this object afterwards.
|
ObjectId |
Document.appendContentStream(ContentStream contentStream,
boolean isLastChunk,
boolean refresh)
Appends a content stream to the content stream of the document.
|
ObjectId |
Document.checkIn(boolean major,
Map<String,?> properties,
ContentStream contentStream,
String checkinComment)
If this is a PWC (private working copy) it performs a check in.
|
ObjectId |
Document.checkIn(boolean major,
Map<String,?> properties,
ContentStream contentStream,
String checkinComment,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces)
If this is a PWC (private working copy) it performs a check in.
|
ContentStream |
ObjectFactory.convertContentStream(ContentStream contentStream)
Converts a high level
ContentStream object into a low level
ContentStream object. |
Document |
Folder.createDocument(Map<String,?> properties,
ContentStream contentStream,
VersioningState versioningState)
Creates a new document in this folder.
|
Document |
Folder.createDocument(Map<String,?> properties,
ContentStream contentStream,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Creates a new document in this folder.
|
ObjectId |
Session.createDocument(Map<String,?> properties,
ObjectId folderId,
ContentStream contentStream,
VersioningState versioningState)
Creates a new document.
|
ObjectId |
Session.createDocument(Map<String,?> properties,
ObjectId folderId,
ContentStream contentStream,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces)
Creates a new document.
|
Document |
Document.setContentStream(ContentStream contentStream,
boolean overwrite)
Sets a new content stream for the document and refreshes this object
afterwards.
|
ObjectId |
Document.setContentStream(ContentStream contentStream,
boolean overwrite,
boolean refresh)
Sets a new content stream for the document.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectServiceImpl.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectServiceImpl.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
VersioningServiceImpl.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
ObjectServiceImpl.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
ObjectServiceImpl.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Constructor and Description |
---|
AtomEntryWriter(ObjectData object,
CmisVersion cmisVersion,
ContentStream contentStream)
Constructor for objects.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectServiceImpl.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectServiceImpl.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
VersioningServiceImpl.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
ObjectServiceImpl.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
ObjectServiceImpl.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Constructor and Description |
---|
FormDataWriter(String action,
ContentStream contentStream) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectServiceImpl.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectServiceImpl.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
VersioningServiceImpl.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
ObjectServiceImpl.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
ObjectServiceImpl.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectServiceImpl.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectServiceImpl.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
VersioningServiceImpl.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addACEs,
Acl removeACEs,
ExtensionsData extension) |
String |
ObjectServiceImpl.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addACEs,
Acl removeACEs,
ExtensionsData extension) |
void |
ObjectServiceImpl.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
RenditionImpl.getContentStream() |
ContentStream |
DocumentImpl.getContentStream() |
ContentStream |
DocumentImpl.getContentStream(BigInteger offset,
BigInteger length) |
ContentStream |
SessionImpl.getContentStream(ObjectId docId) |
ContentStream |
SessionImpl.getContentStream(ObjectId docId,
String streamId,
BigInteger offset,
BigInteger length) |
ContentStream |
DocumentImpl.getContentStream(String streamId) |
ContentStream |
DocumentImpl.getContentStream(String streamId,
BigInteger offset,
BigInteger length) |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentImpl.appendContentStream(ContentStream contentStream,
boolean isLastChunk) |
ObjectId |
DocumentImpl.appendContentStream(ContentStream contentStream,
boolean isLastChunk,
boolean refresh) |
ObjectId |
DocumentImpl.checkIn(boolean major,
Map<String,?> properties,
ContentStream contentStream,
String checkinComment) |
ObjectId |
DocumentImpl.checkIn(boolean major,
Map<String,?> properties,
ContentStream contentStream,
String checkinComment,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces) |
Document |
FolderImpl.createDocument(Map<String,?> properties,
ContentStream contentStream,
VersioningState versioningState) |
Document |
FolderImpl.createDocument(Map<String,?> properties,
ContentStream contentStream,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context) |
ObjectId |
SessionImpl.createDocument(Map<String,?> properties,
ObjectId folderId,
ContentStream contentStream,
VersioningState versioningState) |
ObjectId |
SessionImpl.createDocument(Map<String,?> properties,
ObjectId folderId,
ContentStream contentStream,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces) |
Document |
DocumentImpl.setContentStream(ContentStream contentStream,
boolean overwrite) |
ObjectId |
DocumentImpl.setContentStream(ContentStream contentStream,
boolean overwrite,
boolean refresh) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectFactoryImpl.convertContentStream(ContentStream contentStream) |
ContentStream |
ObjectFactoryImpl.createContentStream(String filename,
long length,
String mimetype,
InputStream stream) |
ContentStream |
ObjectFactoryImpl.createContentStream(String filename,
long length,
String mimetype,
InputStream stream,
boolean partial) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectFactoryImpl.convertContentStream(ContentStream contentStream) |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheHeaderContentStream
Content stream with HTTP cache headers.
|
interface |
ContentLengthContentStream
Content stream that should not be chunked.
|
interface |
LastModifiedContentStream
Content stream with last modified date.
|
interface |
MutableContentStream
Mutable ContentStream.
|
interface |
PartialContentStream
Content stream that indicates that this stream may not represent the complete
document content.
|
Modifier and Type | Method and Description |
---|---|
static ContentStream |
WSConverter.convert(CmisContentStreamType contentStream,
boolean partial)
Converts a content stream object.
|
Modifier and Type | Method and Description |
---|---|
static void |
IOUtils.closeQuietly(ContentStream contentStream)
Closes the stream of a
ContentStream object and ignores any
exceptions. |
static CmisContentStreamType |
WSConverter.convert(ContentStream contentStream,
boolean allowClose)
Converts a content stream object.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentStreamImpl
Content stream data implementation.
|
class |
LastModifiedContentStreamImpl
Content stream data with last modified date implementation.
|
class |
PartialContentStreamImpl
Implementation of the
PartialContentStream interface. |
Modifier and Type | Method and Description |
---|---|
ContentStream |
AbstractCmisService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension)
Gets the content stream for the specified document object, or gets a
rendition stream for a specified rendition of a document or folder
object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmisService.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension)
Appends the content stream to the content of the document.
|
void |
AbstractCmisService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Checks-in the private working copy (PWC) document.
|
String |
AbstractCmisService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension)
Creates a new document, folder, policy, or item.
|
String |
AbstractCmisService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object of the specified type (given by the
cmis:objectTypeId property) in the (optionally) specified location.
|
void |
AbstractCmisService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension)
Sets the content stream for the specified document object.
|
Modifier and Type | Method and Description |
---|---|
String |
CmisService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension)
Creates a new document, folder, policy, or item.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
BindingsObjectFactory.createContentStream(String filename,
BigInteger length,
String mimetype,
InputStream stream) |
ContentStream |
ObjectService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension)
Gets the content stream for the specified document object, or gets a
rendition stream for a specified rendition of a document or folder
object.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectService.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension)
Appends the content stream to the content of the document.
|
void |
VersioningService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Checks-in the private working copy (PWC) document.
|
String |
ObjectService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object of the specified type (given by the
cmis:objectTypeId property) in the (optionally) specified location.
|
void |
ObjectService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension)
Sets the content stream for the specified document object.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
FileShareRepository.getContentStream(CallContext context,
String objectId,
BigInteger offset,
BigInteger length)
CMIS getContentStream.
|
ContentStream |
FileShareCmisService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
FileShareCmisService.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
FileShareRepository.changeContentStream(CallContext context,
Holder<String> objectId,
Boolean overwriteFlag,
ContentStream contentStream,
boolean append)
CMIS setContentStream, deleteContentStream, and appendContentStream.
|
ObjectData |
FileShareRepository.create(CallContext context,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
ObjectInfoHandler objectInfos)
Create* dispatch for AtomPub.
|
String |
FileShareCmisService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension) |
String |
FileShareRepository.createDocument(CallContext context,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState)
CMIS createDocument.
|
String |
FileShareCmisService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
FileShareCmisService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
InMemoryObjectServiceImpl.getContentStream(CallContext context,
String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
ContentStream |
InMemoryService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryObjectServiceImpl.appendContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
void |
InMemoryService.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
InMemoryVersioningServiceImpl.checkIn(CallContext context,
String repositoryId,
Holder<String> objectId,
Boolean majorParam,
Properties properties,
ContentStream contentStreamParam,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
void |
InMemoryService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
InMemoryObjectServiceImpl.create(CallContext context,
String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
String |
InMemoryService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension) |
String |
InMemoryObjectServiceImpl.createDocument(CallContext context,
String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
InMemoryService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
InMemoryObjectServiceImpl.setContentStream(CallContext context,
String repositoryId,
Holder<String> objectId,
Boolean overwrite,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
void |
InMemoryService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
Content.getContent()
Retrieve the content of a document.
|
ContentStream |
ObjectStore.getContent(StoredObject so,
long offset,
long length)
Retrieve the content of a document.
|
ContentStream |
ObjectStore.getRenditionContent(StoredObject so,
String streamId,
long offset,
long length)
get the rendition of this object.
|
ContentStream |
ObjectStore.setContent(StoredObject so,
ContentStream content)
Write content and attach it to a document.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.appendContent(StoredObject so,
ContentStream content)
Append content to an existing content stream.
|
void |
VersionedDocument.checkIn(boolean isMajor,
Properties properties,
ContentStream content,
String checkinComment,
List<String> policyIds,
String user)
Check in a private working copy.
|
Document |
ObjectStore.createDocument(Map<String,PropertyData<?>> propMap,
String user,
Folder folder,
ContentStream contentStream,
List<String> policies,
Acl addACEs,
Acl removeACEs)
Create a document as initial step.
|
DocumentVersion |
ObjectStore.createVersionedDocument(String name,
Map<String,PropertyData<?>> propMap,
String user,
Folder folder,
List<String> policies,
Acl addACEs,
Acl removeACEs,
ContentStream contentStream,
VersioningState versioningState)
Create a document that supports versions as initial step.
|
void |
Content.setContent(ContentStream content)
Assign content to a document.
|
ContentStream |
ObjectStore.setContent(StoredObject so,
ContentStream content)
Write content and attach it to a document.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentStreamDataImpl |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ContentStreamDataImpl.getCloneWithLimits(long offset,
long length) |
ContentStream |
DocumentVersionImpl.getContent() |
ContentStream |
DocumentImpl.getContent() |
ContentStream |
ObjectStoreImpl.getContent(StoredObject so,
long offset,
long length) |
protected ContentStream |
StoredObjectImpl.getIconFromResourceDir(String name) |
static ContentStream |
RenditionUtil.getIconFromResourceDir(String name) |
ContentStream |
ImageThumbnailGenerator.getRendition(int width,
int height) |
static ContentStream |
RenditionUtil.getRenditionContent(StoredObject so,
String streamId,
long offset,
long length) |
ContentStream |
ObjectStoreImpl.getRenditionContent(StoredObject so,
String streamId,
long offset,
long length) |
ContentStream |
ObjectStoreImpl.setContent(StoredObject so,
ContentStream contentStream) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectStoreImpl.appendContent(StoredObject so,
ContentStream contentStream) |
void |
VersionedDocumentImpl.checkIn(boolean isMajor,
Properties properties,
ContentStream content,
String checkinComment,
List<String> policyIds,
String user) |
Document |
ObjectStoreImpl.createDocument(Map<String,PropertyData<?>> propMap,
String user,
Folder folder,
ContentStream contentStream,
List<String> policies,
Acl addACEs,
Acl removeACEs) |
DocumentVersion |
ObjectStoreImpl.createVersionedDocument(String name,
Map<String,PropertyData<?>> propMap,
String user,
Folder folder,
List<String> policies,
Acl addACEs,
Acl removeACEs,
ContentStream contentStream,
VersioningState versioningState) |
void |
DocumentVersionImpl.setContent(ContentStream content) |
void |
DocumentImpl.setContent(ContentStream content) |
ContentStream |
ObjectStoreImpl.setContent(StoredObject so,
ContentStream contentStream) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
JcrDocument.getContentStream()
See CMIS 1.0 section 2.2.4.10 getContentStream
|
ContentStream |
JcrRepository.getContentStream(javax.jcr.Session session,
String objectId,
BigInteger offset,
BigInteger length)
See CMIS 1.0 section 2.2.4.10 getContentStream
|
ContentStream |
JcrService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
JcrVersion |
JcrVersionBase.checkin(Properties properties,
ContentStream contentStream,
String checkinComment)
See CMIS 1.0 section 2.2.7.3 checkedIn
|
void |
JcrRepository.checkIn(javax.jcr.Session session,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment)
See CMIS 1.0 section 2.2.7.3 checkedIn
|
void |
JcrService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
JcrRepository.createDocument(javax.jcr.Session session,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState)
See CMIS 1.0 section 2.2.4.1 createDocument
|
String |
JcrService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
JcrNode |
JcrDocument.setContentStream(ContentStream contentStream,
boolean overwriteFlag)
See CMIS 1.0 section 2.2.4.16 setContentStream
|
void |
JcrRepository.setContentStream(javax.jcr.Session session,
Holder<String> objectId,
Boolean overwriteFlag,
ContentStream contentStream)
See CMIS 1.0 section 2.2.4.16 setContentStream
|
void |
JcrService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
JcrNode |
DefaultDocumentTypeHandler.createDocument(JcrFolder parentFolder,
String name,
Properties properties,
ContentStream contentStream,
VersioningState versioningState) |
protected void |
DefaultDocumentTypeHandler.updateContentNode(ContentStream contentStream,
javax.jcr.Node contentNode) |
Modifier and Type | Method and Description |
---|---|
JcrNode |
JcrDocumentTypeHandler.createDocument(JcrFolder parentFolder,
String name,
Properties properties,
ContentStream contentStream,
VersioningState versioningState)
See CMIS 1.0 section 2.2.4.1 createDocument
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
AtomEntryParser.getContentStream()
Returns the content stream.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
AbstractBrowserServiceCall.createContentStream(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceCall.closeContentStream(ContentStream contentStream)
Closes a content stream.
|
boolean |
AbstractServiceCall.sendContentStreamHeaders(ContentStream content,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets certain HTTP headers if the server implementation requested them.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
SimpleLoggingCmisServiceWrapper.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
ContentStream |
ConformanceCmisServiceWrapper.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
ContentStream |
AbstractCmisServiceWrapper.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleLoggingCmisServiceWrapper.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
ConformanceCmisServiceWrapper.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
void |
AbstractCmisServiceWrapper.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension) |
protected void |
ConformanceCmisServiceWrapper.checkContentStream(ContentStream content)
Throws an exception if the given content object is
null . |
void |
SimpleLoggingCmisServiceWrapper.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
ConformanceCmisServiceWrapper.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
AbstractCmisServiceWrapper.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
SimpleLoggingCmisServiceWrapper.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension) |
String |
ConformanceCmisServiceWrapper.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension) |
String |
AbstractCmisServiceWrapper.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension) |
String |
SimpleLoggingCmisServiceWrapper.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
ConformanceCmisServiceWrapper.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
String |
AbstractCmisServiceWrapper.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension) |
void |
SimpleLoggingCmisServiceWrapper.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
void |
ConformanceCmisServiceWrapper.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
void |
AbstractCmisServiceWrapper.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(ContentStream expected,
ContentStream actual,
CmisTestResult success,
CmisTestResult failure) |
protected String |
AbstractSessionTest.getStringFromContentStream(ContentStream contentStream) |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ObjectGenerator.createContentFractalimageJpeg() |
ContentStream |
ObjectGenerator.createContentLoremIpsumHtml() |
ContentStream |
ObjectGenerator.createContentLoremIpsumText() |
ContentStream |
ObjectGenerator.createContentStaticText() |
Modifier and Type | Method and Description |
---|---|
ContentStream |
ClientModel.createContentStream(String filename) |
ContentStream |
ClientModel.createContentStream(String name,
long length,
long seed) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.