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 | |
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 |
AbstractOperation<T extends Serializable>
Default implementation of
Operation - it handles obtaining the result generically. |
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 |
InTransaction<T extends Serializable>
Invokes the given
Operation in a transaction. |
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 |
DeleteDocument
Deletes a Document as
SaRMIServerCommand.deleteDocument(int, int, String) does. |
class |
GetDocumentInfo
Gets information about the document.
|
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
An
Operation that creates a lookup entry. |
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 |
class |
ListStorageOperation |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
ReadSelectableUsersForTransition
An
Operation that reads the selectable users from the backend. |
Copyright © 2016 SAPERION AG. All rights reserved.