Uses of Class
com.saperion.bean.ContentStream
-
Packages that use ContentStream Package Description com.saperion.bean This package contains the global beans.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.structures This package contains the global beans. -
-
Uses of ContentStream in com.saperion.bean
Methods in com.saperion.bean that return ContentStream Modifier and Type Method Description ContentStream
ContentStream. addVariable(java.lang.String varName, java.lang.String varValue)
Adds a Variable to this Binary Object, which will be stored on a Media.ContentStream
ContentStream. expectedLength(long expectedLength)
Sets the expected length (number of bytes) of the content.ContentStream
ContentStream. expectHash(java.lang.String hash)
Set the hash which is expected to be calculated while archiving the content.static ContentStream
ContentStream. fromDescriptor(InputStreamDescriptor descriptor)
ContentStream
ContentStream. hashWith(java.lang.String algorithm)
Set the algorithm which should be used for calculating the hash while archiving this content stream.ContentStream
ContentStream. lengthLimit(long maxLength)
Sets the max allowed stream length limit.Constructors in com.saperion.bean with parameters of type ContentStream Constructor Description UpdateDocumentInfo(java.lang.String ddcName, java.lang.String documentHDoc, java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, ContentStream[] content, java.lang.String versionComment)
Creates a new UpdateDocumentInfo.UpdateDocumentInfo(java.lang.String ddcName, java.lang.String documentHDoc, java.util.Properties nameValuePairs, ContentStream[] content, java.lang.String versionComment)
Creates a new UpdateDocumentInfo. -
Uses of ContentStream in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type ContentStream Modifier and Type Method Description long
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 ContentStream Constructor Description SerializableStream(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 ContentStream Modifier and Type Field Description protected ContentStream[]
Structure. contentStreams
This structures contents.Methods in com.saperion.structures that return ContentStream Modifier and Type Method Description ContentStream[]
DocumentInfo. getContent()
Returns the contents of this document representation.ContentStream[]
Structure. getContent()
Constructors in com.saperion.structures with parameters of type ContentStream Constructor Description DocumentInfo(java.lang.String ddcName, java.util.Map<java.lang.String,java.lang.Object> metadatas, ContentStream[] content, java.lang.String versionComment)
Creates a new UpdateDocumentInfo.Structure(ContentStream[] content)
Creates a new UpdateDocumentInfo.
-