Uses of Class
com.saperion.operations.LegacyOperation
-
Packages that use LegacyOperation 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 containsoperations
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. -
-
Uses of LegacyOperation in com.saperion.connector
Methods in com.saperion.connector with parameters of type LegacyOperation Modifier and Type Method Description <T extends java.io.Serializable>
TLegacyConnection. invoke(LegacyOperation<T> operation)
Invokes the givenOperation
on the server side.<T extends java.io.Serializable>
TSaClassicConnectorImpl. invoke(LegacyOperation<T> operation)
-
Uses of LegacyOperation in com.saperion.operations
Subclasses of LegacyOperation in com.saperion.operations Modifier and Type Class 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 java.io.Serializable>
Invokes the givenOperation
in a transaction.class
LegacyOperationAdapter<ResultType extends java.io.Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException>
class
RemoveSessionData
ThisOperation
removes the data the current session associates with the given keys.class
StoreSystemFileOperation
ThisOperation
stores a new system file.class
VoidOperation
Convenience class for Commands without return value. -
Uses of LegacyOperation in com.saperion.operations.document
Subclasses of LegacyOperation in com.saperion.operations.document Modifier and Type Class Description class
CloneDocument
AnOperation
that clones a document by its hDoc.class
CreateDocument
Creates a Document.class
CreateDocumentOperation
ThisOperation
stores a new document in the system.class
DeleteDocument
Deletes a Document asSaRMIServerCommand.deleteDocument(int, int, String)
does.class
GetDocumentInfo
Gets information about the document.class
GetLatestRevisionId
ThisOperation
returns the id of the latest revision of the document given by its id.class
GetStreamingConfiguration
ThisOperation
gets the current streaming configuration.class
LoadDocumentById
Theoperation
LoadDocumentById loads a document from the backend by itsid
.class
LoadDocumentRevisionById
Theoperation
LoadDocumentRevisionById loads a revision of a document by itsrevision id
.class
ReadContentStreamPart
AnOperation
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 asSaRMIServerCommand.saveDocument(int, String, String, List)
does. -
Uses of LegacyOperation in com.saperion.operations.events
Subclasses of LegacyOperation in com.saperion.operations.events Modifier and Type Class Description class
FireCustomEvent
AnOperation
that fires a custom event. -
Uses of LegacyOperation in com.saperion.operations.folders
Subclasses of LegacyOperation in com.saperion.operations.folders Modifier and Type Class Description class
CreateFolder
Creates a folder.class
UpdateFolder
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.lookup Modifier and Type Class Description class
CreateLookupEntry
Deprecated.useCreateLookupEntryOperation
insteadclass
CreateLookupEntryOperation
AnOperation
that creates a lookup entry.class
DeleteLookupEntry
AnOperation
that deletes a lookup entry.class
GetAccessOnLookupEntry
ThisOperation
returns the access rights the current user has on the lookup entry referenced by the given id.class
GetLookupEntryAccessControlListsOperation
ThisOperation
returns references to all access control lists set on a given lookup entry.class
GetLookupEntryOperation
ThisOperation
returns a lookup entry given by its reference.class
UpdateLookupEntry
AnOperation
that updates a lookup entry. -
Uses of LegacyOperation in com.saperion.operations.storage
Subclasses of LegacyOperation in com.saperion.operations.storage Modifier and Type Class Description class
DeleteAllMediaOperation
Deletes a named medium and all its follow-up mediaclass
DeleteNamedMediaOperation
class
ListStorageOperation
-
Uses of LegacyOperation in com.saperion.operations.user
Subclasses of LegacyOperation in com.saperion.operations.user Modifier and Type Class Description class
ChangePassword
ThisOperation
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. -
Uses of LegacyOperation in com.saperion.operations.workflow
Subclasses of LegacyOperation in com.saperion.operations.workflow Modifier and Type Class 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
ThisOperation
returns further information for a workflow process given by its reference.class
ReadSelectableUsersForTransition
AnOperation
that reads the selectable users from the backend.
-