Package | Description |
---|---|
com.saperion.document.content.stream | |
com.saperion.operations |
This package defines the different operations, that can be invoked by rmi.
|
com.saperion.operations.document |
This package defines the different operations on documents, that can be invoked by rmi.
|
com.saperion.session |
Modifier and Type | Method and Description |
---|---|
List<SessionDataKey> |
RemoteContentInputStreamDescriptor.getStreamKeys() |
Modifier and Type | Method and Description |
---|---|
static RemoteDocumentContentInputStream |
RemoteDocumentContentInputStream.newInstance(Connection connection,
SessionDataKey remoteStreamKey) |
Constructor and Description |
---|
RemoteContentInputStreamDescriptor(List<SessionDataKey> streamKeys,
InputStreamFilterFactory filterFactory) |
Constructor and Description |
---|
RemoveSessionData(List<SessionDataKey> keys)
This creates a new
operation that removes the data the current session associates with the given
keys. |
Constructor and Description |
---|
ReadContentStreamPart(SessionDataKey streamKey,
int numberOfBytesToRead)
This creates a new
operation that reads the given number of bytes
from the stream the current session has stored with the given key. |
Modifier and Type | Method and Description |
---|---|
static SessionDataKey |
SessionDataKey.newInstance()
Generates a new unique key for data in a session.
|
SessionDataKey |
SessionDataService.put(Object value)
Stores the given object at the session.
|
SessionDataKey |
SessionDataService.registerClosable(AutoCloseable value)
Stores the given
closeable object under the given key. |
Modifier and Type | Method and Description |
---|---|
int |
SessionDataKey.compareTo(SessionDataKey o) |
<Type> Type |
SessionDataService.get(SessionDataKey key,
Class<Type> clazz)
Gets the data identified by the given key.
|
void |
SessionDataService.remove(SessionDataKey key)
Removes the data stored with the given key from the session.
|
Copyright © 2016 SAPERION AG. All rights reserved.