Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
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.operations.events |
This package contains
operations concerning integration server events. |
com.saperion.operations.folders |
This package defines the different operations on folders, that can be invoked by rmi.
|
com.saperion.operations.lookup |
This package defines the different operations on lookup tables, that can be invoked by rmi.
|
com.saperion.operations.storage | |
com.saperion.operations.user | |
com.saperion.operations.workflow |
This package defines the different workflow-operations, that can be invoked by rmi.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaClassicConnectorImpl.invoke(LegacyOperation<T> operation) |
<T extends Serializable> |
LegacyConnection.invoke(LegacyOperation<T> operation)
Invokes the given
Operation on the server side. |
Modifier and Type | Class and Description |
---|---|
class |
ApplyBatch
Invokes a list of commands one after another.
|
class |
ExecuteStoredProcedure
Executes a stored procedure on the database.
|
class |
GetIxosDDCNames
This operation returns the names of all DDCs that are used to store documents loaded
by the IXOS connector.
|
class |
GetServerSideClientConfiguration
This operation gets the server side configuration that concerns the client side.
|
class |
InTransaction<T extends Serializable>
Invokes the given
Operation in a transaction. |
class |
LegacyOperationAdapter<ResultType extends Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException>
|
class |
RemoveSessionData
This
Operation removes the data the current session associates with the given keys. |
class |
StoreSystemFileOperation
This
Operation stores a new system file. |
class |
VoidOperation
Convenience class for Commands without return value.
|
Modifier and Type | Class and Description |
---|---|
class |
CloneDocument
An
Operation that clones a document by its hDoc. |
class |
CreateDocument
Creates a Document.
|
class |
CreateDocumentOperation
This
Operation stores a new document in the system. |
class |
DeleteDocument
Deletes a Document as
SaRMIServerCommand.deleteDocument(int, int, String) does. |
class |
GetDocumentInfo
Gets information about the document.
|
class |
GetLatestRevisionId
This
Operation returns the id of the latest revision of the document given by its id. |
class |
GetStreamingConfiguration
This
Operation gets the current streaming configuration. |
class |
LoadDocumentById
The
operation LoadDocumentById loads a document from the
backend by its id . |
class |
LoadDocumentRevisionById
The
operation LoadDocumentRevisionById loads a revision of a document by its
revision id . |
class |
ReadContentStreamPart
An
Operation that reads the next n bytes from a remote stream attached
to a session. |
class |
SetDocumentRead
Sets the state of the specified document to 'read'.
|
class |
SetDocumentUnread
Sets the state of the specified document to 'unread'.
|
class |
UpdateDocument
Updates a Document as
SaRMIServerCommand.saveDocument(int, String, String, List) does. |
Modifier and Type | Class and Description |
---|---|
class |
FireCustomEvent
An
Operation that fires a custom event. |
Modifier and Type | Class and Description |
---|---|
class |
CreateFolder
Creates a folder.
|
class |
UpdateFolder
Updates a folder as com.saperion.rmi.common.SaRMIServerCommand#updateFolder does.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateLookupEntry
Deprecated.
use
CreateLookupEntryOperation instead |
class |
CreateLookupEntryOperation
An
Operation that creates a lookup entry. |
class |
DeleteLookupEntry
An
Operation that deletes a lookup entry. |
class |
GetAccessOnLookupEntry
This
Operation returns the access rights the current user has on the
lookup entry referenced by the given
id. |
class |
GetLookupEntryAccessControlListsOperation
This
Operation returns references to all access control lists set on a given lookup
entry. |
class |
GetLookupEntryOperation
This
Operation returns a lookup entry given by its reference. |
class |
UpdateLookupEntry
An
Operation that updates a lookup entry. |
Modifier and Type | Class and Description |
---|---|
class |
DeleteAllMediaOperation
Deletes a named medium and all its follow-up media
|
class |
DeleteNamedMediaOperation |
class |
ListStorageOperation |
Modifier and Type | Class and Description |
---|---|
class |
ChangePassword
This
Operation changes the given users password. |
class |
GetCurrentUserInfo
When invoked on the server it will return information about the current user.
|
class |
SetCurrentUserPresent
When invoked, the server will set the current users presence.
|
class |
SetCurrentUserSubstituteAccess
When invoked, the server will set the current user's substitute's access to the user's
workflow-inbox.
|
class |
SetUserExtensionCacheEnabled
enables/disables caching of user/group/tenant extensions.
|
class |
UpdateCurrentUserInformation
Changes information about the current user.
|
Modifier and Type | Class and Description |
---|---|
class |
CountTasks
This operation counts the tasks that are contained in one or more workflow inboxes.
|
class |
GetAllBoxCounts
Returns the counts of all active entries in the specified workflow inboxes.
|
class |
GetBoxCount
Counts the active tasks contained in a workflow-inbox.
|
class |
GetBoxCountCompleted
Counts the completed tasks contained in a workflow-inbox.
|
class |
GetBoxCountCreated
Counts the created tasks for a user.
|
class |
GetBoxCountDue
Counts the due tasks contained in a workflow-inbox.
|
class |
GetBoxCountReminders
Counts the tasks in reminder-state contained in a workflow-inbox.
|
class |
GetProcessDefinitions
Retrieves the process definitions that are allowed to be used for a specified DDC.
|
class |
LoadWorkflowDefinition
This
Operation returns further information for a workflow process given by its reference. |
class |
ReadSelectableUsersForTransition
An
Operation that reads the selectable users from the backend. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.