Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.definition | |
com.saperion.connector.documents | |
com.saperion.connector.service |
This package contains the client-side implementations of services.
|
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SaClassicConnector
Connector interface for classic DMS functionalities.
|
Modifier and Type | Class and Description |
---|---|
class |
SaClassicConnectorImpl
The Class SaClassicConnectorImpl.
|
Constructor and Description |
---|
RmiClientDefinitionService(Connection connection) |
Modifier and Type | Method and Description |
---|---|
static DocumentSearch |
DocumentSearch.newInstance(Connection connection)
Initiates a new search on a given connection.
|
Constructor and Description |
---|
RmiClientDocumentService(Connection connection) |
Modifier and Type | Field and Description |
---|---|
protected Connection |
AbstractRmiClientService.connection |
Constructor and Description |
---|
AbstractRmiClientService(Connection connection) |
RmiClientLookupEntryService(Connection connection) |
Constructor and Description |
---|
RmiClientWorkflowDefinitionService(Connection connection) |
RmiClientWorkflowInboxService(Connection connection) |
RmiClientWorkflowProcessService(Connection connection) |
RmiClientWorkflowTaskService(Connection connection)
Creates a new RmiClientWorkflowTaskService.
|
Modifier and Type | Method and Description |
---|---|
static RemoteDocumentContentInputStream |
RemoteDocumentContentInputStream.newInstance(Connection connection,
SessionDataKey remoteStreamKey) |
static InputStream |
RemoteDocumentContentInputStream.readDocument(Connection connection,
com.lexmark.saperion.document.DocumentReferenceType documentId,
com.lexmark.saperion.document.DocumentElementReferenceType documentElementId)
For a given
Connection and document element id this method creates an InputStream that
streams the document elements content. |
void |
RemoteContentInputStreamDescriptor.setConnection(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
VoidOperation.afterInvoke(Object result,
Connection connection) |
void |
Operation.afterInvoke(Object result,
Connection connection)
This method will be called on the client side e.g.
|
void |
InTransaction.afterInvoke(Object result,
Connection connection) |
void |
ApplyBatch.afterInvoke(Object result,
Connection connection) |
void |
AbstractOperation.afterInvoke(Object result,
Connection connection) |
void |
Operation.beforeInvoke(int token,
Connection connection)
This method will be called on the client-side to prepare an operation for invocation on the
server-side.
|
void |
BaseOperation.beforeInvoke(int token,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
ReadDocumentElementContent.afterInvoke(Object result,
Connection connection) |
void |
UpdateDocument.beforeInvoke(int token,
Connection connection) |
void |
CreateDocumentOperation.beforeInvoke(int token,
Connection connection) |
void |
CreateDocument.beforeInvoke(int token,
Connection connection) |
Copyright © 2016 SAPERION AG. All rights reserved.