Uses of Class
com.saperion.exception.SaSystemException
-
Packages that use SaSystemException Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.events com.saperion.connector.exceptions com.saperion.connector.ldap This package contains the classes for the LARIX LDAP Kerberos authentication components.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.connector.service This package contains the client-side implementations of services.com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.exception This package contains the classes for the global exceptions.com.saperion.jna.typemapping.database com.saperion.operations This package defines the different operations, 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.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server.com.saperion.rmi.serverexception This package contains the exception classes for RMI client components.com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of SaSystemException in com.saperion.connector
Methods in com.saperion.connector that throw SaSystemException Modifier and Type Method Description voidSaClassicConnectorImpl. addComment(java.lang.String comment, java.lang.String taskUID, int level)Adds a comment to the task.voidSaClassicConnectorImpl. addHistory(java.lang.String description, java.lang.String taskUID)Adds a history entry to the task.voidSaClassicConnector. addListener(SaEventListener listener)Deprecated.will be removed with version 8.1voidSaClassicConnector. addListener(SaStatusEventListener listener)Deprecated.will be removed with version 8.1voidSaClassicConnectorImpl. addListener(SaEventListener listener)Deprecated.voidSaClassicConnectorImpl. addListener(SaStatusEventListener listener)Deprecated.voidSaClassicConnector. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)Adds the document with given documentId to a given folder with given folderId.voidSaClassicConnectorImpl. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)SaSaveInfoSaClassicConnector. cacheDocument(java.lang.String xhDoc, DocumentInfo document)Caches a new document in the backend system with the given metadata and content.SaSaveInfoSaClassicConnector. cacheDocument(java.lang.String xhDoc, java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String strAcl)Caches a new document in the backend system with the given metadata and content.SaSaveInfoSaClassicConnectorImpl. cacheDocument(java.lang.String xhDoc, DocumentInfo document)SaSaveInfoSaClassicConnectorImpl. cacheDocument(java.lang.String xhDoc, java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String strAcl)voidSaClassicConnector. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String tenant, java.lang.String newPassword)Changes the password of an existing user.voidSaClassicConnectorImpl. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String tenant, java.lang.String newPassword)voidSaClassicConnector. checkoutDocument(java.lang.String hDoc)Checks out a document for the given document id (hdoc).voidSaClassicConnectorImpl. checkoutDocument(java.lang.String hDoc)SapDocInfoSaClassicConnector. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfoSaClassicConnectorImpl. checkSapUrl(java.lang.String url)booleanSaClassicConnector. closeSession(com.saperion.connector.authentication.Session session)Close the givenSessionof logged in userbooleanSaClassicConnectorImpl. closeSession(com.saperion.connector.authentication.Session session)Close the givenSessionof logged in userjava.lang.StringSaClassicConnector. copyFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild, boolean withDocuments)Copies the given folder and all it's children to the destination.java.lang.StringSaClassicConnectorImpl. copyFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild, boolean withDocuments)SaSaveInfoSaClassicConnector. createDocument(DocumentInfo document)Creates a new document on the backend system with the givenDocumentInfo.SaSaveInfoSaClassicConnector. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)instead.SaSaveInfoSaClassicConnector. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)instead.SaSaveInfoSaClassicConnectorImpl. createDocument(DocumentInfo document)SaSaveInfoSaClassicConnectorImpl. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.SaSaveInfoSaClassicConnectorImpl. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.java.lang.StringSaClassicConnector. createFolder(SaFolderSaveInfo info, java.util.Properties namevaluePairs)Creates a new folder below a given folder.java.lang.StringSaClassicConnector. createFolder(java.lang.String folderTableDDC, java.lang.String parentId, java.lang.String beforeChild, java.lang.String folderName, SaFolderConstants.FOLDER_TYPE folderType, java.util.Properties namevaluePairs)Deprecated.java.lang.StringSaClassicConnectorImpl. createFolder(SaFolderSaveInfo info, java.util.Properties namevaluePairs)java.lang.StringSaClassicConnectorImpl. createFolder(java.lang.String folderTableDDC, java.lang.String parentId, java.lang.String beforeChild, java.lang.String folderName, SaFolderConstants.FOLDER_TYPE folderType, java.util.Properties namevaluePairs)Deprecated.SaSaveInfoSaClassicConnector. createLink(LinkInfo link)Creates a link to a document for givenLinkInfo.SaSaveInfoSaClassicConnectorImpl. createLink(LinkInfo link)voidSaClassicConnector. deleteDocument(java.lang.String documentHDOC, int deleteType)Deletes a document from the backend system with the given delete type strategy.voidSaClassicConnectorImpl. deleteDocument(java.lang.String documentHDOC, int deleteType)voidSaClassicConnector. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)Deletes an existing folder.voidSaClassicConnectorImpl. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)booleanSaClassicConnector. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)This method deletes a setting in the database.booleanSaClassicConnectorImpl. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)voidSaClassicConnector. discardCheckout(java.lang.String hDoc)Discards a checkout of a document which was performed via the methodSaClassicConnector.checkoutDocument(String).voidSaClassicConnectorImpl. discardCheckout(java.lang.String hDoc)java.lang.StringSaClassicConnectorImpl. executeCommand(ContextInfo contextInfo)Performs the given command.java.lang.StringSaClassicConnector. getACLNames(java.lang.String documentHDOC)This method returns the names of the Access Control Lists that are assigned to this document.java.lang.StringSaClassicConnectorImpl. getACLNames(java.lang.String documentHDOC)SaACLRightsSaClassicConnector. getACLRights(java.lang.String[] acls)This method returns the access rights the current user has when in the context of the Access Controll Lists given by name.SaACLRightsSaClassicConnectorImpl. getACLRights(java.lang.String[] acls)java.util.List<SaAcl>SaClassicConnector. getAcls()This method returns all Access Control Lists in the current tenant.java.util.List<SaAcl>SaClassicConnectorImpl. getAcls()java.util.List<java.lang.String>SaClassicConnector. getAllACLs()Deprecated.useSaClassicConnector.getAcls()instead.java.util.List<java.lang.String>SaClassicConnectorImpl. getAllACLs()Deprecated.java.lang.StringSaClassicConnector. getAnnotations(java.lang.String hDoc, int indexOfContentElement)Deprecated.java.lang.StringSaClassicConnector. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)Reads the annotations of the document with the specified ID.java.lang.StringSaClassicConnectorImpl. getAnnotations(java.lang.String hDoc, int indexOfContentElement)Deprecated.java.lang.StringSaClassicConnectorImpl. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)intSaClassicConnector. getArchivedSize(java.lang.String hDoc)Returns the total document size in the archive in bytes.intSaClassicConnectorImpl. getArchivedSize(java.lang.String hDoc)java.util.List<UsersRights>SaClassicConnector. getAuthorizedUsers(java.lang.String hDoc, java.lang.String rights, MatchKind match)This method returns the users that have specific rights on a document.java.util.List<UsersRights>SaClassicConnectorImpl. getAuthorizedUsers(java.lang.String hDoc, java.lang.String rights, MatchKind match)java.lang.LongSaClassicConnectorImpl. getBoxCount(int boxId)Reads the count (number of workflow item) of the inbox identified by the given id.java.util.List<BoxDefinition>SaClassicConnectorImpl. getBoxDefinitions()Reads the box definitions.java.util.Collection<CommandInfo>SaClassicConnectorImpl. getCommandInfos(java.lang.String docUID)Reads all possible transitions for this task.java.util.Collection<CommandInfo>SaClassicConnectorImpl. getCommandInfos(java.lang.String docUID, boolean transitionsOnly)Reads all possible transitions and optional other possible commands for this task.java.util.List<CommentInfo>SaClassicConnectorImpl. getCommentInfos(java.lang.String taskId)Reads the comments for the given task.java.util.List<java.util.List<HistoryInfo>>SaClassicConnectorImpl. getCompleteHistoryInfos(java.lang.String docId)Reads the history and comments for the given document.java.util.PropertiesSaClassicConnector. getConfiguration(java.lang.String section)This method reads the application configuration properties from the backend system.java.util.PropertiesSaClassicConnectorImpl. getConfiguration(java.lang.String section)SaUserInfoSaClassicConnector. getCurrentUserInfo()This method returns detailed info about the current user.SaUserInfoSaClassicConnectorImpl. getCurrentUserInfo()com.lexmark.saperion.administration.RoleTypeSaClassicConnector. getCurrentUserRole()com.lexmark.saperion.administration.RoleTypeSaClassicConnectorImpl. getCurrentUserRole()SaFieldDescription[]SaClassicConnector. getDBDefinition(java.lang.String name)Deprecated.useSaClassicConnector.getDDC(String)instead.SaFieldDescription[]SaClassicConnectorImpl. getDBDefinition(java.lang.String name)DDCSaClassicConnector. getDDC(java.lang.String ddcName)This method returns a document definition given by its name.DDCSaClassicConnectorImpl. getDDC(java.lang.String ddcName)java.lang.String[]SaClassicConnector. getDefinitions()This method returns the names of all DDCs registered in the Saperion system.java.lang.String[]SaClassicConnectorImpl. getDefinitions()SaDocAccessDataSaClassicConnector. getDocumentAccessData(java.lang.String documentHDOC)This method reads the access rights the current user has on a given document.SaDocAccessDataSaClassicConnectorImpl. getDocumentAccessData(java.lang.String documentHDOC)longSaClassicConnector. getDocumentFolderCount(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)Returns the total count over all folders from all users in which the specified document is contained in.longSaClassicConnectorImpl. getDocumentFolderCount(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)java.util.List<SaDocumentInfo>SaClassicConnector. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)Returns a list of folder properties which contains all folders the document is contained in.java.util.List<SaDocumentInfo>SaClassicConnectorImpl. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)SaDocInfoSaClassicConnector. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks)Reads information like the document-structure and variables for the given document.SaDocInfoSaClassicConnector. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination)Reads information like the document-structure and variables for the given document.SaDocInfoSaClassicConnectorImpl. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks)SaDocInfoSaClassicConnectorImpl. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination)booleanSaClassicConnector. getEventsEnabled()This method returns whether events (e.g.booleanSaClassicConnectorImpl. getEventsEnabled()SaFeatureSaClassicConnector. getFeatures()This method returns the features enabled in the Saperion system.SaFeatureSaClassicConnectorImpl. getFeatures()SaDocumentInfoSaClassicConnector. getFolderByPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)Returns the folder which matches to the given path.SaDocumentInfoSaClassicConnectorImpl. getFolderByPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)java.util.List<SaDocumentInfo>SaClassicConnector. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)Returns a list with the children of the given node.java.util.List<SaDocumentInfo>SaClassicConnectorImpl. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)SaFolderClassSaClassicConnector. getFolderClass(java.lang.String className)Reads the folder class with the given name.SaFolderClassSaClassicConnectorImpl. getFolderClass(java.lang.String className)java.lang.String[]SaClassicConnector. getFolderDefinitions()Reads the registered folder DDC names from the repository.java.lang.String[]SaClassicConnectorImpl. getFolderDefinitions()java.util.List<SaDocumentInfo>SaClassicConnector. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)Returns the folders which match to the given path.java.util.List<SaDocumentInfo>SaClassicConnectorImpl. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath)SaDocumentInfoSaClassicConnector. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId)Deprecated.SaDocumentInfoSaClassicConnector. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)Returns the folder information object for the given folder.SaDocumentInfoSaClassicConnectorImpl. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId)Deprecated.SaDocumentInfoSaClassicConnectorImpl. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)SaDocumentInfoSaClassicConnector. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)Returns the parent of the given folder.SaDocumentInfoSaClassicConnectorImpl. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)SaDocAccessDataSaClassicConnector. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)Returns the rights mask for the given folder and user.SaDocAccessDataSaClassicConnectorImpl. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)java.util.Set<FolderUpdateInfo>SaClassicConnector. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)Deprecated.No longer supported.java.util.Set<FolderUpdateInfo>SaClassicConnectorImpl. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)Deprecated.java.lang.StringSaClassicConnector. getFulltext(java.lang.String ddcName, java.lang.String sysRowId)Deprecated.Will be removed in 8.1.java.lang.StringSaClassicConnector. getFulltext(java.lang.String ddcName, java.lang.String hdoc, java.lang.String fieldName, long length)Reads the fulltext information for the given document with the given HDOC in the given DDC from the specified field.java.lang.StringSaClassicConnectorImpl. getFulltext(java.lang.String ddcName, java.lang.String sysRowId)Deprecated.java.lang.StringSaClassicConnectorImpl. getFulltext(java.lang.String ddcName, java.lang.String hdoc, java.lang.String fieldName, long length)default java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>SaClassicConnector. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)Fetches values of Full text columnsjava.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>SaClassicConnectorImpl. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)java.util.List<HistoryInfo>SaClassicConnectorImpl. getHistoryInfos(java.lang.String taskId)Reads the history for the given task.java.util.List<java.lang.String>SaClassicConnector. getInvolvedUsers(java.lang.String documentHDOC)Deprecated.java.util.List<java.lang.String>SaClassicConnectorImpl. getInvolvedUsers(java.lang.String documentHDOC)intSaClassicConnector. getLicenseCount(int type)This method returns the overall count of Licenses of the given type in the system.intSaClassicConnectorImpl. getLicenseCount(int type)SaLockInfoSaClassicConnector. getLockInfo(java.lang.String sysRowId)This method returns the locking information for a given document.SaLockInfoSaClassicConnectorImpl. getLockInfo(java.lang.String sysRowId)WorkflowMemberSaClassicConnectorImpl. getMember(WorkflowMember member, int depth, java.lang.String filter)Returns the workflow members by the given parameters.
This method is considered as a search-method.WorkflowMemberSaClassicConnectorImpl. getMembers()Reads the workflow members in a full structured tree.booleanSaClassicConnectorImpl. getOutOfOffice()Get the substitute for the logged on user.TaskInfoSaClassicConnectorImpl. getParentTask(java.lang.String taskID)Reads the parent task info for the given ID.java.lang.StringSaClassicConnectorImpl. getReleaseAclName()Gets the release ACL name, configured in the program.ini in section [Release].java.lang.StringSaClassicConnector. getReleasedHdoc(java.lang.String oldHdoc)Gets the released hdoc for given hdoc if release feature is on and release tag is set, otherwise returns the given hDoc.java.lang.StringSaClassicConnectorImpl. getReleasedHdoc(java.lang.String oldHdoc)java.util.List<com.saperion.connector.renditions.Rendition>SaClassicConnector. getRendition(Element element, com.saperion.connector.options.Options options)Returns the rendition object from a rendered document.java.util.List<com.saperion.connector.renditions.Rendition>SaClassicConnectorImpl. getRendition(Element element, com.saperion.connector.options.Options options)java.util.List<SaRMIServerInfo>SaClassicConnectorImpl. getServerInfos()SettingSaClassicConnector. getSetting(java.lang.String name, java.lang.String section, boolean isLong)This method retrieves aSettingidentified by it's key and section from the database.SettingSaClassicConnectorImpl. getSetting(java.lang.String name, java.lang.String section, boolean isLong)java.lang.StringSaClassicConnectorImpl. getSubstitute()Get the substitute for the logged on user.java.util.List<java.lang.String>SaClassicConnector. getSystemFiles(SystemFileKind kind, java.lang.String filter)This method returns the names of all system files of a specific kind.java.util.List<java.lang.String>SaClassicConnectorImpl. getSystemFiles(SystemFileKind kind, java.lang.String filter)SaSystemInfoSaClassicConnector. getSystemInfo()This method returns general information about the connected system.SaSystemInfoSaClassicConnectorImpl. getSystemInfo()SaSystemSettingSaClassicConnector. getSystemSetting(java.lang.String accessKey)Retrieves a system setting object.SaSystemSettingSaClassicConnectorImpl. getSystemSetting(java.lang.String accessKey)TaskInfoSaClassicConnectorImpl. getTask(java.lang.String taskID)Reads the task info for the given ID.java.util.List<TaskAuditInfo>SaClassicConnectorImpl. getTaskAuditList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task audits for this user.java.util.List<TaskInfo>SaClassicConnectorImpl. getTaskList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the tasks for this user.byte[]SaClassicConnector. getThumbnail(java.lang.String hDoc, int widthX, int widthY, boolean color)Reads the thumbnail of the given document.byte[]SaClassicConnectorImpl. getThumbnail(java.lang.String hDoc, int widthX, int widthY, boolean color)java.util.List<java.lang.String>SaClassicConnectorImpl. getUsers(java.lang.String filter)Reads a list of filtered users.SaUserSettingSaClassicConnector. getUserSetting(java.lang.String accessKey)Retrieves a user-specific setting object.SaUserSettingSaClassicConnectorImpl. getUserSetting(java.lang.String accessKey)java.util.List<java.lang.String>SaClassicConnector. getVersionIDs(java.lang.String ddcName, java.lang.String sysrowID)Reads the version IDs of the given document.java.util.List<java.lang.String>SaClassicConnectorImpl. getVersionIDs(java.lang.String ddcName, java.lang.String sysrowID)SaWFConnectorSaClassicConnector. getWorkflowConnector()Returns a workflow connector based on this classic connector.SaWFConnectorSaClassicConnectorImpl. getWorkflowConnector()java.lang.StringSaClassicConnectorImpl. getWorkflowDdcName()Gets the workflow ddc name.java.util.List<java.lang.String>SaClassicConnectorImpl. getWorkflowDefinitions()Reads all available workflow definitions.java.util.List<ProcessDefinitionDescriptor>SaClassicConnectorImpl. getWorkflowDefinitions(java.lang.String ddcName)Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC.<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)booleanSaClassicConnector. isAlive()Tests the lifetime of this connector.booleanSaClassicConnectorImpl. isAlive()booleanSaClassicConnector. isReleaseActive()Checks if is release feature in the program.ini in section [Release] is active.booleanSaClassicConnectorImpl. isReleaseActive()java.util.List<com.saperion.connector.authentication.Session>SaClassicConnector. listActiveSessions()List active sessions of the logged in userjava.util.List<com.saperion.connector.authentication.Session>SaClassicConnectorImpl. listActiveSessions()List active sessions of the logged in userjava.io.InputStreamSaClassicConnector. loadSystemFile(SystemFileKind kind, java.lang.String name)This method loads a system file of a specific kind.java.io.InputStreamSaClassicConnectorImpl. loadSystemFile(SystemFileKind kind, java.lang.String name)booleanSaClassicConnector. lockDocument(java.lang.String sysRowId, java.lang.String ddcName)Locks a document.booleanSaClassicConnectorImpl. lockDocument(java.lang.String sysRowId, java.lang.String ddcName)voidSaClassicConnector. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)Adds an audit log event.voidSaClassicConnectorImpl. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)booleanSaClassicConnector. logoff()This method logs the current user off from the system.booleanSaClassicConnectorImpl. logoff()intSaClassicConnector. logon(byte[] token, int type, java.lang.String client)Deprecated.will be removed with version 8.1default com.saperion.connector.authentication.SessionSaClassicConnector. logon(int rmiToken)Deprecated.com.saperion.connector.authentication.SessionSaClassicConnector. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)This method authenticates the givenCredentialsand returns the information about the open session.com.saperion.connector.authentication.SessionSaClassicConnector. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo)This method authenticates the givenCredentials, associate the givenSessionInfoand returns the information about the open session.intSaClassicConnector. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)Deprecated.useSaClassicConnector.logon(Credentials)withUsernamePasswordKeyinstead.intSaClassicConnector. logon(jcifs.smb.NtlmPasswordAuthentication auth, int type, java.lang.String client)Deprecated.will be removed with version 8.1intSaClassicConnectorImpl. logon(byte[] token, int type, java.lang.String client)Deprecated.com.saperion.connector.authentication.SessionSaClassicConnectorImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)This method authenticates the givenCredentialsand returns the information about the open session.com.saperion.connector.authentication.SessionSaClassicConnectorImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo)This method authenticates the givenCredentials, associate the givenSessionInfoand returns the information about the open session.intSaClassicConnectorImpl. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)intSaClassicConnectorImpl. logon(jcifs.smb.NtlmPasswordAuthentication auth, int type, java.lang.String client)Deprecated.voidSaClassicConnector. moveFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild)Moves the given folder to a new destination.voidSaClassicConnectorImpl. moveFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild)voidSaClassicConnector. moveToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId, java.lang.String destinationId)Removes the document from the source folder and adds it to the source folder.voidSaClassicConnectorImpl. moveToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId, java.lang.String destinationId)java.io.InputStreamSaClassicConnector. readDocument(java.lang.String documentHDOC, boolean currentRevision, int elementNumber)Loads a document's content from the backend system.java.io.InputStreamSaClassicConnector. readDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber, boolean withAnnotations)Loads a document's content from the backend system.java.io.InputStreamSaClassicConnectorImpl. readDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber)java.io.InputStreamSaClassicConnectorImpl. readDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber, boolean withAnnotations)java.lang.StringSaClassicConnector. readDocumentFilename(java.lang.String documentHDOC, boolean currentRevision, int elementNumber)Deprecated.will be removed with version 8.1java.lang.StringSaClassicConnectorImpl. readDocumentFilename(java.lang.String docHdoc, boolean currentRevision, int elementNumber)SaPropertyValue[]SaClassicConnector. readDocumentMetadata(java.lang.String documentSysRowID, java.lang.String ddcName, java.lang.String[] fields)Reads the metadata of the document with the given ID.SaPropertyValue[]SaClassicConnectorImpl. readDocumentMetadata(java.lang.String documentSysRowID, java.lang.String ddcName, java.lang.String[] fields)java.io.InputStreamSaClassicConnector. readReleasedDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber)Read released document if the release feature is active.java.io.InputStreamSaClassicConnectorImpl. readReleasedDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber)java.io.InputStreamSaClassicConnector. readVersionDocument(java.lang.String versionID, int elementNumber)Loads a document version from the backend system.java.io.InputStreamSaClassicConnectorImpl. readVersionDocument(java.lang.String docHdoc, int elementNumber)java.lang.StringSaClassicConnector. readVersionDocumentFilename(java.lang.String documentHDOC, int elementNumber)Deprecated.use getDocumentInfo.getFullName() instead.java.lang.StringSaClassicConnectorImpl. readVersionDocumentFilename(java.lang.String docHdoc, int elementNumber)SaVersionDataSaClassicConnector. readVersionMetadata(java.lang.String versionID)Reads the version metadata of the document with the given ID.SaVersionDataSaClassicConnector. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)Reads the version metadata of the document with the given ID.SaVersionDataSaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID)SaVersionDataSaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)voidSaClassicConnector. releaseDocument(java.lang.String ddcName, java.lang.String hDoc, java.lang.String versionComment)Release the given document.voidSaClassicConnectorImpl. releaseDocument(java.lang.String ddcName, java.lang.String hDoc, java.lang.String versionComment)booleanSaClassicConnector. removeEvent(SaEvent event)Deprecated.no longer supported.booleanSaClassicConnectorImpl. removeEvent(SaEvent event)Deprecated.voidSaClassicConnector. removeFromFolder(java.lang.String folderTableDDC, java.lang.String documentSysRowId, java.lang.String documentDDC, java.lang.String folderId)Removes the document from the given folder.voidSaClassicConnectorImpl. removeFromFolder(java.lang.String folderTableDDC, java.lang.String documentSysRowId, java.lang.String documentDDC, java.lang.String folderId)voidSaClassicConnector. removeListener(SaEventListener listener)Deprecated.will be removed with version 8.1voidSaClassicConnector. removeListener(SaStatusEventListener listener)Deprecated.will be removed with version 8.1voidSaClassicConnectorImpl. removeListener(SaEventListener listener)Deprecated.voidSaClassicConnectorImpl. removeListener(SaStatusEventListener listener)Deprecated.java.lang.StringSaClassicConnector. resolveLatestHDoc(java.lang.String oldHdoc)Resolves and returns the XHDOC of the latest version of the document identified by the given HDOC.java.lang.StringSaClassicConnectorImpl. resolveLatestHDoc(java.lang.String oldHdoc)SaSaveInfoSaClassicConnector. restoreVersion(java.lang.String versionID)Restores the version with the given HDOC.SaSaveInfoSaClassicConnectorImpl. restoreVersion(java.lang.String versionID)java.util.List<SaPropertyValue[]>SaClassicConnector. search(java.lang.String hqlQuery)Deprecated.Use searchHQL() instead.java.util.List<SaPropertyValue[]>SaClassicConnectorImpl. search(java.lang.String hqlQuery)Deprecated.java.util.Set<SaFolderClass>SaClassicConnector. searchFolderClass(SaFolderClassSearchInfo searchInfo)Searches for folder classes that match the specified propertied.java.util.Set<SaFolderClass>SaClassicConnectorImpl. searchFolderClass(SaFolderClassSearchInfo searchInfo)java.util.List<SaDocumentInfo>SaClassicConnector. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)HQL search extended with additional folder informations and depth.java.util.List<SaDocumentInfo>SaClassicConnectorImpl. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)java.util.List<SaDocumentInfo>SaClassicConnector. searchHQL(SaQueryInfo hqlQuery)Performs a search with the given hql query (hibernate query language).java.util.List<SaDocumentInfo>SaClassicConnectorImpl. searchHQL(SaQueryInfo hqlQuery)SettingSearchResultSaClassicConnector. searchSettings(SettingSearchInfo searchInfo)This method searches settings in the database.SettingSearchResultSaClassicConnectorImpl. searchSettings(SettingSearchInfo searchInfo)SaSaveInfoSaClassicConnector. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)This method specifies the Access Control Lists that secure the document given by its id.SaSaveInfoSaClassicConnectorImpl. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)voidSaClassicConnector. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)Sets the given annotations to the document.voidSaClassicConnectorImpl. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)voidSaClassicConnector. setCurrentUserPresent(boolean present)Deprecated.voidSaClassicConnectorImpl. setCurrentUserPresent(boolean present)voidSaClassicConnector. setEventsEnabled(boolean enabled)This method sets whether events (e.g.voidSaClassicConnectorImpl. setEventsEnabled(boolean enabled)voidSaClassicConnector. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)Sets an ACL for the given folder.voidSaClassicConnectorImpl. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)voidSaClassicConnector. setLocale(java.util.Locale locale)This methods sets the localization information for the current user.voidSaClassicConnectorImpl. setLocale(java.util.Locale locale)voidSaClassicConnectorImpl. setOutOfOffice(boolean isOutOfOffice)set the out of office status for the logged on user.voidSaClassicConnector. setSetting(Setting setting)This method stores aSettingin the database.voidSaClassicConnectorImpl. setSetting(Setting setting)voidSaClassicConnectorImpl. setSubstitute(java.lang.String name)Set the substitute for the logged on user.booleanSaClassicConnector. setUsedLicense(int type, int count)Set the count of used licenses.booleanSaClassicConnectorImpl. setUsedLicense(int type, int count)voidSaClassicConnector. setUserSetting(SaUserSetting setting)Persists a user-specific setting object.voidSaClassicConnectorImpl. setUserSetting(SaUserSetting setting)voidSaClassicConnector. stopServer()Deprecated.Functionality removed because of security-concerns.voidSaClassicConnectorImpl. stopServer()Deprecated.voidSaClassicConnector. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)This method stores a system file of a specific kind.voidSaClassicConnectorImpl. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)booleanSaClassicConnector. unlockDocument(java.lang.String sysRowId, java.lang.String ddcName)Unlocks a document.booleanSaClassicConnectorImpl. unlockDocument(java.lang.String sysRowId, java.lang.String ddcName)voidSaClassicConnector. updateCurrentUserInformation(MutableUserInformation user)Changes information about the current user.voidSaClassicConnectorImpl. updateCurrentUserInformation(MutableUserInformation user)SaSaveInfoSaClassicConnector. updateDocument(UpdateDocumentInfo updateInfo)Updates a document in the backend system with the given metadata, acls and content.SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.will be removed with version 8.1, useSaClassicConnector.updateDocument(UpdateDocumentInfo)instead.SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.will be removed with version 8.1SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks)Deprecated.will be removed with version 8.1SaSaveInfoSaClassicConnector. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks, boolean checkin)Deprecated.will be removed with version 8.1SaSaveInfoSaClassicConnectorImpl. updateDocument(UpdateDocumentInfo updateInfo)SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)Deprecated.SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Deprecated.SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks)Deprecated.SaSaveInfoSaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls, boolean resolveLinks, boolean checkin)Deprecated.voidSaClassicConnector. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.Properties namevaluePairs)Updates an existing folder with the given properties.voidSaClassicConnectorImpl. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.Properties namevaluePairs) -
Uses of SaSystemException in com.saperion.connector.events
Methods in com.saperion.connector.events that throw SaSystemException Modifier and Type Method Description voidCustomEventBuilder. fire()Fires the custom event defined by this builder. -
Uses of SaSystemException in com.saperion.connector.exceptions
Methods in com.saperion.connector.exceptions that return SaSystemException Modifier and Type Method Description SaSystemExceptionWrappedSystemException. getCause()Methods in com.saperion.connector.exceptions that throw SaSystemException Modifier and Type Method Description static voidConnectorExceptions. throwMissingConnection()static voidConnectorExceptions. throwSystemException(java.lang.String message)static voidConnectorExceptions. throwSystemException(java.lang.String message, java.lang.Throwable cause)static voidConnectorExceptions. throwSystemException(java.lang.Throwable cause)static voidConnectorExceptions. throwWrongRMIVersion()Constructors in com.saperion.connector.exceptions with parameters of type SaSystemException Constructor Description WrappedSystemException(SaSystemException cause) -
Uses of SaSystemException in com.saperion.connector.ldap
Methods in com.saperion.connector.ldap that throw SaSystemException Modifier and Type Method Description javax.naming.directory.DirContextSaLDAPAuthenticator. authenticate(java.lang.String name, char[] password)Authenicates the given user against the LDAP server. -
Uses of SaSystemException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaSystemException Modifier and Type Method Description voidAbstractWfRMIClientCommand. addComment(java.lang.String comment, java.lang.String taskUID, int level)voidSaRMIClientCommand. addComment(java.lang.String comment, java.lang.String taskUID, int level)voidAbstractWfRMIClientCommand. addHistory(java.lang.String description, java.lang.String taskUID)voidSaRMIClientCommand. addHistory(java.lang.String description, java.lang.String taskUID)voidAbstractFolderRMIClientCommand. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)Adds the document to a given folder.voidSaRMIClientCommand. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)Adds the document to a given folder.SaSaveInfoAbstractDocRMIClientCommand. cacheDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String xhDoc, java.lang.String dbName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoSaRMIClientCommand. cacheDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String xhDoc, java.lang.String ddcName, java.lang.String acls)Stores the actual document to the backend.voidSaRMIClientCommand. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String client, java.lang.String newPassword)Changes the password of an existing user.voidSaRMIClientCommandImpl. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String client, java.lang.String newPassword)Changes the password of an existing user.voidAbstractDocRMIClientCommand. checkoutDocument(java.lang.String hDoc)Checkout the given document.voidSaRMIClientCommand. checkoutDocument(java.lang.String hDoc)Checkout the given document.SapDocInfoAbstractDocRMIClientCommand. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfoSaRMIClientCommand. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.voidAbstractDocRMIClientCommand. clearContent()Clears all content of the opened document.voidSaRMIClientCommand. clearContent()Clears all content of the opened document.voidAbstractDocRMIClientCommand. closeDocument(com.saperion.jni.SaJNIDocHandle handle)Manually closing of a open document.voidSaRMIClientCommand. closeDocument(com.saperion.jni.SaJNIDocHandle handle)Manually closing of a open document.booleanSaRMIClientCommand. closeSession(com.saperion.connector.authentication.Session session)Close the givenSessionbooleanSaRMIClientCommandImpl. closeSession(com.saperion.connector.authentication.Session session)Close the givenSessionjava.lang.StringAbstractFolderRMIClientCommand. copyFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild, boolean withDocuments)Copies the given node and all it’s children to the destination.java.lang.StringSaRMIClientCommand. copyFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild, boolean withDocuments)Copies the given node and all it’s children to the destination.SaSaveInfoAbstractDocRMIClientCommand. createDocument(java.lang.String dbName, java.util.List<SaPropertyValue> values)Creates a new document with the given parameters.SaSaveInfoSaRMIClientCommand. createDocument(java.lang.String ddcName, java.util.List<SaPropertyValue> values)Creates a new document with the given parameters.java.lang.StringAbstractFolderRMIClientCommand. createFolder(SaFolderSaveInfo info)Creates a new node below a given node.java.lang.StringSaRMIClientCommand. createFolder(SaFolderSaveInfo info)Creates a new node below a given node.SaSaveInfoAbstractDocRMIClientCommand. createLink(LinkInfo link)SaSaveInfoSaRMIClientCommand. createLink(LinkInfo link)Creates a SAPERION Link into one Archive for an existing Document.SaSaveInfoAbstractDocRMIClientCommand. deleteDocument(int mode, java.lang.String hDoc)Delete a document.SaSaveInfoSaRMIClientCommand. deleteDocument(int mode, java.lang.String hdoc)Delete a document.voidAbstractFolderRMIClientCommand. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)Deletes a given node.voidSaRMIClientCommand. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)Deletes a given node.booleanSaRMIClientCommand. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)Deletes a setting in the database.booleanSaRMIClientCommandImpl. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)Deletes a setting in the database.voidAbstractDocRMIClientCommand. discardDocument()voidSaRMIClientCommand. discardDocument()Discards the document identified by the tokens handle.voidAbstractDocRMIClientCommand. dsicardCheckout(java.lang.String hDoc)Discards the checkout of the given document.voidSaRMIClientCommand. dsicardCheckout(java.lang.String hDoc)Discards the checkout of the given document.java.lang.StringAbstractWfRMIClientCommand. executeCommand(ContextInfo contextInfo)Performs the given command.java.lang.StringSaRMIClientCommand. executeCommand(ContextInfo contextInfo)Performs the given command.voidAbstractQueryRMIClientCommand. finishSQLTransaction(boolean commit, java.lang.String ddcName)Finish SQL transaction.voidSaRMIClientCommand. finishSQLTransaction(boolean commit, java.lang.String ddcName)Finish SQL transaction.voidAbstractDocRMIClientCommand. finishTransaction(boolean commit)Finish the transaction in the backend system.voidSaRMIClientCommand. finishTransaction(boolean commit)Finish the transaction in the backend system.java.lang.StringAbstractDocRMIClientCommand. getACLNames(java.lang.String hDoc)Reads the ACL's for the given document.java.lang.StringSaRMIClientCommand. getACLNames(java.lang.String hDoc)Reads the ACL's for the given document.SaACLRightsAbstractDocRMIClientCommand. getACLRights(java.lang.String[] acls)Reads the rights for the given acl's.SaACLRightsSaRMIClientCommand. getACLRights(java.lang.String[] acls)Reads the rights for the given acl's.java.util.List<SaAcl>AbstractDocRMIClientCommand. getAcls()Reads all existing ACLs.java.util.List<SaAcl>SaRMIClientCommand. getAcls()Reads all existing ACLs.java.util.List<java.lang.String>AbstractDocRMIClientCommand. getAllACLs()Deprecated.java.util.List<java.lang.String>SaRMIClientCommand. getAllACLs()Deprecated.java.lang.StringAbstractDocRMIClientCommand. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)Reads the annotations from the given document.java.lang.StringSaRMIClientCommand. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)Reads the annotations from the given document.intSaRMIClientCommand. getArchivedSize(java.lang.String hDoc)Returns the total document size in archive.intSaRMIClientCommandImpl. getArchivedSize(java.lang.String hDoc)Returns the total document size in archive.java.util.List<UsersRights>SaRMIClientCommand. getAuthorizedUsers(java.lang.String hDoc, java.lang.String rights, MatchKind match)Returns the users, that have specific rights on a document.java.util.List<UsersRights>SaRMIClientCommandImpl. getAuthorizedUsers(java.lang.String hDoc, java.lang.String rights, MatchKind match)Returns the users, that have specific rights on a document.BoxCountAbstractWfRMIClientCommand. getBoxCount(int boxId, BoxCountType type, java.util.Map<java.lang.String,java.lang.Object> parameters)Returns the number of all elements and of all unread elements of the inbox identified by the given id.BoxCountSaRMIClientCommand. getBoxCount(int boxId, BoxCountType type, java.util.Map<java.lang.String,java.lang.Object> parameters)Returns the number of all elements and of all unread elements of the inbox identified by the given id.java.util.List<BoxDefinition>AbstractWfRMIClientCommand. getBoxDefinitions()Reads the box definitions.java.util.List<BoxDefinition>SaRMIClientCommand. getBoxDefinitions()Reads the box definitions.java.util.Collection<CommandInfo>AbstractWfRMIClientCommand. getCommandInfos(java.lang.String taskUID)Reads all possible transitions for this task.java.util.Collection<CommandInfo>AbstractWfRMIClientCommand. getCommandInfos(java.lang.String taskUID, boolean transitionsOnly)Reads all possible transitions and optional other possible commands for this task.java.util.Collection<CommandInfo>SaRMIClientCommand. getCommandInfos(java.lang.String taskUID)Reads all possible transitions for this task.java.util.Collection<CommandInfo>SaRMIClientCommand. getCommandInfos(java.lang.String taskUID, boolean transitionsOnly)Reads all possible transitions and optional other possible commands for this task.java.util.List<CommentInfo>AbstractWfRMIClientCommand. getCommentInfos(java.lang.String taskUID)Reads the comments for the given task.java.util.List<CommentInfo>SaRMIClientCommand. getCommentInfos(java.lang.String taskUID)Reads the comments for the given task.java.util.List<java.util.List<HistoryInfo>>AbstractWfRMIClientCommand. getCompleteHistoryInfos(java.lang.String docUID)Reads the history for the given task.java.util.List<java.util.List<HistoryInfo>>SaRMIClientCommand. getCompleteHistoryInfos(java.lang.String docUID)Reads the history for the given task.com.lexmark.saperion.administration.RoleTypeSaRMIClientCommand. getCurrentUserRole()com.lexmark.saperion.administration.RoleTypeSaRMIClientCommandImpl. getCurrentUserRole()DDCSaRMIClientCommand. getDDC(java.lang.String ddcName)Returns information about the specified DDC.DDCSaRMIClientCommandImpl. getDDC(java.lang.String ddcName)longAbstractFolderRMIClientCommand. getDocumentFolderCount(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)Returns the total count over all folders from all users in which the specified document is countained in.longSaRMIClientCommand. getDocumentFolderCount(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)Returns the total count over all folders from all users in which the specified document is countained in.java.util.List<SaDocumentInfo>AbstractFolderRMIClientCommand. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)Returns a list of folder properties which contains all nodes the document is contained in.java.util.List<SaDocumentInfo>SaRMIClientCommand. getDocumentFolders(java.lang.String folderTableDDC, java.lang.String documentDDC, java.lang.String sysRowId)Returns a list of folder properties which contains all nodes the document is contained in.booleanSaRMIClientCommand. getEventsEnabled()Returns whether events (e.g.booleanSaRMIClientCommandImpl. getEventsEnabled()SaFeatureSaRMIClientCommand. getFeatures()Read the features.SaFeatureSaRMIClientCommandImpl. getFeatures()Read the features.SaFieldDescription[]SaRMIClientCommand. getFieldDescriptions(java.lang.String ddcName)Reads the field descriptions for a given DDC.SaFieldDescription[]SaRMIClientCommand. getFieldDescriptions(java.lang.String ddcName, java.lang.String mandant)Reads the field descriptions for a given DDC.SaFieldDescription[]SaRMIClientCommandImpl. getFieldDescriptions(java.lang.String ddcName)Reads the field descriptions for a given DDC.SaFieldDescription[]SaRMIClientCommandImpl. getFieldDescriptions(java.lang.String ddcName, java.lang.String mandant)Reads the field descriptions for a given DDC.java.util.List<SaDocumentInfo>AbstractFolderRMIClientCommand. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFoldersPerLevel)Returns a cursor with the children of the given node.java.util.List<SaDocumentInfo>SaRMIClientCommand. getFolderChildren(java.lang.String folderTableDDC, java.lang.String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders)Returns a cursor with the children of the given node.SaFolderClassAbstractFolderRMIClientCommand. getFolderClass(java.lang.String className)Reads the folder class with the given name.SaFolderClassSaRMIClientCommand. getFolderClass(java.lang.String className)Reads the folder class with the given name.java.util.List<SaDocumentInfo>AbstractFolderRMIClientCommand. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath, boolean exact)Returns the node(s) which match to the given path.java.util.List<SaDocumentInfo>SaRMIClientCommand. getFolderFromPath(java.lang.String folderTableDDC, java.lang.String startNodeId, java.lang.String folderPath, boolean exact)Returns the node(s) which match to the given path.SaDocumentInfoAbstractFolderRMIClientCommand. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)Reads the folder info object for the given folder.SaDocumentInfoSaRMIClientCommand. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)Reads the folder info object for the given folder.SaDocumentInfoAbstractFolderRMIClientCommand. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)Returns the parent of the given node.SaDocumentInfoSaRMIClientCommand. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)Returns the parent of the given node.SaDocAccessDataAbstractFolderRMIClientCommand. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)Returns the rights mask for the given folder and user.SaDocAccessDataSaRMIClientCommand. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)Returns the rights mask for the given folder and user.java.util.Set<FolderUpdateInfo>AbstractFolderRMIClientCommand. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)Get the Set of folders that shall be refreshed.java.util.Set<FolderUpdateInfo>SaRMIClientCommand. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)Get the Set of folders that shall be refreshed.java.lang.StringAbstractQueryRMIClientCommand. getFulltext(java.lang.String ddcName, java.lang.String sysRowId, java.lang.String hdoc, java.lang.String fieldName, long length)Reads the fulltext information for the given document with the given SYSROWID in the given DDC.java.lang.StringSaRMIClientCommand. getFulltext(java.lang.String ddcName, java.lang.String sysRowId, java.lang.String hdoc, java.lang.String fieldName, long length)Reads the fulltext information for the given document with the given SYSROWID in the given DDC.java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>SaRMIClientCommand. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)Fetches values of Full text columnsjava.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>SaRMIClientCommandImpl. getFullTextFields(java.lang.String ddcName, java.util.List<java.lang.String> fullTextFields, java.lang.String hdoc)java.lang.StringAbstractQueryRMIClientCommand. getHDocForSysRowId(java.lang.String sysRowId, java.lang.String ddcName)Searchs the HDOC for the given SysRowId.java.lang.StringSaRMIClientCommand. getHDocForSysRowId(java.lang.String sysRowId, java.lang.String ddcName)Searchs the HDOC for the given SysRowId.java.util.List<HistoryInfo>AbstractWfRMIClientCommand. getHistoryInfos(java.lang.String taskUID)Reads the history for the given task.java.util.List<HistoryInfo>SaRMIClientCommand. getHistoryInfos(java.lang.String taskUID)Reads the history for the given task.java.util.List<java.lang.String>AbstractQueryRMIClientCommand. getIdsFromQuery(java.lang.String query)Executes a HQL query and returns the results as a string list.java.util.List<java.lang.String>SaRMIClientCommand. getIdsFromQuery(java.lang.String query)Executes a HQL query and returns the results as a string list.java.util.List<java.lang.String>AbstractDocRMIClientCommand. getInvolvedUsers(java.lang.String hDoc)Reads all users involved in the set of ACL's.java.util.List<java.lang.String>SaRMIClientCommand. getInvolvedUsers(java.lang.String hDoc)Reads all users involved in the set of ACL's.intSaRMIClientCommand. getLicenseCount(int type)Read the licence count for the given user.intSaRMIClientCommandImpl. getLicenseCount(int type)Read the licence count for the given user.SaLockInfoAbstractDocRMIClientCommand. getLockInfo(java.lang.String sysRowId)Gets the lock info for a given node.SaLockInfoSaRMIClientCommand. getLockInfo(java.lang.String sysRowId)Gets the lock info for a given node.java.util.List<java.lang.String>AbstractDocRMIClientCommand. getLocks(java.lang.String ddcName)Reads all locks from the given DDC.java.util.List<java.lang.String>AbstractDocRMIClientCommand. getLocks(java.lang.String ddcName, java.lang.String mandant)Reads all locks from the given DDC.java.util.List<java.lang.String>SaRMIClientCommand. getLocks(java.lang.String ddcName)Reads all locks from the given DDC.java.util.List<java.lang.String>SaRMIClientCommand. getLocks(java.lang.String ddcName, java.lang.String mandant)Reads all locks from the given DDC.WorkflowMemberSaRMIClientCommand. getMember(WorkflowMember member, int depth, java.lang.String filter)Reads the member.WorkflowMemberSaRMIClientCommandImpl. getMember(WorkflowMember member, int depth, java.lang.String filter)Reads the member.WorkflowMemberSaRMIClientCommand. getMembers()Reads the member.WorkflowMemberSaRMIClientCommandImpl. getMembers()Reads the member.com.saperion.jni.SaJNIDocAccessDataAbstractDocRMIClientCommand. getNodeAccessData(java.lang.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.SaJNIDocAccessDataSaRMIClientCommand. getNodeAccessData(java.lang.String hdoc)Opens the document identified by hdoc and returns an object containing all access right data information for the session user.booleanAbstractWfRMIClientCommand. getOutOfOffice()Get the out of office status for the logged on user.booleanSaRMIClientCommand. getOutOfOffice()Get the out of office status for the logged on user.TaskInfoAbstractWfRMIClientCommand. getParentTask(java.lang.String taskID)Reads the parent task info for the given ID.TaskInfoSaRMIClientCommand. getParentTask(java.lang.String taskID)Reads the parent task info for the given ID.java.lang.StringSaRMIClientCommand. getRealDBName(java.lang.String ddcName, java.lang.String field, java.lang.String mandant)returns the real database table name for a given DDC.java.lang.StringSaRMIClientCommandImpl. getRealDBName(java.lang.String ddcName, java.lang.String field, java.lang.String mandant)returns the real database table name for a given DDC.java.lang.StringSaRMIClientCommand. getRMIVersion()Get the RMI interface version from java core server.java.lang.StringSaRMIClientCommandImpl. getRMIVersion()Get the RMI interface version from java core server.SettingSaRMIClientCommand. getSetting(java.lang.String name, java.lang.String section, boolean isLong)Retrieves a setting from the database.SettingSaRMIClientCommandImpl. getSetting(java.lang.String name, java.lang.String section, boolean isLong)Retrieves a setting from the database.java.util.List<SaDocumentInfo>AbstractQueryRMIClientCommand. getStringQueryResult(SaQueryInfo hqlQuery)Executes a given HQL string and returns the results as list.java.util.List<SaDocumentInfo>SaRMIClientCommand. getStringQueryResult(SaQueryInfo queryInfo)Executes a given HQL string and returns the results as list.java.lang.StringAbstractWfRMIClientCommand. getSubstitute()Get the substitute for the logged on user.java.lang.StringSaRMIClientCommand. getSubstitute()Get the substitute for the logged on user.java.util.List<java.lang.String>SaRMIClientCommand. getSystemFiles(SystemFileKind kind, java.lang.String filter)Gets the system files of a specific kind.java.util.List<java.lang.String>SaRMIClientCommandImpl. getSystemFiles(SystemFileKind kind, java.lang.String filter)Gets the system files of a specific kind.SaSystemInfoSaRMIClientCommand. getSystemInfo()Reads system info.SaSystemInfoSaRMIClientCommandImpl. getSystemInfo()Reads system info.SaSystemSettingSaRMIClientCommand. getSystemSetting(java.lang.String accessKey)Retrieves a system setting object.SaSystemSettingSaRMIClientCommandImpl. getSystemSetting(java.lang.String accessKey)Retrieves a system setting object.TaskInfoAbstractWfRMIClientCommand. getTask(java.lang.String taskID)Reads the task info for the given ID.TaskInfoSaRMIClientCommand. getTask(java.lang.String taskID)Reads the task info for the given ID.java.util.List<TaskAuditInfo>AbstractWfRMIClientCommand. getTaskAuditList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task audit for this user.java.util.List<TaskAuditInfo>SaRMIClientCommand. getTaskAuditList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task audit for this user.java.util.List<TaskInfo>AbstractWfRMIClientCommand. getTaskList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task for this user.java.util.List<TaskInfo>SaRMIClientCommand. getTaskList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task for this user.byte[]AbstractDocRMIClientCommand. getThumbnail(java.lang.String hDoc, int widthX, int widthY, boolean color)Reads the thumbnail of the given document.byte[]SaRMIClientCommand. getThumbnail(java.lang.String hDoc, int widthX, int widthY, boolean color)Reads the thumbnail of the given document.int[]SaRMIClientCommand. getUserIdsForQuery()Read the userids.int[]SaRMIClientCommandImpl. getUserIdsForQuery()Read the userids.java.util.List<java.lang.String>AbstractWfRMIClientCommand. getUsers(java.lang.String filter)Reads a list of filtered users.java.util.List<java.lang.String>SaRMIClientCommand. getUsers(java.lang.String filter)Reads a list of filtered users.SaUserSettingSaRMIClientCommand. getUserSetting(java.lang.String accessKey)Retrieves a user setting object.SaUserSettingSaRMIClientCommandImpl. getUserSetting(java.lang.String accessKey)Retrieves a user setting object.java.util.List<java.lang.String>AbstractQueryRMIClientCommand. getVersionList(java.lang.String ddcName, java.lang.String sysrowID)Reads the versionlist for the given document.java.util.List<java.lang.String>SaRMIClientCommand. getVersionList(java.lang.String ddcName, java.lang.String sysrowID)Reads the versionlist for the given document.java.util.List<java.lang.String>AbstractWfRMIClientCommand. getWorkflowDefinitions()Reads all available workflow definitions.java.util.List<java.lang.String>SaRMIClientCommand. getWorkflowDefinitions()Reads all available workflow definitions.<T extends java.io.Serializable>
TSaRMIClientCommand. invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)This method invokes aOperationon the backend.<T extends java.io.Serializable>
TSaRMIClientCommandImpl. invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)This method invokes aOperationon the backend.booleanSaRMIClientCommand. isAlive()Test the lifetime of this token.booleanSaRMIClientCommandImpl. isAlive()Test the lifetime of this token.booleanSaRMIClientCommand. isRevisionEnabled(int mandant, java.lang.String ddcName)Gets the information whether the provided ddc table contains the fields required for revisions.booleanSaRMIClientCommandImpl. isRevisionEnabled(int mandant, java.lang.String ddcName)Gets the information whether the provided ddc table contains the fields required for revisions.java.util.List<com.saperion.connector.authentication.Session>SaRMIClientCommand. listActiveSessions()List the active sessions of the logged in user.java.util.List<com.saperion.connector.authentication.Session>SaRMIClientCommandImpl. listActiveSessions()List the active sessions of the logged in user.java.lang.String[]SaRMIClientCommand. loadDDCNames()Retrieves the available DDC names.java.lang.String[]SaRMIClientCommandImpl. loadDDCNames()Retrieves the available DDC names.java.lang.String[]SaRMIClientCommand. loadFolderDDCNames()Retrieves the available folder DDC names.java.lang.String[]SaRMIClientCommandImpl. loadFolderDDCNames()Retrieves the available folder DDC names.java.util.PropertiesSaRMIClientCommand. loadSettings(java.lang.String section)Load settings from backend.java.util.PropertiesSaRMIClientCommandImpl. loadSettings(java.lang.String section)Load settings from backend.java.io.InputStreamSaRMIClientCommand. loadSystemFile(SystemFileKind kind, java.lang.String name)Loads a system file of a specific kind.java.io.InputStreamSaRMIClientCommandImpl. loadSystemFile(SystemFileKind kind, java.lang.String name)Loads a system file of a specific kind.java.lang.StringSaRMIClientCommand. loadWorkflowDDCName()Retrieves the workflow DDC name.java.lang.StringSaRMIClientCommandImpl. loadWorkflowDDCName()Retrieves the workflow DDC name.booleanAbstractDocRMIClientCommand. lockNode(java.lang.String sysRowId, java.lang.String ddcName, int lockType, boolean sessionScoped)Locks a node.booleanSaRMIClientCommand. lockNode(java.lang.String sysRowId, java.lang.String ddcName, int lockType, boolean sessionScoped)Locks a node.voidAbstractDocRMIClientCommand. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)Adds an audit log event.voidSaRMIClientCommand. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)Adds an audit log event.booleanSaRMIClientCommand. logoff()Log off the user from the server instance.booleanSaRMIClientCommandImpl. logoff()Log off the user from the server instance.default com.saperion.connector.authentication.SessionSaRMIClientCommand. logon(int rmiToken)Deprecated.com.saperion.connector.authentication.SessionSaRMIClientCommand. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)Logon with the passed credentials.com.saperion.connector.authentication.SessionSaRMIClientCommand. 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.SessionSaRMIClientCommandImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)Logon with the passed credentials.com.saperion.connector.authentication.SessionSaRMIClientCommandImpl. 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.voidAbstractFolderRMIClientCommand. moveFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild)Moves the given node to a new destination.voidSaRMIClientCommand. moveFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild)Moves the given node to a new destination.voidAbstractFolderRMIClientCommand. moveToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId, java.lang.String destinationId)Moves the document’s filing to the given node.voidSaRMIClientCommand. moveToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId, java.lang.String destinationId)Moves the document’s filing to the given node.<ResultType extends java.io.Serializable,ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
ResultTypeSaRMIClientCommand. newInvoke(com.lexmark.saperion.remote.common.operations.EcmOperation<ResultType,ExceptionType> operation)This method invokes aEcmOperationin the backend.<ResultType extends java.io.Serializable,ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
ResultTypeSaRMIClientCommandImpl. newInvoke(com.lexmark.saperion.remote.common.operations.EcmOperation<ResultType,ExceptionType> operation)protected voidSaRMIClientCommandImpl. performLogonAfterFailure(java.lang.Exception e)Performs relogon in the backend.com.saperion.jni.SaJNIReadBufferAbstractDocRMIClientCommand. readDocumentFirst(java.lang.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.SaJNIReadBufferAbstractDocRMIClientCommand. readDocumentFirst(java.lang.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.SaJNIReadBufferSaRMIClientCommand. readDocumentFirst(java.lang.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.SaJNIReadBufferSaRMIClientCommand. readDocumentFirst(java.lang.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.SaPropertyValue[]AbstractQueryRMIClientCommand. readDocumentMetadata(java.lang.String sysRowId, java.lang.String ddcName, java.lang.String[] fields)Reads the meta data of the document with the given ID.SaPropertyValue[]SaRMIClientCommand. readDocumentMetadata(java.lang.String sysRowId, java.lang.String ddcName, java.lang.String[] fields)Reads the meta data of the document with the given ID.com.saperion.jni.SaJNIReadBufferAbstractDocRMIClientCommand. readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)Reads the next bytes from the open document, described in the handle.com.saperion.jni.SaJNIReadBufferSaRMIClientCommand. readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)Reads the next bytes from the open document, described in the handle.SaVersionDataAbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID)Reads the version meta data of the document with the given ID.SaVersionDataAbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)SaVersionDataSaRMIClientCommand. readVersionMetadata(java.lang.String versionID)Reads the version meta data of the document with the given ID.SaVersionDataSaRMIClientCommand. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)Reads the version meta data of the document with the given ID.voidAbstractDocRMIClientCommand. releaseDocument(java.lang.String hDoc, java.lang.String comment)Release the given document.voidSaRMIClientCommand. releaseDocument(java.lang.String hDoc, java.lang.String comment)Release the given document.protected voidAbstractRMIClientCommand. reLogon()protected booleanAbstractRMIClientCommand. reLogonAfterConnectionFailure(java.lang.Exception e)If the cause of the exception is a connection failure, this methods performs a relogon.voidAbstractDocRMIClientCommand. removeElement(int element)Removes a existing content element.voidAbstractDocRMIClientCommand. removeElement(java.lang.Integer[] elements)Removes a series of existing content elements.voidSaRMIClientCommand. removeElement(int element)Removes a existing content element.voidSaRMIClientCommand. removeElement(java.lang.Integer[] elements)Removes a series of existing content elements.voidAbstractFolderRMIClientCommand. removeFromFolder(java.lang.String folderTableDDC, java.lang.String documentSysRowId, java.lang.String documentDDC, java.lang.String folderId)Remove the document filing from the given node.voidSaRMIClientCommand. removeFromFolder(java.lang.String folderTableDDC, java.lang.String documentSysRowId, java.lang.String documentDDC, java.lang.String folderId)Remove the document filing from the given node.java.lang.StringSaRMIClientCommand. resolveLatestHdoc(java.lang.String oldHdoc)Resolves the hdoc of the latest version of the document identified by the given hdoc.java.lang.StringSaRMIClientCommandImpl. resolveLatestHdoc(java.lang.String oldHdoc)Resolves the hdoc of the latest version of the document identified by the given hdoc.SaSaveInfoAbstractDocRMIClientCommand. restoreVersion(java.lang.String versionID)Restores the given version to the actual version.SaSaveInfoSaRMIClientCommand. restoreVersion(java.lang.String versionID)Restores the given version to the actual version.SaSaveInfoAbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata)Saves the document paramaters to the document.SaSaveInfoAbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata, boolean resolveLinks)Saves the document paramaters to the document.SaSaveInfoSaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Saves the document paramaters to the document.SaSaveInfoSaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values, boolean resolveLinks)Saves the document paramaters to the document.java.util.Set<SaFolderClass>AbstractFolderRMIClientCommand. searchFolderClass(SaFolderClassSearchInfo searchInfo)Searches for folder classes with the specified properties.java.util.Set<SaFolderClass>SaRMIClientCommand. searchFolderClass(SaFolderClassSearchInfo searchInfo)Searches for folder classes with the specified properties.java.util.List<SaDocumentInfo>AbstractFolderRMIClientCommand. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)HQL search extended with additional folder informations and depth.java.util.List<SaDocumentInfo>SaRMIClientCommand. searchFolderDocuments(java.lang.String folderTableDDC, java.lang.String folderId, SaQueryInfo hqlFilter)HQL search extended with additional folder informations and depth.SettingSearchResultSaRMIClientCommand. searchSettings(SettingSearchInfo searchInfo)Searches for settings.SettingSearchResultSaRMIClientCommandImpl. searchSettings(SettingSearchInfo searchInfo)Searches for settings.voidSaRMIClientCommand. sendBarcode(java.lang.String indexMask, java.lang.String docUid, java.lang.String contentRep, java.lang.String sid, java.lang.String docType, java.lang.String value, int mandant)Send barcode to SAP.voidSaRMIClientCommandImpl. sendBarcode(java.lang.String indexMask, java.lang.String docUid, java.lang.String contentRep, java.lang.String sid, java.lang.String docType, java.lang.String value, int mandant)Send barcode to SAP.SaSaveInfoAbstractDocRMIClientCommand. setACLName(java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)Sets the given ACL to the node.SaSaveInfoSaRMIClientCommand. setACLName(java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)Sets the given ACL to the node.voidAbstractDocRMIClientCommand. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)Sets the given annotations to the document.voidSaRMIClientCommand. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)Sets the given annotations to the document.voidAbstractDocRMIClientCommand. setElementMark(int element)Mark the content element.voidSaRMIClientCommand. setElementMark(int element)Mark the content element.voidSaRMIClientCommand. setEventsEnabled(boolean enabled)Sets whether events (e.g.voidSaRMIClientCommandImpl. setEventsEnabled(boolean enabled)voidAbstractFolderRMIClientCommand. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)Sets an ACL for the given folder.voidSaRMIClientCommand. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)Sets an ACL for the given folder.voidSaRMIClientCommand. setLocale(java.util.Locale local)Set the locale for localization.voidSaRMIClientCommandImpl. setLocale(java.util.Locale local)Set the locale for localization.voidAbstractWfRMIClientCommand. setOutOfOffice(boolean isOutOfOffice)Set the out of office status for the logged on user.voidSaRMIClientCommand. setOutOfOffice(boolean isOutOfOffice)Set the out of office status for the logged on user.voidSaRMIClientCommand. setSetting(Setting setting)Persists a setting in the database.voidSaRMIClientCommandImpl. setSetting(Setting setting)Persists a setting in the database.voidAbstractWfRMIClientCommand. setSubstitute(java.lang.String substituteName)Set the substitute for the logged on user.voidSaRMIClientCommand. setSubstitute(java.lang.String name)Set the substitute for the logged on user.booleanSaRMIClientCommand. setUsedLicense(int type, int count)Set the count of used licenses.booleanSaRMIClientCommandImpl. setUsedLicense(int type, int count)Set the count of used licenses.voidSaRMIClientCommand. setUserSetting(SaUserSetting setting)Persists a user setting object.voidSaRMIClientCommandImpl. setUserSetting(SaUserSetting setting)Persists a user setting object.voidAbstractDocRMIClientCommand. setVariables(int element, java.util.Map<java.lang.String,java.lang.String> variables)voidSaRMIClientCommand. setVariables(int element, java.util.Map<java.lang.String,java.lang.String> variables)Method to set the Variables for an Content-Object or the Structure itself.voidAbstractQueryRMIClientCommand. startSQLTransaction(java.lang.String ddcName)Start SQL transaction.voidSaRMIClientCommand. startSQLTransaction(java.lang.String ddcName)Start SQL transaction.voidAbstractDocRMIClientCommand. startTransaction()Starts a transaction in the backend system.voidSaRMIClientCommand. startTransaction()Starts a transaction in the backend system.SaSaveInfoAbstractDocRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String dbName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoAbstractDocRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String dbName, java.lang.String acls, boolean checkout)Stores the actual document to the backend.SaSaveInfoSaRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls)Stores the actual document to the backend.SaSaveInfoSaRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls, boolean checkin)Stores the actual document to the backend.voidSaRMIClientCommand. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)Stores a system file of a specific kind.voidSaRMIClientCommandImpl. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)Stores a system file of a specific kind.booleanAbstractDocRMIClientCommand. unlockNode(java.lang.String sysRowId, java.lang.String ddcName)Unlocks a node.booleanSaRMIClientCommand. unlockNode(java.lang.String sysRowId, java.lang.String ddcName)Unlocks a node.voidAbstractFolderRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)Updates a given node with the given properties.voidSaRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)Updates a given node with the given properties.longAbstractDocRMIClientCommand. writeContent(ContentStream content)Writes the content of the document.longAbstractDocRMIClientCommand. writeContent(java.io.InputStream stream)longAbstractDocRMIClientCommand. writeContent(java.io.InputStream stream, java.lang.String fileName, int element)longAbstractDocRMIClientCommand. writeContent(java.io.InputStream stream, java.lang.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.longSaRMIClientCommand. writeContent(ContentStream contentStream)Writes the content of the document.longSaRMIClientCommand. writeContent(java.io.InputStream stream)Writes the content of the document.longSaRMIClientCommand. writeContent(java.io.InputStream stream, java.lang.String fileName, int element)longSaRMIClientCommand. writeContent(java.io.InputStream stream, java.lang.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.Constructors in com.saperion.connector.rmi that throw SaSystemException Constructor Description SaRMISystemConnector(SaRMIServerInfo serverInfo)Constructor. -
Uses of SaSystemException in com.saperion.connector.service
Methods in com.saperion.connector.service with parameters of type SaSystemException Modifier and Type Method Description protected SaBasicExceptionLegacyAwareRmiClientService. mapSystemException(SaSystemException systemException)Deprecated.protected com.lexmark.saperion.exceptions.system.SystemExceptionLegacyAwareRmiClientService. unwrapSystemException(SaSystemException systemException)Deprecated. -
Uses of SaSystemException in com.saperion.connector.wf
Methods in com.saperion.connector.wf that throw SaSystemException Modifier and Type Method Description voidSaWFTask. addComment(java.lang.String comment, int level)Adds a comment to the workflow.voidSaWFTaskImpl. addComment(java.lang.String commentString, int level)Adds a comment to the workflow.voidSaWFTask. addHistory(java.lang.String description)Adds a history entry.voidSaWFTaskImpl. addHistory(java.lang.String descriptionString)Adds a history entry.java.io.InputStreamSaWFTask. getAttachmentContent(int element)Reads the content of the attachment.java.io.InputStreamSaWFTaskImpl. getAttachmentContent(int element)Reads the content of the attachment.java.lang.LongSaWFConnector. getBoxCount(int boxId)Reads the count (number of workflow item) of the inbox identified by the given id.java.lang.LongSaWFConnectorImpl. getBoxCount(int boxId)Reads the count (number of workflow item) of the inbox identified by the given id.java.util.List<BoxDefinition>SaWFConnector. getBoxDefinitions()Reads the box definitions.java.util.List<BoxDefinition>SaWFConnectorImpl. getBoxDefinitions()Reads the box definitions.CommandInfo[]SaWFTask. getCommandInfos()Reads all possible transitions for this task.CommandInfo[]SaWFTask. getCommandInfos(boolean transitionsOnly)Reads all possible transitions and optional other possible commands for this task.CommandInfo[]SaWFTaskImpl. getCommandInfos()Reads all possible transitions for this task.CommandInfo[]SaWFTaskImpl. getCommandInfos(boolean transitionsOnly)Reads all possible transitions and optional other possible commands for this task.java.util.List<TaskInfo>SaWFConnector. getGroupbox(int[] ids, java.lang.String filter)Read the content of the group box.java.util.List<TaskInfo>SaWFConnectorImpl. getGroupbox(int[] ids, java.lang.String filter)Read the content of the group box.java.util.List<TaskInfo>SaWFConnector. getInbox(java.lang.String filter)Read the content of the inbox.java.util.List<TaskInfo>SaWFConnectorImpl. getInbox(java.lang.String filter)Read the content of the inbox.WorkflowMemberSaWFConnector. getMember(WorkflowMember member, int depth, java.lang.String filter)Reads direct workflow member tree.WorkflowMemberSaWFConnectorImpl. getMember(WorkflowMember member, int depth, java.lang.String filter)Reads direct workflow member tree.WorkflowMemberSaWFConnector. getMembers()Reads the workflow member tree.WorkflowMemberSaWFConnectorImpl. getMembers()Reads the workflow member tree.java.util.List<TaskInfo>SaWFConnector. getOrgUnitbox(int[] ids, java.lang.String filter)Read the content of the organisation unit box.java.util.List<TaskInfo>SaWFConnectorImpl. getOrgUnitbox(int[] ids, java.lang.String filter)Read the content of the organisation unit box.booleanSaWFConnector. getOutOfOffice()Get the out of office status for the logged on user.booleanSaWFConnectorImpl. getOutOfOffice()Get the out of office status for the logged on user.SaWFTaskSaWFConnector. getParentTask(java.lang.String taskId)Get parent task direct by ID.SaWFTaskSaWFConnectorImpl. getParentTask(java.lang.String taskId)Get parent task direct by ID.java.util.List<java.lang.String>SaWFConnector. getProcessDefinitions()Reads all available process definitions.java.util.List<ProcessDefinitionDescriptor>SaWFConnector. getProcessDefinitions(java.lang.String ddcName)Returns the process definitions that are allowed to be used for documents contained in the specified DDC.java.util.List<java.lang.String>SaWFConnectorImpl. getProcessDefinitions()Reads all available process definitions.java.util.List<ProcessDefinitionDescriptor>SaWFConnectorImpl. getProcessDefinitions(java.lang.String ddcName)Returns the process definitions that are allowed to be used for documents contained in the specified DDC.java.lang.StringSaWFConnector. getSubstitute()Get the substitute for the logged on user.java.lang.StringSaWFConnectorImpl. getSubstitute()Get the substitute for the logged on user.java.util.List<TaskInfo>SaWFConnector. getSubstitutebox(int[] ids, java.lang.String filter)Read the content of the substitute box.java.util.List<TaskInfo>SaWFConnectorImpl. getSubstitutebox(int[] ids, java.lang.String filter)Read the content of the substitute box.SaWFTaskSaWFConnector. getTask(TaskInfo taskInfo)Creates a task object from the given task information.SaWFTaskSaWFConnector. getTask(java.lang.String taskId)Get task direct by ID.SaWFTaskSaWFConnectorImpl. getTask(TaskInfo taskInfo)Creates a task object from the given task information.SaWFTaskSaWFConnectorImpl. getTask(java.lang.String taskId)Get task direct by ID.java.util.List<TaskAuditInfo>SaWFConnector. getTaskAuditList(int[] boxIds, java.lang.String filter)Reads the task audit for this user.java.util.List<TaskAuditInfo>SaWFConnector. getTaskAuditList(int[] boxIds, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task audit for this user.java.util.List<TaskAuditInfo>SaWFConnectorImpl. getTaskAuditList(int[] boxIds, java.lang.String filter)Reads the task audit for this user.java.util.List<TaskAuditInfo>SaWFConnectorImpl. getTaskAuditList(int[] boxIds, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task audit for this user.java.util.List<TaskInfo>SaWFConnector. getTaskList(int[] boxIds, java.lang.String filter)Reads the task for this user.java.util.List<TaskInfo>SaWFConnector. getTaskList(int[] boxIds, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task for this user.java.util.List<TaskInfo>SaWFConnectorImpl. getTaskList(int[] boxIds, java.lang.String filter)Reads the task for this user.java.util.List<TaskInfo>SaWFConnectorImpl. getTaskList(int[] boxIds, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)Reads the task for this user.java.lang.StringSaWFConnector. getWorkflowDdcName()Gets the workflow ddc namejava.lang.StringSaWFConnectorImpl. getWorkflowDdcName()Gets the workflow ddc namebooleanSaWFConnector. logoff()Logoff from the backend system.booleanSaWFConnectorImpl. logoff()Logoff from the backend system.intSaWFConnector. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)performs logon to the backend system.intSaWFConnectorImpl. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)performs logon to the backend system.SaPropertyValue[]SaWFTask. readAttachmentMetadata()Reads the metadata of the attachment.SaPropertyValue[]SaWFTaskImpl. readAttachmentMetadata()Reads the metadata of the attachment.TaskUserSelectionSaWFTask. readSelectableUsersForTransition(int transition)Obtains the next tasksTaskUserSelectionfor the given transition.TaskUserSelectionSaWFTaskImpl. readSelectableUsersForTransition(int transition)Obtains the next tasksTaskUserSelectionfor the given transition.voidSaWFConnector. setOutOfOffice(boolean isOutOfOffice)set the out of office status for the logged on user.voidSaWFConnectorImpl. setOutOfOffice(boolean isOutOfOffice)set the out of office status for the logged on user.voidSaWFConnector. setSubstitute(java.lang.String name)Set the substitute for the logged on user.voidSaWFConnectorImpl. setSubstitute(java.lang.String name)Set the substitute for the logged on user.SaSaveInfoSaWFTask. updateAttachment(java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Updates the attachment in the backend system with the given metadata, acls and content.SaSaveInfoSaWFTaskImpl. updateAttachment(java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)Updates the attachment in the backend system with the given metadata, acls and content.Constructors in com.saperion.connector.wf that throw SaSystemException Constructor Description SaWFConnectorImpl()Constructs theSaWFConnectorImplinstance which provides workflow functionalities.SaWFConnectorImpl(SaClassicConnector conn)Constructor with given connector.SaWFConnectorImpl(java.lang.String configPath)Constructs theSaWFConnectorImplinstance which provides workflow functionalities.SaWFTaskImpl(SaClassicConnectorImpl connector, TaskInfo taskInfo, java.lang.String user)Constructor. -
Uses of SaSystemException in com.saperion.exception
Subclasses of SaSystemException in com.saperion.exception Modifier and Type Class Description classSaFolderAlreadyExistsExceptionException thrown when a folder is created and a sibling with the same name already exists.classSaFolderNameExceptionException thrown in folder-related methods when a folder name contained an invalid character.classSaFolderOperationNotAllowedExceptionThrown when an operation with folders is not allowed.classSaSapUrlExceptionException thrown when checking a SAP-URL failed.classSaTooManyResultsExceptionThis exception is thrown when a query returned more results than allowed.classSaUniqueConstraintViolationExceptionException thrown when a document is created or updated and the value of a unique field already exists in another document.classWrappedBasicExceptionThis exception is intended to wrap instances ofSaBasicExceptionin order to transport them by rmi without breaking compatibility of existent calls andoperations.classWrappedEcmExceptionThis exception works as wrapper in cases where server components already throw new exceptions while the client interface still expects the old ones. -
Uses of SaSystemException in com.saperion.jna.typemapping.database
Methods in com.saperion.jna.typemapping.database that throw SaSystemException Modifier and Type Method Description com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArrayDataBaseFieldMapper. createDdcSpecificArray(com.saperion.jna.applsrv.m2.Handle definition, java.util.Map<java.lang.String,java.lang.Object> indexData)com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArrayDataBaseFieldMapper. createMappedArray(java.util.List<?> members)<T> TDataBaseFieldMapper. fromString(java.lang.Class<T> clazz, java.lang.String input) -
Uses of SaSystemException in com.saperion.operations
Subclasses of SaSystemException in com.saperion.operations Modifier and Type Class Description static classLegacyOperationAdapter.EcmExceptionWrapperMethods in com.saperion.operations that return SaSystemException Modifier and Type Method Description static SaSystemExceptionLegacyOperation. mapEcmException(com.lexmark.saperion.exceptions.EcmException e)Methods in com.saperion.operations that throw SaSystemException Modifier and Type Method Description java.util.ArrayList<java.lang.String>GetIxosDDCNames. invoke() -
Uses of SaSystemException in com.saperion.operations.lookup
Methods in com.saperion.operations.lookup that throw SaSystemException Modifier and Type Method Description java.lang.StringCreateLookupEntry. invoke()Deprecated. -
Uses of SaSystemException in com.saperion.rmi
Methods in com.saperion.rmi that throw SaSystemException Modifier and Type Method Description protected com.saperion.jni.SaJNIReadBufferSaRMIInputStream. readDocumentFirst(java.lang.String docHdoc, boolean curRevision, int docElement, boolean withAnnotations)Constructors in com.saperion.rmi that throw SaSystemException Constructor Description SaStatusInfo(SaPropertyValue value)Constructor. -
Uses of SaSystemException in com.saperion.rmi.common
Methods in com.saperion.rmi.common that throw SaSystemException Modifier and Type Method Description longSaRMIServerCommand. countTasks(int token, int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> filterParams)Counts the tasks that are contained in the specified inbox(es).java.util.List<SaDocumentInfo>SaRMIServerCommand. getStringQueryResult(int token, SaQueryInfo queryInfo)Executes a given HQL string and returns the results as list.SaPropertyValue[]SaRMIServerCommand. readDocumentMetadata(int token, java.lang.String documentHDOC, java.lang.String ddcName, java.lang.String[] fields)Reads the metadata of the document with the given ID. -
Uses of SaSystemException in com.saperion.rmi.serverexception
Subclasses of SaSystemException in com.saperion.rmi.serverexception Modifier and Type Class Description classNativeExceptionAn exception indicating that a native call resulted in a return code other than retOk. -
Uses of SaSystemException in com.saperion.util
Methods in com.saperion.util that throw SaSystemException Modifier and Type Method Description voidClassicConnectorUtil. checkProperties(SaFieldDescription[] fields, java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, boolean skipMandatoryCheck, java.lang.String ddcName)voidClassicConnectorUtil. checkProperties(SaFieldDescription[] fields, java.util.Properties props, boolean skipMandatoryCheck, java.lang.String ddcName)Check properties.voidClassicConnectorUtil. checkProperties(Description description, SaFieldDescription[] fields)Check properties.voidClassicConnectorUtil. checkProperties(java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, java.lang.String ddcName, SaFieldDescription[] fields)Check properties.booleanClassicConnectorUtil. validatedQueryString(java.lang.String hqlQuery)Validated query string.
-