Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ExecuteStoredProcedure
Executes a stored procedure on the database.
|
class |
RemoveSessionData
This
Operation removes the data the current session associates with the given keys. |
Modifier and Type | Class and Description |
---|---|
class |
DeleteDocument
Deletes a Document as
SaRMIServerCommand.deleteDocument(int, int, String) does. |
class |
SetDocumentRead
Sets the state of the specified document to 'read'.
|
class |
SetDocumentUnread
Sets the state of the specified document to 'unread'.
|
Modifier and Type | Class and Description |
---|---|
class |
FireCustomEvent
An
Operation that fires a custom event. |
Modifier and Type | Class and Description |
---|---|
class |
UpdateFolder
Updates a folder as com.saperion.rmi.common.SaRMIServerCommand#updateFolder does.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteLookupEntry
An
Operation that deletes a lookup entry. |
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 |
Modifier and Type | Class and Description |
---|---|
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 |
AcquireOwnership
This operation acquires the ownership of a task.
|
class |
AddComment
This operation adds a comment to a workflow task.
|
class |
Forward
This operation performs a forward-step on a task.
|
class |
RevokeOwnership
This operation revokes the ownership of a task.
|
class |
UpdateIndexData
This operation updates the index data of a task.
|
Copyright © 2016 SAPERION AG. All rights reserved.