Uses of Class
com.saperion.exception.SaAuthenticationException
Packages that use SaAuthenticationException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package contains the classes for the global exceptions.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
This package contains the utility classes for the LARIX RMI Server.
-
Uses of SaAuthenticationException in com.saperion.connector
Methods in com.saperion.connector that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionvoid
SaClassicConnectorImpl.addComment
(String comment, String taskUID, int level) Adds a comment to the task.void
SaClassicConnectorImpl.addHistory
(String description, String taskUID) Adds a history entry to the task.void
SaClassicConnector.addListener
(SaEventListener listener) Deprecated.will be removed with version 8.1void
SaClassicConnector.addListener
(SaStatusEventListener listener) Deprecated.will be removed with version 8.1void
SaClassicConnectorImpl.addListener
(SaEventListener listener) Deprecated.void
SaClassicConnectorImpl.addListener
(SaStatusEventListener listener) Deprecated.void
SaClassicConnector.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) Adds the document with given documentId to a given folder with given folderId.void
SaClassicConnectorImpl.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) SaClassicConnector.cacheDocument
(String xhDoc, DocumentInfo document) Caches a new document in the backend system with the given metadata and content.SaClassicConnector.cacheDocument
(String xhDoc, String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String strAcl) Caches a new document in the backend system with the given metadata and content.SaClassicConnectorImpl.cacheDocument
(String xhDoc, DocumentInfo document) SaClassicConnectorImpl.cacheDocument
(String xhDoc, String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String strAcl) void
SaClassicConnector.changePassword
(String user, String oldPassword, String tenant, String newPassword) Changes the password of an existing user.void
SaClassicConnectorImpl.changePassword
(String user, String oldPassword, String tenant, String newPassword) void
SaClassicConnector.checkoutDocument
(String hDoc) Checks out a document for the given document id (hdoc).void
SaClassicConnector.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checks out a document with filesystem/ShareBase for the given document id (hdoc).void
SaClassicConnectorImpl.checkoutDocument
(String hDoc) void
SaClassicConnectorImpl.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) SaClassicConnector.checkSapUrl
(String url) Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SaClassicConnectorImpl.checkSapUrl
(String url) boolean
SaClassicConnector.closeSession
(com.saperion.connector.authentication.Session session) Close the givenSession
of logged in userboolean
SaClassicConnectorImpl.closeSession
(com.saperion.connector.authentication.Session session) Close the givenSession
of logged in userSaClassicConnector.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) Copies the given folder and all it's children to the destination.SaClassicConnectorImpl.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) SaClassicConnector.createDocument
(DocumentInfo document) Creates a new document on the backend system with the givenDocumentInfo
.SaClassicConnector.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)
instead.SaClassicConnector.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)
instead.SaClassicConnectorImpl.createDocument
(DocumentInfo document) SaClassicConnectorImpl.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnectorImpl.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.void
SaClassicConnector.createExternalStorageFolderMapping
(SaperionExternalStorageMappingInfo mappingInfo) Stores the mapping information about Saperion document and External Storage foldervoid
SaClassicConnectorImpl.createExternalStorageFolderMapping
(SaperionExternalStorageMappingInfo mappingInfo) SaClassicConnector.createFolder
(SaFolderSaveInfo info, Properties namevaluePairs) Creates a new folder below a given folder.SaClassicConnector.createFolder
(String folderTableDDC, String parentId, String beforeChild, String folderName, SaFolderConstants.FOLDER_TYPE folderType, Properties namevaluePairs) Deprecated.SaClassicConnectorImpl.createFolder
(SaFolderSaveInfo info, Properties namevaluePairs) SaClassicConnectorImpl.createFolder
(String folderTableDDC, String parentId, String beforeChild, String folderName, SaFolderConstants.FOLDER_TYPE folderType, Properties namevaluePairs) Deprecated.SaClassicConnector.createLink
(LinkInfo link) Creates a link to a document for givenLinkInfo
.SaClassicConnectorImpl.createLink
(LinkInfo link) void
SaClassicConnector.deleteDocument
(String documentHDOC, int deleteType) Deletes a document from the backend system with the given delete type strategy.void
SaClassicConnectorImpl.deleteDocument
(String documentHDOC, int deleteType) int
SaClassicConnector.deleteExternalStorageFolderMapping
(Date expiryTime, List<ExternalStorageDocUploadStatus> statusList) Deletes external storage mappings for given status and older than the given timeint
SaClassicConnectorImpl.deleteExternalStorageFolderMapping
(Date expiryTime, List<ExternalStorageDocUploadStatus> statusList) void
SaClassicConnector.deleteFolder
(String folderTableDDC, String folderId) Deletes an existing folder.void
SaClassicConnectorImpl.deleteFolder
(String folderTableDDC, String folderId) boolean
SaClassicConnector.deleteSetting
(String name, String section, boolean isLong) This method deletes a setting in the database.boolean
SaClassicConnectorImpl.deleteSetting
(String name, String section, boolean isLong) void
SaClassicConnector.discardCheckout
(String hDoc) Discards a checkout of a document which was performed via the methodSaClassicConnector.checkoutDocument(String)
.void
SaClassicConnectorImpl.discardCheckout
(String hDoc) SaClassicConnectorImpl.executeCommand
(ContextInfo contextInfo) Performs the given command.SaClassicConnector.getACLNames
(String documentHDOC) This method returns the names of the Access Control Lists that are assigned to this document.SaClassicConnectorImpl.getACLNames
(String documentHDOC) SaClassicConnector.getACLRights
(String[] acls) This method returns the access rights the current user has when in the context of the Access Controll Lists given by name.SaClassicConnectorImpl.getACLRights
(String[] acls) SaClassicConnector.getAcls()
This method returns all Access Control Lists in the current tenant.SaClassicConnectorImpl.getAcls()
SaClassicConnector.getAllACLs()
Deprecated.useSaClassicConnector.getAcls()
instead.SaClassicConnectorImpl.getAllACLs()
Deprecated.SaClassicConnector.getAnnotations
(String hDoc, int indexOfContentElement) Deprecated.SaClassicConnector.getAnnotations
(String hDoc, int indexOfContentElement, boolean currentRevision) Reads the annotations of the document with the specified ID.SaClassicConnectorImpl.getAnnotations
(String hDoc, int indexOfContentElement) Deprecated.SaClassicConnectorImpl.getAnnotations
(String hDoc, int indexOfContentElement, boolean currentRevision) int
SaClassicConnector.getArchivedSize
(String hDoc) Returns the total document size in the archive in bytes.int
SaClassicConnectorImpl.getArchivedSize
(String hDoc) SaClassicConnector.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) This method returns the users that have specific rights on a document.SaClassicConnectorImpl.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) SaClassicConnectorImpl.getBoxCount
(int boxId) Reads the count (number of workflow item) of the inbox identified by the given id.SaClassicConnectorImpl.getBoxDefinitions()
Reads the box definitions.SaClassicConnectorImpl.getCommandInfos
(String docUID) Reads all possible transitions for this task.SaClassicConnectorImpl.getCommandInfos
(String docUID, boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaClassicConnectorImpl.getCommentInfos
(String taskId) Reads the comments for the given task.SaClassicConnectorImpl.getCompleteHistoryInfos
(String docId) Reads the history and comments for the given document.SaClassicConnector.getConfiguration
(String section) This method reads the application configuration properties from the backend system.SaClassicConnectorImpl.getConfiguration
(String section) SaClassicConnector.getCurrentUserInfo()
This method returns detailed info about the current user.SaClassicConnectorImpl.getCurrentUserInfo()
com.lexmark.saperion.administration.RoleType
SaClassicConnector.getCurrentUserRole()
com.lexmark.saperion.administration.RoleType
SaClassicConnectorImpl.getCurrentUserRole()
SaClassicConnector.getDBDefinition
(String name) Deprecated.useSaClassicConnector.getDDC(String)
instead.SaClassicConnectorImpl.getDBDefinition
(String name) This method returns a document definition given by its name.String[]
SaClassicConnector.getDefinitions()
This method returns the names of all DDCs registered in the Saperion system.String[]
SaClassicConnectorImpl.getDefinitions()
SaClassicConnector.getDocumentAccessData
(String documentHDOC) This method reads the access rights the current user has on a given document.SaClassicConnectorImpl.getDocumentAccessData
(String documentHDOC) long
SaClassicConnector.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) Returns the total count over all folders from all users in which the specified document is contained in.long
SaClassicConnectorImpl.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) SaClassicConnector.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all folders the document is contained in.SaClassicConnectorImpl.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) SaClassicConnector.getDocumentInfo
(String hDoc, boolean currentRevision, boolean resolveLinks) Reads information like the document-structure and variables for the given document.SaClassicConnector.getDocumentInfo
(String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination) Reads information like the document-structure and variables for the given document.SaClassicConnectorImpl.getDocumentInfo
(String hDoc, boolean currentRevision, boolean resolveLinks) SaClassicConnectorImpl.getDocumentInfo
(String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination) boolean
SaClassicConnector.getEventsEnabled()
This method returns whether events (e.g.boolean
SaClassicConnectorImpl.getEventsEnabled()
SaClassicConnector.getExternalStorageFoldersForUpload()
Fetches all folders of all types of External Storage services from where documents need to be uploadedSaClassicConnector.getExternalStorageFoldersForUpload
(ExternalStorageType storageType) Fetches all folders of External Storage from where documents need to be uploadedSaClassicConnectorImpl.getExternalStorageFoldersForUpload()
SaClassicConnectorImpl.getExternalStorageFoldersForUpload
(ExternalStorageType storageType) SaClassicConnector.getExternalStorageMapping
(String sysRowId) Fetches the external storage mapping for the provided SysRowIdSaClassicConnectorImpl.getExternalStorageMapping
(String sysRowId) SaClassicConnector.getFolderByPath
(String folderTableDDC, String startFolderId, String folderPath) Returns the folder which matches to the given path.SaClassicConnectorImpl.getFolderByPath
(String folderTableDDC, String startFolderId, String folderPath) SaClassicConnector.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a list with the children of the given node.SaClassicConnectorImpl.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) SaClassicConnector.getFolderClass
(String className) Reads the folder class with the given name.SaClassicConnectorImpl.getFolderClass
(String className) String[]
SaClassicConnector.getFolderDefinitions()
Reads the registered folder DDC names from the repository.String[]
SaClassicConnectorImpl.getFolderDefinitions()
SaClassicConnector.getFolderFromPath
(String folderTableDDC, String startFolderId, String folderPath) Returns the folders which match to the given path.SaClassicConnectorImpl.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath) SaClassicConnector.getFolderInfo
(String folderTableDDC, String folderId) Deprecated.SaClassicConnector.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Returns the folder information object for the given folder.SaClassicConnectorImpl.getFolderInfo
(String folderTableDDC, String folderId) Deprecated.SaClassicConnectorImpl.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) SaClassicConnector.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given folder.SaClassicConnectorImpl.getFolderParent
(String folderTableDDC, String folderId) SaClassicConnector.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.SaClassicConnectorImpl.getFolderRights
(String folderTableDDC, String folderId) SaClassicConnector.getFolderUpdateInfo
(Map<String, Long> folderIds) Deprecated.No longer supported.SaClassicConnectorImpl.getFolderUpdateInfo
(Map<String, Long> folderIds) Deprecated.SaClassicConnector.getFulltext
(String ddcName, String sysRowId) Deprecated.Will be removed in 8.1.SaClassicConnector.getFulltext
(String ddcName, String hdoc, String fieldName, long length) Reads the fulltext information for the given document with the given HDOC in the given DDC from the specified field.SaClassicConnectorImpl.getFulltext
(String ddcName, String sysRowId) Deprecated.SaClassicConnectorImpl.getFulltext
(String ddcName, String hdoc, String fieldName, long length) SaClassicConnectorImpl.getHistoryInfos
(String taskId) Reads the history for the given task.SaClassicConnector.getInvolvedUsers
(String documentHDOC) Deprecated.SaClassicConnectorImpl.getInvolvedUsers
(String documentHDOC) SaClassicConnector.getLockInfo
(String sysRowId) This method returns the locking information for a given document.SaClassicConnectorImpl.getLockInfo
(String sysRowId) SaClassicConnectorImpl.getMember
(WorkflowMember member, int depth, String filter) Returns the workflow members by the given parameters.
This method is considered as a search-method.SaClassicConnectorImpl.getMembers()
Reads the workflow members in a full structured tree.boolean
SaClassicConnectorImpl.getOutOfOffice()
Get the substitute for the logged on user.SaClassicConnectorImpl.getParentTask
(String taskID) Reads the parent task info for the given ID.SaClassicConnectorImpl.getReleaseAclName()
Gets the release ACL name, configured in the program.ini in section [Release].SaClassicConnector.getReleasedHdoc
(String oldHdoc) Gets the released hdoc for given hdoc if release feature is on and release tag is set, otherwise returns the given hDoc.SaClassicConnectorImpl.getReleasedHdoc
(String oldHdoc) List<com.saperion.connector.renditions.Rendition>
SaClassicConnector.getRendition
(Element element, com.saperion.connector.options.Options options) Returns the rendition object from a rendered document.List<com.saperion.connector.renditions.Rendition>
SaClassicConnectorImpl.getRendition
(Element element, com.saperion.connector.options.Options options) SaClassicConnectorImpl.getServerInfos()
com.saperion.connector.authentication.Session
SaClassicConnectorImpl.getSession()
Returns the session of the logged in user.SaClassicConnector.getSetting
(String name, String section, boolean isLong) This method retrieves aSetting
identified by it's key and section from the database.SaClassicConnectorImpl.getSetting
(String name, String section, boolean isLong) SaClassicConnectorImpl.getSubstitute()
Get the substitute for the logged on user.SaClassicConnector.getSystemFiles
(SystemFileKind kind, String filter) This method returns the names of all system files of a specific kind.SaClassicConnectorImpl.getSystemFiles
(SystemFileKind kind, String filter) SaClassicConnector.getSystemSetting
(String accessKey) Retrieves a system setting object.SaClassicConnectorImpl.getSystemSetting
(String accessKey) Reads the task info for the given ID.SaClassicConnectorImpl.getTaskAuditList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task audits for this user.SaClassicConnectorImpl.getTaskList
(int[] ids, String filter, Map<String, Object> parameter) Reads the tasks for this user.byte[]
SaClassicConnector.getThumbnail
(String hDoc, int widthX, int widthY, boolean color) Reads the thumbnail of the given document.byte[]
SaClassicConnectorImpl.getThumbnail
(String hDoc, int widthX, int widthY, boolean color) Reads a list of filtered users.SaClassicConnector.getUserSetting
(String accessKey) Retrieves a user-specific setting object.SaClassicConnectorImpl.getUserSetting
(String accessKey) SaClassicConnector.getVersionIDs
(String ddcName, String sysrowID) Reads the version IDs of the given document.SaClassicConnectorImpl.getVersionIDs
(String ddcName, String sysrowID) SaClassicConnector.getWorkflowConnector()
Returns a workflow connector based on this classic connector.SaClassicConnectorImpl.getWorkflowConnector()
SaClassicConnectorImpl.getWorkflowDefinitions()
Reads all available workflow definitions.SaClassicConnectorImpl.getWorkflowDefinitions
(String ddcName) Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC.<T extends Serializable>
TLegacyConnection.invoke
(LegacyOperation<T> operation) Invokes the givenOperation
on the server side.<T extends Serializable>
TSaClassicConnectorImpl.invoke
(LegacyOperation<T> operation) boolean
SaClassicConnector.isReleaseActive()
Checks if is release feature in the program.ini in section [Release] is active.boolean
SaClassicConnectorImpl.isReleaseActive()
List<com.saperion.connector.authentication.Session>
SaClassicConnector.listActiveSessions()
List active sessions of the logged in userList<com.saperion.connector.authentication.Session>
SaClassicConnectorImpl.listActiveSessions()
List active sessions of the logged in userSaClassicConnector.loadSystemFile
(SystemFileKind kind, String name) This method loads a system file of a specific kind.SaClassicConnectorImpl.loadSystemFile
(SystemFileKind kind, String name) boolean
SaClassicConnector.lockDocument
(String sysRowId, String ddcName) Locks a document.boolean
SaClassicConnectorImpl.lockDocument
(String sysRowId, String ddcName) void
SaClassicConnector.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event.void
SaClassicConnectorImpl.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) boolean
SaClassicConnector.logoff()
This method logs the current user off from the system.boolean
SaClassicConnectorImpl.logoff()
int
Deprecated.will be removed with version 8.1com.saperion.connector.authentication.Session
SaClassicConnector.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials) This method authenticates the givenCredentials
and returns the information about the open session.com.saperion.connector.authentication.Session
SaClassicConnector.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo) This method authenticates the givenCredentials
, associate the givenSessionInfo
and returns the information about the open session.int
Deprecated.useSaClassicConnector.logon(Credentials)
withUsernamePasswordKey
instead.int
Deprecated.will be removed with version 8.1int
Deprecated.com.saperion.connector.authentication.Session
SaClassicConnectorImpl.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials) This method authenticates the givenCredentials
and returns the information about the open session.com.saperion.connector.authentication.Session
SaClassicConnectorImpl.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo) This method authenticates the givenCredentials
, associate the givenSessionInfo
and returns the information about the open session.int
int
Deprecated.void
SaClassicConnector.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) Moves the given folder to a new destination.void
SaClassicConnectorImpl.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) void
SaClassicConnector.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) Removes the document from the source folder and adds it to the source folder.void
SaClassicConnectorImpl.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) SaClassicConnector.readDocument
(String documentHDOC, boolean currentRevision, int elementNumber) Loads a document's content from the backend system.SaClassicConnector.readDocument
(String docHdoc, boolean currentRevision, int elementNumber, boolean withAnnotations) Loads a document's content from the backend system.SaClassicConnectorImpl.readDocument
(String docHdoc, boolean currentRevision, int elementNumber) SaClassicConnectorImpl.readDocument
(String docHdoc, boolean currentRevision, int elementNumber, boolean withAnnotations) SaClassicConnector.readDocumentFilename
(String documentHDOC, boolean currentRevision, int elementNumber) Deprecated.will be removed with version 8.1SaClassicConnectorImpl.readDocumentFilename
(String docHdoc, boolean currentRevision, int elementNumber) SaClassicConnector.readDocumentMetadata
(String documentSysRowID, String ddcName, String[] fields) Reads the metadata of the document with the given ID.SaClassicConnectorImpl.readDocumentMetadata
(String documentSysRowID, String ddcName, String[] fields) SaClassicConnector.readReleasedDocument
(String docHdoc, boolean currentRevision, int elementNumber) Read released document if the release feature is active.SaClassicConnectorImpl.readReleasedDocument
(String docHdoc, boolean currentRevision, int elementNumber) SaClassicConnector.readVersionDocument
(String versionID, int elementNumber) Loads a document version from the backend system.SaClassicConnectorImpl.readVersionDocument
(String docHdoc, int elementNumber) SaClassicConnector.readVersionDocumentFilename
(String documentHDOC, int elementNumber) Deprecated.use getDocumentInfo.getFullName() instead.SaClassicConnectorImpl.readVersionDocumentFilename
(String docHdoc, int elementNumber) SaClassicConnector.readVersionMetadata
(String versionID) Reads the version metadata of the document with the given ID.SaClassicConnector.readVersionMetadata
(String versionID, boolean resolveLinks) Reads the version metadata of the document with the given ID.SaClassicConnectorImpl.readVersionMetadata
(String versionID) SaClassicConnectorImpl.readVersionMetadata
(String versionID, boolean resolveLinks) void
SaClassicConnector.releaseDocument
(String ddcName, String hDoc, String versionComment) Release the given document.void
SaClassicConnectorImpl.releaseDocument
(String ddcName, String hDoc, String versionComment) void
SaClassicConnector.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) Removes the document from the given folder.void
SaClassicConnectorImpl.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) SaClassicConnector.resolveLatestHDoc
(String oldHdoc) Resolves and returns the XHDOC of the latest version of the document identified by the given HDOC.SaClassicConnectorImpl.resolveLatestHDoc
(String oldHdoc) SaClassicConnector.restoreVersion
(String versionID) Restores the version with the given HDOC.SaClassicConnectorImpl.restoreVersion
(String versionID) Deprecated.Use searchHQL() instead.Deprecated.SaClassicConnector.searchFolderClass
(SaFolderClassSearchInfo searchInfo) Searches for folder classes that match the specified propertied.SaClassicConnectorImpl.searchFolderClass
(SaFolderClassSearchInfo searchInfo) SaClassicConnector.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaClassicConnectorImpl.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) SaClassicConnector.searchHQL
(SaQueryInfo hqlQuery) Performs a search with the given hql query (hibernate query language).SaClassicConnectorImpl.searchHQL
(SaQueryInfo hqlQuery) SaClassicConnector.searchSettings
(SettingSearchInfo searchInfo) This method searches settings in the database.SaClassicConnectorImpl.searchSettings
(SettingSearchInfo searchInfo) SaClassicConnector.setACLName
(String ddcname, String documentHDOC, String acl, String versionComment) This method specifies the Access Control Lists that secure the document given by its id.SaClassicConnectorImpl.setACLName
(String ddcname, String documentHDOC, String acl, String versionComment) void
SaClassicConnector.setAnnotations
(String hDoc, int indexOfContentElement, String annotations) Sets the given annotations to the document.void
SaClassicConnectorImpl.setAnnotations
(String hDoc, int indexOfContentElement, String annotations) void
SaClassicConnector.setCurrentUserPresent
(boolean present) Deprecated.void
SaClassicConnectorImpl.setCurrentUserPresent
(boolean present) void
SaClassicConnector.setEventsEnabled
(boolean enabled) This method sets whether events (e.g.void
SaClassicConnectorImpl.setEventsEnabled
(boolean enabled) void
SaClassicConnector.setFolderAcl
(String folderTableDDC, String folderId, String aclName) Sets an ACL for the given folder.void
SaClassicConnectorImpl.setFolderAcl
(String folderTableDDC, String folderId, String aclName) void
This methods sets the localization information for the current user.void
void
SaClassicConnectorImpl.setOutOfOffice
(boolean isOutOfOffice) set the out of office status for the logged on user.void
SaClassicConnector.setSetting
(Setting setting) This method stores aSetting
in the database.void
SaClassicConnectorImpl.setSetting
(Setting setting) void
SaClassicConnectorImpl.setSubstitute
(String name) Set the substitute for the logged on user.void
SaClassicConnector.setUserSetting
(SaUserSetting setting) Persists a user-specific setting object.void
SaClassicConnectorImpl.setUserSetting
(SaUserSetting setting) void
SaClassicConnector.stopServer()
Deprecated.Functionality removed because of security-concerns.void
SaClassicConnectorImpl.stopServer()
Deprecated.void
SaClassicConnector.storeSystemFile
(SystemFileKind kind, String name, InputStream data) This method stores a system file of a specific kind.void
SaClassicConnectorImpl.storeSystemFile
(SystemFileKind kind, String name, InputStream data) boolean
SaClassicConnector.unlockDocument
(String sysRowId, String ddcName) Unlocks a document.boolean
SaClassicConnectorImpl.unlockDocument
(String sysRowId, String ddcName) void
SaClassicConnector.updateCurrentUserInformation
(MutableUserInformation user) Changes information about the current user.void
SaClassicConnectorImpl.updateCurrentUserInformation
(MutableUserInformation user) SaClassicConnector.updateDocument
(UpdateDocumentInfo updateInfo) Updates a document in the backend system with the given metadata, acls and content.SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.will be removed with version 8.1, useSaClassicConnector.updateDocument(UpdateDocumentInfo)
instead.SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.will be removed with version 8.1SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks) Deprecated.will be removed with version 8.1SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks, boolean checkin) Deprecated.will be removed with version 8.1SaClassicConnectorImpl.updateDocument
(UpdateDocumentInfo updateInfo) SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks, boolean checkin) Deprecated.void
SaClassicConnector.updateExternalStorageUploadStatus
(String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType) Updates the upload status of External Storage foldervoid
SaClassicConnectorImpl.updateExternalStorageUploadStatus
(String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType) void
SaClassicConnector.updateFolder
(String folderTableDDC, String folderId, Properties namevaluePairs) Updates an existing folder with the given properties.void
SaClassicConnectorImpl.updateFolder
(String folderTableDDC, String folderId, Properties namevaluePairs) -
Uses of SaAuthenticationException in com.saperion.connector.events
Methods in com.saperion.connector.events that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionvoid
CustomEventBuilder.fire()
Fires the custom event defined by this builder. -
Uses of SaAuthenticationException in com.saperion.connector.exceptions
Methods in com.saperion.connector.exceptions that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionstatic void
ConnectorExceptions.throwNotLoggedOn()
static void
ConnectorExceptions.throwNotLoggedOn
(Throwable cause) -
Uses of SaAuthenticationException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionvoid
AbstractWfRMIClientCommand.addComment
(String comment, String taskUID, int level) void
SaRMIClientCommand.addComment
(String comment, String taskUID, int level) void
AbstractWfRMIClientCommand.addHistory
(String description, String taskUID) void
SaRMIClientCommand.addHistory
(String description, String taskUID) void
AbstractFolderRMIClientCommand.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) Adds the document to a given folder.void
SaRMIClientCommand.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) Adds the document to a given folder.AbstractDocRMIClientCommand.cacheDocument
(boolean isNew, int commitMode, String versionComment, String xhDoc, String dbName, String acls) Stores the actual document to the backend.SaRMIClientCommand.cacheDocument
(boolean isNew, int commitMode, String versionComment, String xhDoc, String ddcName, String acls) Stores the actual document to the backend.void
SaRMIClientCommand.changePassword
(String user, String oldPassword, String client, String newPassword) Changes the password of an existing user.void
SaRMIClientCommandImpl.changePassword
(String user, String oldPassword, String client, String newPassword) Changes the password of an existing user.void
AbstractDocRMIClientCommand.checkoutDocument
(String hDoc) Checkout the given document.void
AbstractDocRMIClientCommand.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checkout the given document with filesystem/ShareBase.void
SaRMIClientCommand.checkoutDocument
(String hDoc) Checkout the given document.void
SaRMIClientCommand.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checkout the given document with filesystem/ShareBase.AbstractDocRMIClientCommand.checkSapUrl
(String url) Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SaRMIClientCommand.checkSapUrl
(String url) Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.void
AbstractDocRMIClientCommand.clearContent()
Clears all content of the opened document.void
SaRMIClientCommand.clearContent()
Clears all content of the opened document.final void
AbstractDocRMIClientCommand.closeDocument
(com.saperion.jni.SaJNIDocHandle handle) Manually closing of a open document.void
SaRMIClientCommand.closeDocument
(com.saperion.jni.SaJNIDocHandle handle) Manually closing of a open document.AbstractFolderRMIClientCommand.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) Copies the given node and all it’s children to the destination.SaRMIClientCommand.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) Copies the given node and all it’s children to the destination.AbstractDocRMIClientCommand.createDocument
(String dbName, List<SaPropertyValue> values) Creates a new document with the given parameters.SaRMIClientCommand.createDocument
(String ddcName, List<SaPropertyValue> values) Creates a new document with the given parameters.void
AbstractDocRMIClientCommand.createExternalStorageFolderMapping
(SaperionExternalStorageMappingInfo mappingInfo) void
SaRMIClientCommand.createExternalStorageFolderMapping
(SaperionExternalStorageMappingInfo mappingInfo) Stores the mapping information about Saperion document and External Storage folderAbstractFolderRMIClientCommand.createFolder
(SaFolderSaveInfo info) Creates a new node below a given node.SaRMIClientCommand.createFolder
(SaFolderSaveInfo info) Creates a new node below a given node.AbstractDocRMIClientCommand.createLink
(LinkInfo link) SaRMIClientCommand.createLink
(LinkInfo link) Creates a SAPERION Link into one Archive for an existing Document.AbstractDocRMIClientCommand.deleteDocument
(int mode, String hDoc) Delete a document.SaRMIClientCommand.deleteDocument
(int mode, String hdoc) Delete a document.int
AbstractDocRMIClientCommand.deleteExternalStorageFolderMapping
(Date expiryTime, List<ExternalStorageDocUploadStatus> statusList) int
SaRMIClientCommand.deleteExternalStorageFolderMapping
(Date expiryTime, List<ExternalStorageDocUploadStatus> statusList) Deletes external storage mappings for given status and older than the given timevoid
AbstractFolderRMIClientCommand.deleteFolder
(String folderTableDDC, String folderId) Deletes a given node.void
SaRMIClientCommand.deleteFolder
(String folderTableDDC, String folderId) Deletes a given node.boolean
SaRMIClientCommand.deleteSetting
(String name, String section, boolean isLong) Deletes a setting in the database.boolean
SaRMIClientCommandImpl.deleteSetting
(String name, String section, boolean isLong) Deletes a setting in the database.void
AbstractDocRMIClientCommand.dsicardCheckout
(String hDoc) Discards the checkout of the given document.void
SaRMIClientCommand.dsicardCheckout
(String hDoc) Discards the checkout of the given document.AbstractWfRMIClientCommand.executeCommand
(ContextInfo contextInfo) Performs the given command.SaRMIClientCommand.executeCommand
(ContextInfo contextInfo) Performs the given command.AbstractDocRMIClientCommand.getACLNames
(String hDoc) Reads the ACL's for the given document.SaRMIClientCommand.getACLNames
(String hDoc) Reads the ACL's for the given document.AbstractDocRMIClientCommand.getACLRights
(String[] acls) Reads the rights for the given acl's.SaRMIClientCommand.getACLRights
(String[] acls) Reads the rights for the given acl's.AbstractDocRMIClientCommand.getAcls()
Reads all existing ACLs.SaRMIClientCommand.getAcls()
Reads all existing ACLs.AbstractDocRMIClientCommand.getAllACLs()
Deprecated.SaRMIClientCommand.getAllACLs()
Deprecated.final String
AbstractDocRMIClientCommand.getAnnotations
(String hDoc, int indexOfContentElement, boolean currentRevision) Reads the annotations from the given document.SaRMIClientCommand.getAnnotations
(String hDoc, int indexOfContentElement, boolean currentRevision) Reads the annotations from the given document.int
SaRMIClientCommand.getArchivedSize
(String hDoc) Returns the total document size in archive.int
SaRMIClientCommandImpl.getArchivedSize
(String hDoc) Returns the total document size in archive.SaRMIClientCommand.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) Returns the users, that have specific rights on a document.SaRMIClientCommandImpl.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) Returns the users, that have specific rights on a document.AbstractWfRMIClientCommand.getBoxCount
(int boxId, BoxCountType type, Map<String, Object> parameters) Returns the number of all elements and of all unread elements of the inbox identified by the given id.SaRMIClientCommand.getBoxCount
(int boxId, BoxCountType type, Map<String, Object> parameters) Returns the number of all elements and of all unread elements of the inbox identified by the given id.AbstractWfRMIClientCommand.getBoxDefinitions()
Reads the box definitions.SaRMIClientCommand.getBoxDefinitions()
Reads the box definitions.AbstractWfRMIClientCommand.getCommandInfos
(String taskUID) Reads all possible transitions for this task.AbstractWfRMIClientCommand.getCommandInfos
(String taskUID, boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaRMIClientCommand.getCommandInfos
(String taskUID) Reads all possible transitions for this task.SaRMIClientCommand.getCommandInfos
(String taskUID, boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.AbstractWfRMIClientCommand.getCommentInfos
(String taskUID) Reads the comments for the given task.SaRMIClientCommand.getCommentInfos
(String taskUID) Reads the comments for the given task.AbstractWfRMIClientCommand.getCompleteHistoryInfos
(String docUID) Reads the history for the given task.SaRMIClientCommand.getCompleteHistoryInfos
(String docUID) Reads the history for the given task.com.lexmark.saperion.administration.RoleType
SaRMIClientCommand.getCurrentUserRole()
com.lexmark.saperion.administration.RoleType
SaRMIClientCommandImpl.getCurrentUserRole()
Returns information about the specified DDC.long
AbstractFolderRMIClientCommand.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) Returns the total count over all folders from all users in which the specified document is countained in.long
SaRMIClientCommand.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) Returns the total count over all folders from all users in which the specified document is countained in.AbstractFolderRMIClientCommand.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.SaRMIClientCommand.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.boolean
SaRMIClientCommand.getEventsEnabled()
Returns whether events (e.g.boolean
SaRMIClientCommandImpl.getEventsEnabled()
AbstractDocRMIClientCommand.getExternalStorageFoldersForUpload()
AbstractDocRMIClientCommand.getExternalStorageFoldersForUpload
(ExternalStorageType storageType) SaRMIClientCommand.getExternalStorageFoldersForUpload()
Fetches all folders of all External Storage services from where documents need to be uploadedSaRMIClientCommand.getExternalStorageFoldersForUpload
(ExternalStorageType storageType) Fetches all foldes of External Storage from where documents need to be uploadedAbstractDocRMIClientCommand.getExternalStorageMapping
(String sysRowId) SaRMIClientCommand.getExternalStorageMapping
(String sysRowId) Fetches the external storage mapping for the provided SysRowIdSaRMIClientCommand.getFieldDescriptions
(String ddcName) Reads the field descriptions for a given DDC.SaRMIClientCommandImpl.getFieldDescriptions
(String ddcName) Reads the field descriptions for a given DDC.AbstractFolderRMIClientCommand.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFoldersPerLevel) Returns a cursor with the children of the given node.SaRMIClientCommand.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a cursor with the children of the given node.AbstractFolderRMIClientCommand.getFolderClass
(String className) Reads the folder class with the given name.SaRMIClientCommand.getFolderClass
(String className) Reads the folder class with the given name.AbstractFolderRMIClientCommand.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.SaRMIClientCommand.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.AbstractFolderRMIClientCommand.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.SaRMIClientCommand.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.AbstractFolderRMIClientCommand.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given node.SaRMIClientCommand.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given node.AbstractFolderRMIClientCommand.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.SaRMIClientCommand.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.AbstractFolderRMIClientCommand.getFolderUpdateInfo
(Map<String, Long> folderIds) Get the Set of folders that shall be refreshed.SaRMIClientCommand.getFolderUpdateInfo
(Map<String, Long> folderIds) Get the Set of folders that shall be refreshed.AbstractQueryRMIClientCommand.getFulltext
(String ddcName, String sysRowId, String hdoc, String fieldName, long length) Reads the fulltext information for the given document with the given SYSROWID in the given DDC.SaRMIClientCommand.getFulltext
(String ddcName, String sysRowId, String hdoc, String fieldName, long length) Reads the fulltext information for the given document with the given SYSROWID in the given DDC.AbstractQueryRMIClientCommand.getHDocForSysRowId
(String sysRowId, String ddcName) Searchs the HDOC for the given SysRowId.SaRMIClientCommand.getHDocForSysRowId
(String sysRowId, String ddcName) Searchs the HDOC for the given SysRowId.AbstractWfRMIClientCommand.getHistoryInfos
(String taskUID) Reads the history for the given task.SaRMIClientCommand.getHistoryInfos
(String taskUID) Reads the history for the given task.AbstractQueryRMIClientCommand.getIdsFromQuery
(String query) Executes a HQL query and returns the results as a string list.SaRMIClientCommand.getIdsFromQuery
(String query) Executes a HQL query and returns the results as a string list.AbstractDocRMIClientCommand.getInvolvedUsers
(String hDoc) Reads all users involved in the set of ACL's.SaRMIClientCommand.getInvolvedUsers
(String hDoc) Reads all users involved in the set of ACL's.AbstractDocRMIClientCommand.getLockInfo
(String sysRowId) Gets the lock info for a given node.SaRMIClientCommand.getLockInfo
(String sysRowId) Gets the lock info for a given node.SaRMIClientCommand.getMember
(WorkflowMember member, int depth, String filter) Reads the member.SaRMIClientCommandImpl.getMember
(WorkflowMember member, int depth, String filter) Reads the member.SaRMIClientCommand.getMembers()
Reads the member.SaRMIClientCommandImpl.getMembers()
Reads the member.com.saperion.jni.SaJNIDocAccessData
AbstractDocRMIClientCommand.getNodeAccessData
(String hDoc) Opens the document identified by hdoc and returns an object containing all access right data information for the session user.com.saperion.jni.SaJNIDocAccessData
SaRMIClientCommand.getNodeAccessData
(String hdoc) Opens the document identified by hdoc and returns an object containing all access right data information for the session user.boolean
AbstractWfRMIClientCommand.getOutOfOffice()
Get the out of office status for the logged on user.boolean
SaRMIClientCommand.getOutOfOffice()
Get the out of office status for the logged on user.AbstractWfRMIClientCommand.getParentTask
(String taskID) Reads the parent task info for the given ID.SaRMIClientCommand.getParentTask
(String taskID) Reads the parent task info for the given ID.SaRMIClientCommand.getSetting
(String name, String section, boolean isLong) Retrieves a setting from the database.SaRMIClientCommandImpl.getSetting
(String name, String section, boolean isLong) Retrieves a setting from the database.AbstractQueryRMIClientCommand.getStringQueryResult
(SaQueryInfo hqlQuery) Executes a given HQL string and returns the results as list.SaRMIClientCommand.getStringQueryResult
(SaQueryInfo queryInfo) Executes a given HQL string and returns the results as list.AbstractWfRMIClientCommand.getSubstitute()
Get the substitute for the logged on user.SaRMIClientCommand.getSubstitute()
Get the substitute for the logged on user.SaRMIClientCommand.getSystemFiles
(SystemFileKind kind, String filter) Gets the system files of a specific kind.SaRMIClientCommandImpl.getSystemFiles
(SystemFileKind kind, String filter) Gets the system files of a specific kind.Reads the task info for the given ID.Reads the task info for the given ID.AbstractWfRMIClientCommand.getTaskAuditList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task audit for this user.SaRMIClientCommand.getTaskAuditList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task audit for this user.AbstractWfRMIClientCommand.getTaskList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task for this user.SaRMIClientCommand.getTaskList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task for this user.byte[]
AbstractDocRMIClientCommand.getThumbnail
(String hDoc, int widthX, int widthY, boolean color) Reads the thumbnail of the given document.byte[]
SaRMIClientCommand.getThumbnail
(String hDoc, int widthX, int widthY, boolean color) Reads the thumbnail of the given document.Reads a list of filtered users.Reads a list of filtered users.SaRMIClientCommand.getUserSetting
(String accessKey) Retrieves a user setting object.final SaUserSetting
SaRMIClientCommandImpl.getUserSetting
(String accessKey) Retrieves a user setting object.AbstractQueryRMIClientCommand.getVersionList
(String ddcName, String sysrowID) Reads the versionlist for the given document.SaRMIClientCommand.getVersionList
(String ddcName, String sysrowID) Reads the versionlist for the given document.AbstractWfRMIClientCommand.getWorkflowDefinitions()
Reads all available workflow definitions.SaRMIClientCommand.getWorkflowDefinitions()
Reads all available workflow definitions.<T extends Serializable>
TSaRMIClientCommand.invoke
(com.lexmark.saperion.remote.common.operations.Operation<T, SaBasicException, LegacyConnection> operation) This method invokes aOperation
on the backend.<T extends Serializable>
TSaRMIClientCommandImpl.invoke
(com.lexmark.saperion.remote.common.operations.Operation<T, SaBasicException, LegacyConnection> operation) This method invokes aOperation
on the backend.boolean
SaRMIClientCommand.isRevisionEnabled
(int mandant, String ddcName) Gets the information whether the provided ddc table contains the fields required for revisions.boolean
SaRMIClientCommandImpl.isRevisionEnabled
(int mandant, String ddcName) Gets the information whether the provided ddc table contains the fields required for revisions.String[]
SaRMIClientCommand.loadDDCNames()
Retrieves the available DDC names.String[]
SaRMIClientCommandImpl.loadDDCNames()
Retrieves the available DDC names.String[]
SaRMIClientCommand.loadFolderDDCNames()
Retrieves the available folder DDC names.String[]
SaRMIClientCommandImpl.loadFolderDDCNames()
Retrieves the available folder DDC names.SaRMIClientCommand.loadSystemFile
(SystemFileKind kind, String name) Loads a system file of a specific kind.SaRMIClientCommandImpl.loadSystemFile
(SystemFileKind kind, String name) Loads a system file of a specific kind.boolean
AbstractDocRMIClientCommand.lockNode
(String sysRowId, String ddcName, int lockType, boolean sessionScoped) Locks a node.boolean
Locks a node.void
AbstractDocRMIClientCommand.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event.void
SaRMIClientCommand.logClientEvent
(String hdoc, SaConstants.ProtoEvents event, String remark) Adds an audit log event.boolean
SaRMIClientCommand.logoff()
Log off the user from the server instance.boolean
SaRMIClientCommandImpl.logoff()
Log off the user from the server instance.com.saperion.connector.authentication.Session
SaRMIClientCommand.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials) Logon with the passed credentials.com.saperion.connector.authentication.Session
SaRMIClientCommand.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo) Logon with the passed credentials and associate the given session information.com.saperion.connector.authentication.Session
SaRMIClientCommandImpl.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials) Logon with the passed credentials.com.saperion.connector.authentication.Session
SaRMIClientCommandImpl.logon
(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo) Logon with the passed credentials and associate the given session information.void
AbstractFolderRMIClientCommand.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) Moves the given node to a new destination.void
SaRMIClientCommand.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) Moves the given node to a new destination.void
AbstractFolderRMIClientCommand.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) Moves the document’s filing to the given node.void
SaRMIClientCommand.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) Moves the document’s filing to the given node.<ResultType extends Serializable,
ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
ResultTypeSaRMIClientCommand.newInvoke
(com.lexmark.saperion.remote.common.operations.EcmOperation<ResultType, ExceptionType> operation) This method invokes aEcmOperation
in the backend.<ResultType extends Serializable,
ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
ResultTypeSaRMIClientCommandImpl.newInvoke
(com.lexmark.saperion.remote.common.operations.EcmOperation<ResultType, ExceptionType> operation) com.saperion.jni.SaJNIReadBuffer
AbstractDocRMIClientCommand.readDocumentFirst
(String hdoc, boolean currentRevision, int element) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.com.saperion.jni.SaJNIReadBuffer
AbstractDocRMIClientCommand.readDocumentFirst
(String hdoc, boolean currentRevision, int element, boolean withAnnotations) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.com.saperion.jni.SaJNIReadBuffer
SaRMIClientCommand.readDocumentFirst
(String hdoc, boolean currentRevision, int element) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.com.saperion.jni.SaJNIReadBuffer
SaRMIClientCommand.readDocumentFirst
(String hdoc, boolean currentRevision, int element, boolean withAnnotations) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.AbstractQueryRMIClientCommand.readDocumentMetadata
(String sysRowId, String ddcName, String[] fields) Reads the meta data of the document with the given ID.SaRMIClientCommand.readDocumentMetadata
(String sysRowId, String ddcName, String[] fields) Reads the meta data of the document with the given ID.com.saperion.jni.SaJNIReadBuffer
AbstractDocRMIClientCommand.readDocumentNext
(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.com.saperion.jni.SaJNIReadBuffer
SaRMIClientCommand.readDocumentNext
(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.AbstractDocRMIClientCommand.readVersionMetadata
(String versionID) Reads the version meta data of the document with the given ID.AbstractDocRMIClientCommand.readVersionMetadata
(String versionID, boolean resolveLinks) SaRMIClientCommand.readVersionMetadata
(String versionID) Reads the version meta data of the document with the given ID.SaRMIClientCommand.readVersionMetadata
(String versionID, boolean resolveLinks) Reads the version meta data of the document with the given ID.void
AbstractDocRMIClientCommand.releaseDocument
(String hDoc, String comment) Release the given document.void
SaRMIClientCommand.releaseDocument
(String hDoc, String comment) Release the given document.void
AbstractDocRMIClientCommand.removeElement
(int element) Removes a existing content element.void
AbstractDocRMIClientCommand.removeElement
(Integer[] elements) Removes a series of existing content elements.void
SaRMIClientCommand.removeElement
(int element) Removes a existing content element.void
SaRMIClientCommand.removeElement
(Integer[] elements) Removes a series of existing content elements.void
AbstractFolderRMIClientCommand.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) Remove the document filing from the given node.void
SaRMIClientCommand.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) Remove the document filing from the given node.SaRMIClientCommand.resolveLatestHdoc
(String oldHdoc) Resolves the hdoc of the latest version of the document identified by the given hdoc.SaRMIClientCommandImpl.resolveLatestHdoc
(String oldHdoc) Resolves the hdoc of the latest version of the document identified by the given hdoc.AbstractDocRMIClientCommand.restoreVersion
(String versionID) Restores the given version to the actual version.SaRMIClientCommand.restoreVersion
(String versionID) Restores the given version to the actual version.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata) Saves the document paramaters to the document.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata, boolean resolveLinks) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values, boolean resolveLinks) Saves the document paramaters to the document.AbstractFolderRMIClientCommand.searchFolderClass
(SaFolderClassSearchInfo searchInfo) Searches for folder classes with the specified properties.SaRMIClientCommand.searchFolderClass
(SaFolderClassSearchInfo searchInfo) Searches for folder classes with the specified properties.AbstractFolderRMIClientCommand.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaRMIClientCommand.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaRMIClientCommand.searchSettings
(SettingSearchInfo searchInfo) Searches for settings.SaRMIClientCommandImpl.searchSettings
(SettingSearchInfo searchInfo) Searches for settings.void
SaRMIClientCommand.sendBarcode
(String indexMask, String docUid, String contentRep, String sid, String docType, String value, int mandant) Send barcode to SAP.void
SaRMIClientCommandImpl.sendBarcode
(String indexMask, String docUid, String contentRep, String sid, String docType, String value, int mandant) Send barcode to SAP.AbstractDocRMIClientCommand.setACLName
(String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.SaRMIClientCommand.setACLName
(String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.final void
AbstractDocRMIClientCommand.setAnnotations
(String hDoc, int indexOfContentElement, String annotations) Sets the given annotations to the document.void
SaRMIClientCommand.setAnnotations
(String hDoc, int indexOfContentElement, String annotations) Sets the given annotations to the document.void
AbstractDocRMIClientCommand.setElementMark
(int element) Mark the content element.void
SaRMIClientCommand.setElementMark
(int element) Mark the content element.void
SaRMIClientCommand.setEventsEnabled
(boolean enabled) Sets whether events (e.g.void
SaRMIClientCommandImpl.setEventsEnabled
(boolean enabled) void
AbstractFolderRMIClientCommand.setFolderAcl
(String folderTableDDC, String folderId, String aclName) Sets an ACL for the given folder.void
SaRMIClientCommand.setFolderAcl
(String folderTableDDC, String folderId, String aclName) Sets an ACL for the given folder.void
Set the locale for localization.void
Set the locale for localization.void
AbstractWfRMIClientCommand.setOutOfOffice
(boolean isOutOfOffice) Set the out of office status for the logged on user.void
SaRMIClientCommand.setOutOfOffice
(boolean isOutOfOffice) Set the out of office status for the logged on user.void
SaRMIClientCommand.setSetting
(Setting setting) Persists a setting in the database.void
SaRMIClientCommandImpl.setSetting
(Setting setting) Persists a setting in the database.void
AbstractWfRMIClientCommand.setSubstitute
(String substituteName) Set the substitute for the logged on user.void
SaRMIClientCommand.setSubstitute
(String name) Set the substitute for the logged on user.void
SaRMIClientCommand.setUserSetting
(SaUserSetting setting) Persists a user setting object.final void
SaRMIClientCommandImpl.setUserSetting
(SaUserSetting setting) Persists a user setting object.void
AbstractDocRMIClientCommand.setVariables
(int element, Map<String, String> variables) void
SaRMIClientCommand.setVariables
(int element, Map<String, String> variables) Method to set the Variables for an Content-Object or the Structure itself.AbstractDocRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String dbName, String acls) Stores the actual document to the backend.AbstractDocRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String dbName, String acls, boolean checkout) Stores the actual document to the backend.SaRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String ddcName, String acls) Stores the actual document to the backend.SaRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String ddcName, String acls, boolean checkin) Stores the actual document to the backend.void
SaRMIClientCommand.storeSystemFile
(SystemFileKind kind, String name, InputStream data) Stores a system file of a specific kind.void
SaRMIClientCommandImpl.storeSystemFile
(SystemFileKind kind, String name, InputStream data) Stores a system file of a specific kind.boolean
AbstractDocRMIClientCommand.unlockNode
(String sysRowId, String ddcName) Unlocks a node.boolean
SaRMIClientCommand.unlockNode
(String sysRowId, String ddcName) Unlocks a node.void
AbstractDocRMIClientCommand.updateExternalStorageUploadStatus
(String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType) void
SaRMIClientCommand.updateExternalStorageUploadStatus
(String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType) Updates the upload status of External Storage foldervoid
AbstractFolderRMIClientCommand.updateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) Updates a given node with the given properties.void
SaRMIClientCommand.updateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) Updates a given node with the given properties.long
AbstractDocRMIClientCommand.writeContent
(ContentStream content) Writes the content of the document.long
AbstractDocRMIClientCommand.writeContent
(InputStream stream) final long
AbstractDocRMIClientCommand.writeContent
(InputStream stream, String fileName, int element) final long
AbstractDocRMIClientCommand.writeContent
(InputStream stream, String fileName, int element, boolean doStreaming) Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated.long
SaRMIClientCommand.writeContent
(ContentStream contentStream) Writes the content of the document.long
SaRMIClientCommand.writeContent
(InputStream stream) Writes the content of the document.long
SaRMIClientCommand.writeContent
(InputStream stream, String fileName, int element) long
SaRMIClientCommand.writeContent
(InputStream stream, String fileName, int element, boolean doStreaming) Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated. -
Uses of SaAuthenticationException in com.saperion.connector.wf
Methods in com.saperion.connector.wf that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionvoid
SaWFTask.addComment
(String comment, int level) Adds a comment to the workflow.void
SaWFTaskImpl.addComment
(String commentString, int level) Adds a comment to the workflow.void
SaWFTask.addHistory
(String description) Adds a history entry.void
SaWFTaskImpl.addHistory
(String descriptionString) Adds a history entry.SaWFTask.getAttachmentContent
(int element) Reads the content of the attachment.SaWFTaskImpl.getAttachmentContent
(int element) Reads the content of the attachment.SaWFConnector.getBoxCount
(int boxId) Reads the count (number of workflow item) of the inbox identified by the given id.SaWFConnectorImpl.getBoxCount
(int boxId) Reads the count (number of workflow item) of the inbox identified by the given id.SaWFConnector.getBoxDefinitions()
Reads the box definitions.SaWFConnectorImpl.getBoxDefinitions()
Reads the box definitions.SaWFTask.getCommandInfos()
Reads all possible transitions for this task.SaWFTask.getCommandInfos
(boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaWFTaskImpl.getCommandInfos()
Reads all possible transitions for this task.SaWFTaskImpl.getCommandInfos
(boolean transitionsOnly) Reads all possible transitions and optional other possible commands for this task.SaWFConnector.getGroupbox
(int[] ids, String filter) Read the content of the group box.SaWFConnectorImpl.getGroupbox
(int[] ids, String filter) Read the content of the group box.Read the content of the inbox.Read the content of the inbox.SaWFConnector.getMember
(WorkflowMember member, int depth, String filter) Reads direct workflow member tree.SaWFConnectorImpl.getMember
(WorkflowMember member, int depth, String filter) Reads direct workflow member tree.SaWFConnector.getMembers()
Reads the workflow member tree.SaWFConnectorImpl.getMembers()
Reads the workflow member tree.SaWFConnector.getOrgUnitbox
(int[] ids, String filter) Read the content of the organisation unit box.SaWFConnectorImpl.getOrgUnitbox
(int[] ids, String filter) Read the content of the organisation unit box.boolean
SaWFConnector.getOutOfOffice()
Get the out of office status for the logged on user.boolean
SaWFConnectorImpl.getOutOfOffice()
Get the out of office status for the logged on user.SaWFConnector.getParentTask
(String taskId) Get parent task direct by ID.SaWFConnectorImpl.getParentTask
(String taskId) Get parent task direct by ID.SaWFConnector.getProcessDefinitions()
Reads all available process definitions.SaWFConnector.getProcessDefinitions
(String ddcName) Returns the process definitions that are allowed to be used for documents contained in the specified DDC.SaWFConnectorImpl.getProcessDefinitions()
Reads all available process definitions.SaWFConnectorImpl.getProcessDefinitions
(String ddcName) Returns the process definitions that are allowed to be used for documents contained in the specified DDC.SaWFConnector.getSubstitute()
Get the substitute for the logged on user.SaWFConnectorImpl.getSubstitute()
Get the substitute for the logged on user.SaWFConnector.getSubstitutebox
(int[] ids, String filter) Read the content of the substitute box.SaWFConnectorImpl.getSubstitutebox
(int[] ids, String filter) Read the content of the substitute box.Creates a task object from the given task information.Get task direct by ID.Creates a task object from the given task information.Get task direct by ID.SaWFConnector.getTaskAuditList
(int[] boxIds, String filter) Reads the task audit for this user.SaWFConnector.getTaskAuditList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task audit for this user.SaWFConnectorImpl.getTaskAuditList
(int[] boxIds, String filter) Reads the task audit for this user.SaWFConnectorImpl.getTaskAuditList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task audit for this user.SaWFConnector.getTaskList
(int[] boxIds, String filter) Reads the task for this user.SaWFConnector.getTaskList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task for this user.SaWFConnectorImpl.getTaskList
(int[] boxIds, String filter) Reads the task for this user.SaWFConnectorImpl.getTaskList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task for this user.boolean
SaWFConnector.logoff()
Logoff from the backend system.boolean
SaWFConnectorImpl.logoff()
Logoff from the backend system.int
performs logon to the backend system.int
performs logon to the backend system.SaWFTask.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTaskImpl.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTask.readSelectableUsersForTransition
(int transition) Obtains the next tasksTaskUserSelection
for the given transition.SaWFTaskImpl.readSelectableUsersForTransition
(int transition) Obtains the next tasksTaskUserSelection
for the given transition.void
SaWFConnector.setOutOfOffice
(boolean isOutOfOffice) set the out of office status for the logged on user.void
SaWFConnectorImpl.setOutOfOffice
(boolean isOutOfOffice) set the out of office status for the logged on user.void
SaWFConnector.setSubstitute
(String name) Set the substitute for the logged on user.void
SaWFConnectorImpl.setSubstitute
(String name) Set the substitute for the logged on user.SaWFTask.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.SaWFTaskImpl.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.Constructors in com.saperion.connector.wf that throw SaAuthenticationExceptionModifierConstructorDescriptionConstructs theSaWFConnectorImpl
instance which provides workflow functionalities.Constructor with given connector.SaWFConnectorImpl
(String configPath) Constructs theSaWFConnectorImpl
instance which provides workflow functionalities.SaWFTaskImpl
(SaClassicConnectorImpl connector, TaskInfo taskInfo, String user) Constructor. -
Uses of SaAuthenticationException in com.saperion.exception
Subclasses of SaAuthenticationException in com.saperion.exceptionModifier and TypeClassDescriptionclass
This exception is thrown when a user logs on with a license that he is not allowed to use because of missing privileges.class
Indicates that the users password is expired. -
Uses of SaAuthenticationException in com.saperion.rmi
Methods in com.saperion.rmi that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionprotected com.saperion.jni.SaJNIReadBuffer
SaRMIInputStream.readDocumentFirst
(String docHdoc, boolean curRevision, int docElement, boolean withAnnotations) -
Uses of SaAuthenticationException in com.saperion.rmi.common
Methods in com.saperion.rmi.common that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionlong
SaRMIServerCommand.countTasks
(int token, int[] ids, String filter, Map<String, Object> filterParams) Counts the tasks that are contained in the specified inbox(es). -
Uses of SaAuthenticationException in com.saperion.util
Methods in com.saperion.util that throw SaAuthenticationExceptionModifier and TypeMethodDescriptionvoid
ClassicConnectorUtil.checkProperties
(Description description, SaFieldDescription[] fields) Check properties.void
ClassicConnectorUtil.checkProperties
(Map<String, Object> nameValuePairs, String ddcName, SaFieldDescription[] fields) Check properties.