Uses of Class
com.saperion.operations.LegacyOperation
Packages that use LegacyOperation
Package
Description
This package contains the main classic connector classes.
This package defines the different operations, that can be invoked by rmi.
This package defines the different operations on documents, that can be invoked by rmi.
This package contains
operations
concerning integration server events.This package defines the different operations on folders, that can be invoked by rmi.
This package defines the different operations on lookup tables, that can be invoked by rmi.
This package defines the different workflow-operations, that can be invoked by rmi.
-
Uses of LegacyOperation in com.saperion.connector
Methods in com.saperion.connector with parameters of type LegacyOperationModifier and TypeMethodDescription<T extends Serializable>
TLegacyConnection.invoke
(LegacyOperation<T> operation) Invokes the givenOperation
on the server side.<T extends Serializable>
TSaClassicConnectorImpl.invoke
(LegacyOperation<T> operation) -
Uses of LegacyOperation in com.saperion.operations
Subclasses of LegacyOperation in com.saperion.operationsModifier and TypeClassDescriptionclass
Invokes a list of commands one after another.class
Executes a stored procedure on the database.class
This operation returns the names of all DDCs that are used to store documents loaded by the IXOS connector.class
This operation gets the server side configuration that concerns the client side.class
InTransaction<T extends Serializable>
Invokes the givenOperation
in a transaction.class
LegacyOperationAdapter<ResultType extends Serializable,
EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException> class
ThisOperation
removes the data the current session associates with the given keys.class
ThisOperation
stores a new system file.class
Convenience class for Commands without return value. -
Uses of LegacyOperation in com.saperion.operations.document
Subclasses of LegacyOperation in com.saperion.operations.documentModifier and TypeClassDescriptionclass
AnOperation
that clones a document by its hDoc.class
Creates a Document.class
ThisOperation
stores a new document in the system.class
Deletes a Document asSaRMIServerCommand.deleteDocument(int, int, String)
does.class
Gets information about the document.class
ThisOperation
returns the id of the latest revision of the document given by its id.class
ThisOperation
gets the current streaming configuration.class
Theoperation
LoadDocumentById loads a document from the backend by itsid
.class
Theoperation
LoadDocumentRevisionById loads a revision of a document by itsrevision id
.class
AnOperation
that reads the next n bytes from a remote stream attached to a session.class
Sets the state of the specified document to 'read'.class
Sets the state of the specified document to 'unread'.class
Updates a Document asSaRMIServerCommand.saveDocument(int, String, String, List)
does. -
Uses of LegacyOperation in com.saperion.operations.events
Subclasses of LegacyOperation in com.saperion.operations.events -
Uses of LegacyOperation in com.saperion.operations.folders
Subclasses of LegacyOperation in com.saperion.operations.foldersModifier and TypeClassDescriptionclass
Creates a folder.class
Updates a folder as com.saperion.rmi.common.SaRMIServerCommand#updateFolder does. -
Uses of LegacyOperation in com.saperion.operations.lookup
Subclasses of LegacyOperation in com.saperion.operations.lookupModifier and TypeClassDescriptionclass
Deprecated.class
AnOperation
that creates a lookup entry.class
AnOperation
that deletes a lookup entry.class
ThisOperation
returns the access rights the current user has on the lookup entry referenced by the given id.class
ThisOperation
returns references to all access control lists set on a given lookup entry.class
ThisOperation
returns a lookup entry given by its reference.class
AnOperation
that updates a lookup entry. -
Uses of LegacyOperation in com.saperion.operations.storage
Subclasses of LegacyOperation in com.saperion.operations.storageModifier and TypeClassDescriptionclass
Deletes a named medium and all its follow-up mediaclass
class
-
Uses of LegacyOperation in com.saperion.operations.user
Subclasses of LegacyOperation in com.saperion.operations.userModifier and TypeClassDescriptionclass
ThisOperation
changes the given users password.class
When invoked on the server it will return information about the current user.class
When invoked, the server will set the current users presence.class
When invoked, the server will set the current user's substitute's access to the user's workflow-inbox.class
enables/disables caching of user/group/tenant extensions.class
Changes information about the current user. -
Uses of LegacyOperation in com.saperion.operations.workflow
Subclasses of LegacyOperation in com.saperion.operations.workflowModifier and TypeClassDescriptionclass
This operation counts the tasks that are contained in one or more workflow inboxes.class
Returns the counts of all active entries in the specified workflow inboxes.class
Counts the active tasks contained in a workflow-inbox.class
Counts the completed tasks contained in a workflow-inbox.class
Counts the created tasks for a user.class
Counts the due tasks contained in a workflow-inbox.class
Counts the tasks in reminder-state contained in a workflow-inbox.class
Retrieves the process definitions that are allowed to be used for a specified DDC.class
ThisOperation
returns further information for a workflow process given by its reference.class
AnOperation
that reads the selectable users from the backend.
CreateLookupEntryOperation
instead