Package | Description |
---|---|
com.saperion.bean |
This package contains the global beans.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.structures |
This package contains the global beans.
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
ContentStream.addVariable(String varName,
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(String hash)
Set the hash which is expected to be calculated while archiving the content.
|
static ContentStream |
ContentStream.fromDescriptor(com.saperion.common.io.InputStreamDescriptor descriptor) |
ContentStream |
ContentStream.hashWith(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.
|
Constructor and Description |
---|
UpdateDocumentInfo(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.
|
Constructor and Description |
---|
SerializableStream(int token,
ContentStream content,
int bufferSize)
ContentStream constructor.
|
SerializableStream(int token,
ContentStream content,
int bufferSize,
SerializableStreamContentHandler.ContentHandlers contentHandler)
ContentStream constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ContentStream[] |
Structure.contentStreams
This structures contents.
|
Modifier and Type | Method and Description |
---|---|
ContentStream[] |
Structure.getContent() |
ContentStream[] |
DocumentInfo.getContent()
Returns the contents of this document representation.
|
Constructor and Description |
---|
DocumentInfo(String ddcName,
Map<String,Object> metadatas,
ContentStream[] content,
String versionComment)
Creates a new UpdateDocumentInfo.
|
Structure(ContentStream[] content)
Creates a new UpdateDocumentInfo.
|
Copyright © 2016 SAPERION AG. All rights reserved.