public interface DocumentServiceClient
Modifier and Type | Method and Description |
---|---|
DocumentStoreInformationType |
createDocument(ArchiveReferenceType archiveReference,
Map<String,PropertyType> index,
DocumentElementType structure)
This method creates a new document with the given properties in the given archive.
|
DocumentStoreInformationType |
createDocument(CreateDocumentInputType properties)
This method creates a new document with the given properties in the given archive.
|
DocumentClient |
resolve(DocumentReferenceType reference)
This method returns a client for the document referenced.
|
DocumentRevisionClient |
resolve(DocumentRevisionReferenceType reference)
This method returns a client for the document revision referenced.
|
DocumentClient resolve(DocumentReferenceType reference)
reference
- a reference to the documentDocumentRevisionClient resolve(DocumentRevisionReferenceType reference)
reference
- a reference to the document revisionDocumentStoreInformationType createDocument(ArchiveReferenceType archiveReference, Map<String,PropertyType> index, DocumentElementType structure) throws EcmException
archiveReference
- a reference to the archive to create the document inindex
- the index properties of the document as defined by the archivestructure
- the documents content structureEcmException
DocumentStoreInformationType createDocument(CreateDocumentInputType properties) throws EcmException
properties
- the properties of the new document containing the archive, structure, metadata and ACLsEcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.