Uses of Class
com.saperion.bean.ContentStream
Packages that use ContentStream
Package
Description
This package contains the global beans.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the global beans.
-
Uses of ContentStream in com.saperion.bean
Methods in com.saperion.bean that return ContentStreamModifier and TypeMethodDescriptionContentStream.addVariable
(String varName, String varValue) Adds a Variable to this Binary Object, which will be stored on a Media.ContentStream.expectedLength
(long expectedLength) Sets the expected length (number of bytes) of the content.ContentStream.expectHash
(String hash) Set the hash which is expected to be calculated while archiving the content.static ContentStream
ContentStream.fromDescriptor
(InputStreamDescriptor descriptor) Set the algorithm which should be used for calculating the hash while archiving this content stream.ContentStream.lengthLimit
(long maxLength) Sets the max allowed stream length limit.Constructors in com.saperion.bean with parameters of type ContentStreamModifierConstructorDescriptionUpdateDocumentInfo
(String ddcName, String documentHDoc, Map<String, Object> nameValuePairs, ContentStream[] content, String versionComment) Creates a new UpdateDocumentInfo.UpdateDocumentInfo
(String ddcName, String documentHDoc, Properties nameValuePairs, ContentStream[] content, String versionComment) Creates a new UpdateDocumentInfo. -
Uses of ContentStream in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type ContentStreamModifier and TypeMethodDescriptionlong
AbstractDocRMIClientCommand.writeContent
(ContentStream content) Writes the content of the document.long
SaRMIClientCommand.writeContent
(ContentStream contentStream) Writes the content of the document. -
Uses of ContentStream in com.saperion.rmi
Constructors in com.saperion.rmi with parameters of type ContentStreamModifierConstructorDescriptionSerializableStream
(int token, ContentStream content, int bufferSize) ContentStream constructor.SerializableStream
(int token, ContentStream content, int bufferSize, SerializableStreamContentHandler.ContentHandlers contentHandler) ContentStream constructor. -
Uses of ContentStream in com.saperion.structures
Fields in com.saperion.structures declared as ContentStreamModifier and TypeFieldDescriptionprotected ContentStream[]
Structure.contentStreams
This structures contents.Methods in com.saperion.structures that return ContentStreamModifier and TypeMethodDescriptionDocumentInfo.getContent()
Returns the contents of this document representation.Structure.getContent()
Constructors in com.saperion.structures with parameters of type ContentStreamModifierConstructorDescriptionDocumentInfo
(String ddcName, Map<String, Object> metadatas, ContentStream[] content, String versionComment) Creates a new UpdateDocumentInfo.Structure
(ContentStream[] content) Creates a new UpdateDocumentInfo.