Package | Description |
---|---|
com.saperion.operations |
This package defines the different operations, that can be invoked by rmi.
|
com.saperion.operations.definition | |
com.saperion.operations.document |
This package defines the different operations on documents, that can be invoked by rmi.
|
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 |
ApplyBatch
Invokes a list of commands one after another.
|
class |
GetIxosDDCNames
This operation returns the names of all DDCs that are used to store documents loaded
by the IXOS connector.
|
Modifier and Type | Class and Description |
---|---|
class |
GetDefinition
This operation returns information about the archive definition identified by the specified
reference.
|
class |
GetDefinitions
This operation returns a list of all archive definitions.
|
class |
GetField
This operation returns information about the field identified by the specified reference.
|
class |
GetFields
This operation returns a list of fields contained in the definition identified by the
specified reference.
|
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 |
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 |
ReadDocumentElementContent
An
Operation that returns a session data key to an input
stream containing the content of a ContentDocumentElementType given its id. |
class |
SearchDocuments
Filters the given ddc with the given filter query and returns the ids of the
documents that match. |
class |
SearchUniqueDocument
Filters the given ddc with the given filter query and expects to find at most one
DocumentRevisionType . |
class |
UpdateDocument
Updates a Document as
SaRMIServerCommand.saveDocument(int, String, String, List) does. |
Modifier and Type | Class and Description |
---|---|
class |
CreateFolder
Creates a folder.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateLookupEntry
Deprecated.
use
CreateLookupEntryOperation instead |
class |
CreateLookupEntryOperation
An
Operation that creates 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 |
SearchLookupEntriesOperation
|
class |
SearchUniqueLookupEntryOperation
|
Modifier and Type | Class and Description |
---|---|
class |
ListStorageOperation |
Modifier and Type | Class and Description |
---|---|
class |
GetCurrentUserInfo
When invoked on the server it will return information about the current user.
|
class |
ListAdministratedTenants
This
Operation lists references to all tenants the given user is an administrator
for. |
class |
LoadTenantById
This
Operation returns a tenant given its id. |
class |
LoadTenantByName
This
Operation returns a tenant given its name. |
class |
LoadUserById
This
Operation returns a user given its id. |
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 |
GetAllInboxes
This
Operation returns all inboxes of the current user. |
class |
GetAllRunningProcesses
This
Operation |
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 |
GetComments
This operation returns the comments for a task.
|
class |
GetInbox
This
Operation returns the inbox identified by the specified
reference for the current user. |
class |
GetIndexData
This operation returns the index data of the specified task.
|
class |
GetPersonalInbox
This
Operation returns the personal inbox of the current user. |
class |
GetProcessDefinitions
Retrieves the process definitions that are allowed to be used for a specified DDC.
|
class |
GetProcessesProperties
This
Operation returns the properties of the referenced process. |
class |
GetProperties
This operation returns the properties of a task.
|
class |
GetTaskList
This
Operation returns the tasks that are contained in a
workflow inbox. |
class |
GetTransitions
This operation returns the transition definitions of a task.
|
class |
GetWorkflowDefinitionInitialTransition |
class |
GetWorkflowDefinitions
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. |
class |
StartWorkflowProcess
This
Operation starts a workflow process given a workflow definition and a document (by its id). |
Copyright © 2016 SAPERION AG. All rights reserved.