R - the set of handles for reading the document
content from the databaseW - the set of handles for writing the document
content to the databaseBinaryDocumentManager,
GenericDocumentManager,
JSONDocumentManager,
TextDocumentManager,
XMLDocumentManagerstatic
enum voidcreate (DocumentUriTemplate template,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle)create (DocumentUriTemplate template,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
ServerTransform transform)create (DocumentUriTemplate template,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
ServerTransform transform,
Transaction transaction)create (DocumentUriTemplate template,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
Transaction transaction)create (DocumentUriTemplate template,
W contentHandle)create (DocumentUriTemplate template,
W contentHandle,
ServerTransform transform)create (DocumentUriTemplate template,
W contentHandle,
ServerTransform transform,
Transaction transaction)create (DocumentUriTemplate template,
W contentHandle,
Transaction transaction)createAs (DocumentUriTemplate template,
DocumentMetadataWriteHandle metadataHandle,
Object content)createAs (DocumentUriTemplate template,
DocumentMetadataWriteHandle metadataHandle,
Object content, ServerTransform transform)createAs (DocumentUriTemplate template,
Object content)createAs (DocumentUriTemplate template,
Object content, ServerTransform transform)voiddelete (DocumentDescriptor desc)voiddelete (DocumentDescriptor desc,
Transaction transaction)voiddelete (Transaction transaction,
String... uris)voidvoidvoiddelete (String docId, Transaction transaction)exists (String docId, Transaction transaction)search and metadata available from DocumentPage.next().getMetadata(handle)
(assuming setMetadataCategories
has been called to request specific metadata).long
searchsearchnewDescriptor (String uri)newDocumentUriTemplate (String extension)newPatchBuilder (Format pathFormat)voidpatch (DocumentDescriptor desc,
DocumentPatchHandle patch)voidpatch (DocumentDescriptor desc,
DocumentPatchHandle patch,
Transaction transaction)voidpatch (String docId, DocumentPatchHandle patch)voidpatch (String docId, DocumentPatchHandle patch,
Transaction transaction)voidread (long serverTimestamp,
ServerTransform transform,
String... uris)<T extends R>
Tread (DocumentDescriptor desc,
DocumentMetadataReadHandle metadataHandle,
T contentHandle)<T extends R>
Tread (DocumentDescriptor desc,
DocumentMetadataReadHandle metadataHandle,
T contentHandle, ServerTransform transform)<T extends R>
Tread (DocumentDescriptor desc,
DocumentMetadataReadHandle metadataHandle,
T contentHandle, ServerTransform transform,
Transaction transaction)<T extends R>
Tread (DocumentDescriptor desc,
DocumentMetadataReadHandle metadataHandle,
T contentHandle, Transaction transaction)<T extends R>
Tread (DocumentDescriptor desc,
T contentHandle)<T extends R>
Tread (DocumentDescriptor desc,
T contentHandle, ServerTransform transform)<T extends R>
Tread (DocumentDescriptor desc,
T contentHandle, ServerTransform transform,
Transaction transaction)<T extends R>
Tread (DocumentDescriptor desc,
T contentHandle, Transaction transaction)read (ServerTransform transform,
Transaction transaction,
String... uris)read (ServerTransform transform,
String... uris)read (Transaction transaction,
String... uris)<T extends R>
Tread (String docId, DocumentMetadataReadHandle metadataHandle,
T contentHandle)<T extends R>
Tread (String docId, DocumentMetadataReadHandle metadataHandle,
T contentHandle, ServerTransform transform)<T extends R>
Tread (String docId, DocumentMetadataReadHandle metadataHandle,
T contentHandle, ServerTransform transform,
Transaction transaction)<T extends R>
Tread (String docId, DocumentMetadataReadHandle metadataHandle,
T contentHandle, Transaction transaction)<T extends R>
T<T extends R>
Tread (String docId, T contentHandle,
ServerTransform transform)<T extends R>
Tread (String docId, T contentHandle,
ServerTransform transform,
Transaction transaction)<T extends R>
Tread (String docId, T contentHandle,
Transaction transaction)<T> TreadAs (String docId, DocumentMetadataReadHandle metadataHandle,
Class<T> as)<T> TreadAs (String docId, DocumentMetadataReadHandle metadataHandle,
Class<T> as, ServerTransform transform)<T> T<T> TreadAs (String docId, Class<T> as, ServerTransform transform)readMetadata (Transaction transaction,
String... uris)readMetadata (String... uris)<T extends DocumentMetadataReadHandle>
TreadMetadata (String docId,
T metadataHandle)<T extends DocumentMetadataReadHandle>
TreadMetadata (String docId, T metadataHandle,
Transaction transaction)search (SearchQueryDefinition querydef,
long start)QueryManager.search but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, long serverTimestamp)QueryManager.search but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, SearchReadHandle searchHandle)QueryManager.search but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, SearchReadHandle searchHandle,
Transaction transaction)QueryManager.search(SearchQueryDefinition, SearchReadHandle,
long, Transaction) but return complete documents via
iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, SearchReadHandle searchHandle,
Transaction transaction,
String forestName)QueryManager.search(SearchQueryDefinition, SearchReadHandle,
long, Transaction, String) but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, SearchReadHandle searchHandle,
String forestName)QueryManager.search but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, Transaction transaction)QueryManager.search but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, Transaction transaction,
String forestName)QueryManager.search but return complete documents
via iterable DocumentPage.search (SearchQueryDefinition querydef,
long start, String forestName)QueryManager.search but return complete documents
via iterable DocumentPage.voidsetContentFormat (Format format)voidsetMetadataCategories (DocumentManager.Metadata... categories)voidsetMetadataCategories (Set<DocumentManager.Metadata> categories)voidsetNonDocumentFormat (Format nonDocumentFormat)search and metadata available from DocumentPage.next().getMetadata(handle)
(assuming setMetadataCategories
has been called to request specific metadata).voidsetPageLength (long length)voidsetReadTransform (ServerTransform transform)voidsearchvoidsetWriteTransform (ServerTransform transform)voidstartLogging (RequestLogger logger)voidvoidwrite (DocumentDescriptor desc,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle)voidwrite (DocumentDescriptor desc,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
ServerTransform transform)voidwrite (DocumentDescriptor desc,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
ServerTransform transform,
Transaction transaction)voidwrite (DocumentDescriptor desc,
DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
Transaction transaction)voidwrite (DocumentDescriptor desc,
W contentHandle)voidwrite (DocumentDescriptor desc,
W contentHandle,
ServerTransform transform)voidwrite (DocumentDescriptor desc,
W contentHandle,
ServerTransform transform,
Transaction transaction)voidwrite (DocumentDescriptor desc,
W contentHandle,
Transaction transaction)voidwrite (DocumentWriteSet writeSet)voidwrite (DocumentWriteSet writeSet,
ServerTransform transform)voidwrite (DocumentWriteSet writeSet,
ServerTransform transform,
Transaction transaction)voidwrite (DocumentWriteSet writeSet,
Transaction transaction)voidwrite (String docId, DocumentMetadataWriteHandle metadataHandle,
W contentHandle)voidwrite (String docId, DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
ServerTransform transform)voidwrite (String docId, DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
ServerTransform transform,
Transaction transaction)voidwrite (String docId, DocumentMetadataWriteHandle metadataHandle,
W contentHandle,
Transaction transaction)voidvoidwrite (String docId, W contentHandle,
ServerTransform transform)voidwrite (String docId, W contentHandle,
ServerTransform transform,
Transaction transaction)voidwrite (String docId, W contentHandle,
Transaction transaction)voidwriteAs (String docId, DocumentMetadataWriteHandle metadataHandle,
Object content)voidwriteAs (String docId, DocumentMetadataWriteHandle metadataHandle,
Object content, ServerTransform transform)voidvoidwriteAs (String docId, Object content, ServerTransform transform)voidwriteDefaultMetadata (Transaction transaction,
String... uris)voidwriteDefaultMetadata (String docId)voidwriteDefaultMetadata (String... uris)voidwriteDefaultMetadata (String docId, Transaction transaction)voidwriteMetadata (String docId, DocumentMetadataWriteHandle metadataHandle)voidwriteMetadata (String docId, DocumentMetadataWriteHandle metadataHandle,
Transaction transaction)uri - the identifier for the documentextension - the identifier for the documentpathFormat - the patch path language. Set to JSON
for JSONPath or XML for XPath.docId - the URI identifier for the documentForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documenttransaction - a open transaction under which the
document may have been created or deletedForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsT - the type of object that will be returned by
the handle registered for itdocId - the URI identifier for the documentas - the IO class for reading the content of the
documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsT - the type of object that will be returned by
the handle registered for itdocId - the URI identifier for the documentas - the IO class for reading the content of the
documenttransform - a server transform to modify the
document contentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsT - the type of object that will be returned by
the handle registered for itdocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentas - the IO class for reading the content of the
documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsT - the type of object that will be returned by
the handle registered for itdocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentas - the IO class for reading the content of the
documenttransform - a server transform to modify the
document contentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentcontentHandle - a handle for reading the content
of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for reading the content
of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentcontentHandle - a handle for reading the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for reading the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of content handle to returndesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for reading the metadata
of the documentcontentHandle - a handle for reading the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionDocumentPage.size()
method.uris - the database uris identifying documents to
retrieveDocumentPage.size()
method.serverTimestamp - the point in time at which to
read these documents. The value must be a merge timestamp obtained
from the server via getServerTimestamp() on any handle.uris - the database uris identifying documents to
retrieveDocumentPage.size()
method.transform - the transform to be run on the server
on each document (must already be installed)uris - the database uris identifying documents to
retrieveDocumentPage.size()
method.serverTimestamp - the point in time at which to
read these documents. The value must be a merge timestamp obtained
from the server via getServerTimestamp() on any handle.transform - the transform to be run on the server
on each document (must already be installed)uris - the database uris identifying documents to
retrieveDocumentPage.size()
method.transaction - the transaction in which this read
is participatinguris - the database uris identifying documents to
retrieveDocumentPage.size()
method.transform - the transform to be run on the server
on each document (must already be installed)transaction - the transaction in which this read
is participatinguris - the database uris identifying documents to
retrieveDocumentPage.size()
method.uris - the database uris identifying
documentsDocumentPage.size()
method.transaction - the transaction in which this read
is participatinguris - the database uris identifying
documentsQueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If setMetadataCategories has been
called, populates metadata for each result in the format specified
by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)QueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If setMetadataCategories has been
called, populates metadata for each result in the format specified
by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)forestName - a forest to limit this searchQueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If setMetadataCategories has been
called, populates metadata for each result in the format specified
by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)serverTimestamp - the point in time at which to
read these documents. The value must be a merge timestamp obtained
from the server via getServerTimestamp() on any handle.QueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If setMetadataCategories has been
called, populates metadata for each result in the format specified
by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)transaction - an open transaction for matching
documentsQueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If setMetadataCategories has been
called, populates metadata for each result in the format specified
by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)transaction - an open transaction for matching
documentsforestName - a forest to limit this searchQueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If searchHandle is not null,
requests a search response and populates searchHandle with it. If
setMetadataCategories has been called, populates metadata for each
result in the format specified by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)searchHandle - a handle for reading the search
response which will include view types specified by
setSearchView and format specified by setNonDocumentFormatQueryManager.search but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If searchHandle is not null,
requests a search response and populates searchHandle with it. If
setMetadataCategories has been called, populates metadata for each
result in the format specified by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)searchHandle - a handle for reading the search
response which will include view types specified by
setSearchView and format specified by setNonDocumentFormatforestName - a forest to limit this searchQueryManager.search(SearchQueryDefinition, SearchReadHandle,
long, Transaction) but return complete documents via
iterable DocumentPage. Retrieves up to getPageLength() documents in
each DocumentPage. If searchHandle is not null, requests a search
response and populates searchHandle with it. If
setMetadataCategories has been called, populates metadata for each
result in the format specified by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)searchHandle - a handle for reading the search
response which will include view types specified by
setSearchView and format specified by setNonDocumentFormattransaction - an open transaction for matching
documentsQueryManager.search(SearchQueryDefinition, SearchReadHandle,
long, Transaction, String) but return complete documents
via iterable DocumentPage. Retrieves up to getPageLength()
documents in each DocumentPage. If searchHandle is not null,
requests a search response and populates searchHandle with it. If
setMetadataCategories has been called, populates metadata for each
result in the format specified by setNonDocumentFormat.querydef - the definition of query criteria and
query optionsstart - the offset of the first document in the
page (where 1 is the first result)searchHandle - a handle for reading the search
response which will include view types specified by
setSearchView and format specified by setNonDocumentFormattransaction - an open transaction for matching
documentsforestName - a forest to limit this search
search
searchlength - the maximum number of records to return
in a page from calls to
searchsearch and metadata available from DocumentPage.next().getMetadata(handle)
(assuming setMetadataCategories
has been called to request specific metadata). If
setNonDocumentFormat has not been called, the server default format
will be used.search and metadata available from DocumentPage.next().getMetadata(handle)
(assuming setMetadataCategories
has been called to request specific metadata). If
setNonDocumentFormat is not called, the server default format will
be used.nonDocumentFormat - the format to usesearchsearchsearchview - the view types included in a
SearchReadHandle populated by calls to
searchwriteSet - the set of documents and metadata to
writewriteSet - the set of documents and metadata to
writetransform - a server transform to modify the
contents of each documentwriteSet - the set of documents and metadata to
writetransaction - an open transaction under which the
documents will be writtenwriteSet - the set of documents and metadata to
writetransform - a server transform to modify the
contents of each documenttransaction - an open transaction under which the
documents will be writtenContentHandle
are registered. Learn more
about shortcut methodsdocId - the URI identifier for the documentcontent - an IO representation of the document
contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsdocId - the URI identifier for the documentcontent - an IO representation of the document
contenttransform - a server transform to modify the
document contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsdocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentcontent - an IO representation of the document
contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsdocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentcontent - an IO representation of the document
contenttransform - a server transform to modify the
document contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentcontentHandle - a handle for writing the content
of the documentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for writing the content
of the documentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contentResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentcontentHandle - a handle for writing the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for writing the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentmetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundExceptionForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionuris - the identifiers for the documents to
deleteResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiontransaction - an open transactionuris - the identifiers for the documents to
deleteResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondesc - a descriptor for the URI identifier,
format, and mimetype of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodstemplate - the template for constructing the
document uricontent - an IO representation of the document
contentForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodstemplate - the template for constructing the
document uricontent - an IO representation of the document
contenttransform - a server transform to modify the
document contentForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodstemplate - the template for constructing the
document urimetadataHandle - a handle for writing the metadata
of the documentcontent - an IO representation of the document
contentForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodstemplate - the template for constructing the
document urimetadataHandle - a handle for writing the metadata
of the documentcontent - an IO representation of the document
contenttransform - a server transform to modify the
document contentForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document uricontentHandle - a handle for writing the content
of the documentForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document uricontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contentForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document uricontentHandle - a handle for writing the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document uricontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document urimetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documentForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document urimetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contentForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document urimetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransaction - a open transaction under which the
document may have been created or deletedForbiddenUserExceptionFailedRequestExceptiontemplate - the template for constructing the
document urimetadataHandle - a handle for writing the metadata
of the documentcontentHandle - a handle for writing the content
of the documenttransform - a server transform to modify the
document contenttransaction - a open transaction under which the
document may have been created or deletedForbiddenUserExceptionFailedRequestExceptionContentHandle
are registered. Learn more
about shortcut methodsdocId - the URI identifier for the documentpatch - an IO representation of the patchForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentpatch - a handle for writing the modification to
the document metadata or contentdocId - the URI identifier for the documentpatch - a handle for writing the modification to
the document metadata or contenttransaction - a open transactiondesc - a descriptor for the URI identifier,
format, and mimetype of the documentpatch - a handle for writing the modification to
the document metadata or contentdesc - a descriptor for the URI identifier,
format, and mimetype of the documentpatch - a handle for writing the modification to
the document metadata or contenttransaction - a open transactionT - the type of DocumentMetadataReadHandle to
returndocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionT - the type of DocumentMetadataReadHandle to
returndocId - the URI identifier for the documentmetadataHandle - a handle for reading the metadata
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentmetadataHandle - a handle for writing the metadata
of the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documentResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptiondocId - the URI identifier for the documenttransaction - a open transaction under which the
document may have been created or deletedResourceNotFoundException
- if the document is not foundForbiddenUserExceptionFailedRequestExceptionuris - the identifiers for the documents to
receive the default metadataResourceNotFoundException
- if a document is not foundForbiddenUserExceptionFailedRequestExceptiontransaction - an open transactionuris - the identifiers for the documents to
receive the default metadataResourceNotFoundException
- if a document is not foundForbiddenUserExceptionFailedRequestExceptionformat - the default format for documents
supported by this document managercategories - the set of metadata categoriescategories - the set of metadata categoriestransform - the name of the transformtransform - the name of the transformlogger - the logger that receives debugging
outputCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.