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 containsoperationsconcerning 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 givenOperationon 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 classApplyBatchInvokes a list of commands one after another.classExecuteStoredProcedureExecutes a stored procedure on the database.classGetIxosDDCNamesThis operation returns the names of all DDCs that are used to store documents loaded by the IXOS connector.classGetServerSideClientConfigurationThis operation gets the server side configuration that concerns the client side.classInTransaction<T extends java.io.Serializable>Invokes the givenOperationin a transaction.classLegacyOperationAdapter<ResultType extends java.io.Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException>classRemoveSessionDataThisOperationremoves the data the current session associates with the given keys.classStoreSystemFileOperationThisOperationstores a new system file.classVoidOperationConvenience 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 classCloneDocumentAnOperationthat clones a document by its hDoc.classCreateDocumentCreates a Document.classCreateDocumentOperationThisOperationstores a new document in the system.classDeleteDocumentDeletes a Document asSaRMIServerCommand.deleteDocument(int, int, String)does.classGetDocumentInfoGets information about the document.classGetLatestRevisionIdThisOperationreturns the id of the latest revision of the document given by its id.classGetStreamingConfigurationThisOperationgets the current streaming configuration.classLoadDocumentByIdTheoperationLoadDocumentById loads a document from the backend by itsid.classLoadDocumentRevisionByIdTheoperationLoadDocumentRevisionById loads a revision of a document by itsrevision id.classReadContentStreamPartAnOperationthat reads the next n bytes from a remote stream attached to a session.classSetDocumentReadSets the state of the specified document to 'read'.classSetDocumentUnreadSets the state of the specified document to 'unread'.classUpdateDocumentUpdates 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 classFireCustomEventAnOperationthat 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 classCreateFolderCreates a folder.classUpdateFolderUpdates 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 classCreateLookupEntryDeprecated.useCreateLookupEntryOperationinsteadclassCreateLookupEntryOperationAnOperationthat creates a lookup entry.classDeleteLookupEntryAnOperationthat deletes a lookup entry.classGetAccessOnLookupEntryThisOperationreturns the access rights the current user has on the lookup entry referenced by the given id.classGetLookupEntryAccessControlListsOperationThisOperationreturns references to all access control lists set on a given lookup entry.classGetLookupEntryOperationThisOperationreturns a lookup entry given by its reference.classUpdateLookupEntryAnOperationthat 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 classDeleteAllMediaOperationDeletes a named medium and all its follow-up mediaclassDeleteNamedMediaOperationclassListStorageOperation -
Uses of LegacyOperation in com.saperion.operations.user
Subclasses of LegacyOperation in com.saperion.operations.user Modifier and Type Class Description classChangePasswordThisOperationchanges the given users password.classGetCurrentUserInfoWhen invoked on the server it will return information about the current user.classSetCurrentUserPresentWhen invoked, the server will set the current users presence.classSetCurrentUserSubstituteAccessWhen invoked, the server will set the current user's substitute's access to the user's workflow-inbox.classSetUserExtensionCacheEnabledenables/disables caching of user/group/tenant extensions.classUpdateCurrentUserInformationChanges 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 classCountTasksThis operation counts the tasks that are contained in one or more workflow inboxes.classGetAllBoxCountsReturns the counts of all active entries in the specified workflow inboxes.classGetBoxCountCounts the active tasks contained in a workflow-inbox.classGetBoxCountCompletedCounts the completed tasks contained in a workflow-inbox.classGetBoxCountCreatedCounts the created tasks for a user.classGetBoxCountDueCounts the due tasks contained in a workflow-inbox.classGetBoxCountRemindersCounts the tasks in reminder-state contained in a workflow-inbox.classGetProcessDefinitionsRetrieves the process definitions that are allowed to be used for a specified DDC.classLoadWorkflowDefinitionThisOperationreturns further information for a workflow process given by its reference.classReadSelectableUsersForTransitionAnOperationthat reads the selectable users from the backend.
-