Interface DocumentBuilderStep1
- All Known Subinterfaces:
CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2,CreateDocumentCommandStep1
- All Known Implementing Classes:
CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl,CreateDocumentCommandImpl,DocumentBuilder
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptioncontent(byte[] content) Deprecated.Sets the content of the document.content(InputStream content) Deprecated.Sets the content of the document.Deprecated.Sets the content of the document.
-
Method Details
-
content
Deprecated.Sets the content of the document.- Parameters:
content- the content of the document as stream
-
content
Deprecated.Sets the content of the document.- Parameters:
content- the content of the document as byte array
-
content
Deprecated.Sets the content of the document.- Parameters:
content- the content of the document as string
-
DocumentBuilderStep1