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 void
SaClassicConnectorImpl. addComment(java.lang.String comment, java.lang.String taskUID, int level)
Adds a comment to the task.void
SaClassicConnectorImpl. addHistory(java.lang.String description, java.lang.String taskUID)
Adds a history entry to the task.void
SaClassicConnector. addListener(SaEventListener listener)
Deprecated.will be removed with version 8.1void
SaClassicConnector. addListener(SaStatusEventListener listener)
Deprecated.will be removed with version 8.1void
SaClassicConnectorImpl. addListener(SaEventListener listener)
Deprecated.void
SaClassicConnectorImpl. addListener(SaStatusEventListener listener)
Deprecated.void
SaClassicConnector. addToFolder(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.void
SaClassicConnectorImpl. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)
SaSaveInfo
SaClassicConnector. cacheDocument(java.lang.String xhDoc, DocumentInfo document)
Caches a new document in the backend system with the given metadata and content.SaSaveInfo
SaClassicConnector. 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.SaSaveInfo
SaClassicConnectorImpl. cacheDocument(java.lang.String xhDoc, DocumentInfo document)
SaSaveInfo
SaClassicConnectorImpl. 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)
void
SaClassicConnector. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String tenant, java.lang.String newPassword)
Changes the password of an existing user.void
SaClassicConnectorImpl. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String tenant, java.lang.String newPassword)
void
SaClassicConnector. checkoutDocument(java.lang.String hDoc)
Checks out a document for the given document id (hdoc).void
SaClassicConnector. checkoutDocument(java.lang.String hDoc, boolean withCloudShare, int[] shareBaseDocIds)
Checks out a document with filesystem/ShareBase for the given document id (hdoc).void
SaClassicConnectorImpl. checkoutDocument(java.lang.String hDoc)
void
SaClassicConnectorImpl. checkoutDocument(java.lang.String hDoc, boolean withCloudShare, int[] shareBaseDocIds)
SapDocInfo
SaClassicConnector. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfo
SaClassicConnectorImpl. checkSapUrl(java.lang.String url)
boolean
SaClassicConnector. closeSession(com.saperion.connector.authentication.Session session)
Close the givenSession
of logged in userboolean
SaClassicConnectorImpl. closeSession(com.saperion.connector.authentication.Session session)
Close the givenSession
of logged in userjava.lang.String
SaClassicConnector. 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.String
SaClassicConnectorImpl. copyFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild, boolean withDocuments)
SaSaveInfo
SaClassicConnector. createDocument(DocumentInfo document)
Creates a new document on the backend system with the givenDocumentInfo
.SaSaveInfo
SaClassicConnector. 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.SaSaveInfo
SaClassicConnector. 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.SaSaveInfo
SaClassicConnectorImpl. createDocument(DocumentInfo document)
SaSaveInfo
SaClassicConnectorImpl. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)
Deprecated.SaSaveInfo
SaClassicConnectorImpl. createDocument(java.lang.String ddcName, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment, java.lang.String acls)
Deprecated.void
SaClassicConnector. createExternalStorageFolderMapping(SaperionExternalStorageMappingInfo mappingInfo)
Stores the mapping information about Saperion document and External Storage foldervoid
SaClassicConnectorImpl. createExternalStorageFolderMapping(SaperionExternalStorageMappingInfo mappingInfo)
java.lang.String
SaClassicConnector. createFolder(SaFolderSaveInfo info, java.util.Properties namevaluePairs)
Creates a new folder below a given folder.java.lang.String
SaClassicConnector. 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.String
SaClassicConnectorImpl. createFolder(SaFolderSaveInfo info, java.util.Properties namevaluePairs)
java.lang.String
SaClassicConnectorImpl. 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.SaSaveInfo
SaClassicConnector. createLink(LinkInfo link)
Creates a link to a document for givenLinkInfo
.SaSaveInfo
SaClassicConnectorImpl. createLink(LinkInfo link)
void
SaClassicConnector. deleteDocument(java.lang.String documentHDOC, int deleteType)
Deletes a document from the backend system with the given delete type strategy.void
SaClassicConnectorImpl. deleteDocument(java.lang.String documentHDOC, int deleteType)
int
SaClassicConnector. deleteExternalStorageFolderMapping(java.util.Date expiryTime, java.util.List<ExternalStorageDocUploadStatus> statusList)
Deletes external storage mappings for given status and older than the given timeint
SaClassicConnectorImpl. deleteExternalStorageFolderMapping(java.util.Date expiryTime, java.util.List<ExternalStorageDocUploadStatus> statusList)
void
SaClassicConnector. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)
Deletes an existing folder.void
SaClassicConnectorImpl. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)
boolean
SaClassicConnector. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)
This method deletes a setting in the database.boolean
SaClassicConnectorImpl. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)
void
SaClassicConnector. discardCheckout(java.lang.String hDoc)
Discards a checkout of a document which was performed via the methodSaClassicConnector.checkoutDocument(String)
.void
SaClassicConnectorImpl. discardCheckout(java.lang.String hDoc)
java.lang.String
SaClassicConnectorImpl. executeCommand(ContextInfo contextInfo)
Performs the given command.java.lang.String
SaClassicConnector. getACLNames(java.lang.String documentHDOC)
This method returns the names of the Access Control Lists that are assigned to this document.java.lang.String
SaClassicConnectorImpl. getACLNames(java.lang.String documentHDOC)
SaACLRights
SaClassicConnector. 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.SaACLRights
SaClassicConnectorImpl. 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.String
SaClassicConnector. getAnnotations(java.lang.String hDoc, int indexOfContentElement)
Deprecated.java.lang.String
SaClassicConnector. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)
Reads the annotations of the document with the specified ID.java.lang.String
SaClassicConnectorImpl. getAnnotations(java.lang.String hDoc, int indexOfContentElement)
Deprecated.java.lang.String
SaClassicConnectorImpl. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)
int
SaClassicConnector. getArchivedSize(java.lang.String hDoc)
Returns the total document size in the archive in bytes.int
SaClassicConnectorImpl. 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.Long
SaClassicConnectorImpl. 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.Properties
SaClassicConnector. getConfiguration(java.lang.String section)
This method reads the application configuration properties from the backend system.java.util.Properties
SaClassicConnectorImpl. getConfiguration(java.lang.String section)
SaUserInfo
SaClassicConnector. getCurrentUserInfo()
This method returns detailed info about the current user.SaUserInfo
SaClassicConnectorImpl. getCurrentUserInfo()
com.lexmark.saperion.administration.RoleType
SaClassicConnector. getCurrentUserRole()
com.lexmark.saperion.administration.RoleType
SaClassicConnectorImpl. getCurrentUserRole()
SaFieldDescription[]
SaClassicConnector. getDBDefinition(java.lang.String name)
Deprecated.useSaClassicConnector.getDDC(String)
instead.SaFieldDescription[]
SaClassicConnectorImpl. getDBDefinition(java.lang.String name)
DDC
SaClassicConnector. getDDC(java.lang.String ddcName)
This method returns a document definition given by its name.DDC
SaClassicConnectorImpl. 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()
SaDocAccessData
SaClassicConnector. getDocumentAccessData(java.lang.String documentHDOC)
This method reads the access rights the current user has on a given document.SaDocAccessData
SaClassicConnectorImpl. getDocumentAccessData(java.lang.String documentHDOC)
long
SaClassicConnector. 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.long
SaClassicConnectorImpl. 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)
SaDocInfo
SaClassicConnector. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks)
Reads information like the document-structure and variables for the given document.SaDocInfo
SaClassicConnector. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination)
Reads information like the document-structure and variables for the given document.SaDocInfo
SaClassicConnectorImpl. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks)
SaDocInfo
SaClassicConnectorImpl. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination)
boolean
SaClassicConnector. getEventsEnabled()
This method returns whether events (e.g.boolean
SaClassicConnectorImpl. getEventsEnabled()
java.util.List<SaperionExternalStorageMappingInfo>
SaClassicConnector. getExternalStorageFoldersForUpload()
Fetches all folders of all types of External Storage services from where documents need to be uploadedjava.util.List<SaperionExternalStorageMappingInfo>
SaClassicConnector. getExternalStorageFoldersForUpload(ExternalStorageType storageType)
Fetches all folders of External Storage from where documents need to be uploadedjava.util.List<SaperionExternalStorageMappingInfo>
SaClassicConnectorImpl. getExternalStorageFoldersForUpload()
java.util.List<SaperionExternalStorageMappingInfo>
SaClassicConnectorImpl. getExternalStorageFoldersForUpload(ExternalStorageType storageType)
SaperionExternalStorageMappingInfo
SaClassicConnector. getExternalStorageMapping(java.lang.String sysRowId)
Fetches the external storage mapping for the provided SysRowIdSaperionExternalStorageMappingInfo
SaClassicConnectorImpl. getExternalStorageMapping(java.lang.String sysRowId)
SaFeature
SaClassicConnector. getFeatures()
This method returns the features enabled in the Saperion system.SaFeature
SaClassicConnectorImpl. getFeatures()
SaDocumentInfo
SaClassicConnector. getFolderByPath(java.lang.String folderTableDDC, java.lang.String startFolderId, java.lang.String folderPath)
Returns the folder which matches to the given path.SaDocumentInfo
SaClassicConnectorImpl. 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)
SaFolderClass
SaClassicConnector. getFolderClass(java.lang.String className)
Reads the folder class with the given name.SaFolderClass
SaClassicConnectorImpl. 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)
SaDocumentInfo
SaClassicConnector. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId)
Deprecated.SaDocumentInfo
SaClassicConnector. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Returns the folder information object for the given folder.SaDocumentInfo
SaClassicConnectorImpl. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId)
Deprecated.SaDocumentInfo
SaClassicConnectorImpl. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
SaDocumentInfo
SaClassicConnector. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given folder.SaDocumentInfo
SaClassicConnectorImpl. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
SaDocAccessData
SaClassicConnector. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the rights mask for the given folder and user.SaDocAccessData
SaClassicConnectorImpl. 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.String
SaClassicConnector. getFulltext(java.lang.String ddcName, java.lang.String sysRowId)
Deprecated.Will be removed in 8.1.java.lang.String
SaClassicConnector. 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.String
SaClassicConnectorImpl. getFulltext(java.lang.String ddcName, java.lang.String sysRowId)
Deprecated.java.lang.String
SaClassicConnectorImpl. 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)
int
SaClassicConnector. getLicenseCount(int type)
This method returns the overall count of Licenses of the given type in the system.int
SaClassicConnectorImpl. getLicenseCount(int type)
SaLockInfo
SaClassicConnector. getLockInfo(java.lang.String sysRowId)
This method returns the locking information for a given document.SaLockInfo
SaClassicConnectorImpl. getLockInfo(java.lang.String sysRowId)
WorkflowMember
SaClassicConnectorImpl. 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.WorkflowMember
SaClassicConnectorImpl. getMembers()
Reads the workflow members in a full structured tree.boolean
SaClassicConnectorImpl. getOutOfOffice()
Get the substitute for the logged on user.TaskInfo
SaClassicConnectorImpl. getParentTask(java.lang.String taskID)
Reads the parent task info for the given ID.java.lang.String
SaClassicConnectorImpl. getReleaseAclName()
Gets the release ACL name, configured in the program.ini in section [Release].java.lang.String
SaClassicConnector. 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.String
SaClassicConnectorImpl. 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()
Setting
SaClassicConnector. getSetting(java.lang.String name, java.lang.String section, boolean isLong)
This method retrieves aSetting
identified by it's key and section from the database.Setting
SaClassicConnectorImpl. getSetting(java.lang.String name, java.lang.String section, boolean isLong)
java.lang.String
SaClassicConnectorImpl. 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)
SaSystemInfo
SaClassicConnector. getSystemInfo()
This method returns general information about the connected system.SaSystemInfo
SaClassicConnectorImpl. getSystemInfo()
SaSystemSetting
SaClassicConnector. getSystemSetting(java.lang.String accessKey)
Retrieves a system setting object.SaSystemSetting
SaClassicConnectorImpl. getSystemSetting(java.lang.String accessKey)
TaskInfo
SaClassicConnectorImpl. 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.SaUserSetting
SaClassicConnector. getUserSetting(java.lang.String accessKey)
Retrieves a user-specific setting object.SaUserSetting
SaClassicConnectorImpl. 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)
SaWFConnector
SaClassicConnector. getWorkflowConnector()
Returns a workflow connector based on this classic connector.SaWFConnector
SaClassicConnectorImpl. getWorkflowConnector()
java.lang.String
SaClassicConnectorImpl. 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 givenOperation
on the server side.<T extends java.io.Serializable>
TSaClassicConnectorImpl. invoke(LegacyOperation<T> operation)
boolean
SaClassicConnector. isAlive()
Tests the lifetime of this connector.boolean
SaClassicConnectorImpl. isAlive()
boolean
SaClassicConnector. isReleaseActive()
Checks if is release feature in the program.ini in section [Release] is active.boolean
SaClassicConnectorImpl. 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.InputStream
SaClassicConnector. loadSystemFile(SystemFileKind kind, java.lang.String name)
This method loads a system file of a specific kind.java.io.InputStream
SaClassicConnectorImpl. loadSystemFile(SystemFileKind kind, java.lang.String name)
boolean
SaClassicConnector. lockDocument(java.lang.String sysRowId, java.lang.String ddcName)
Locks a document.boolean
SaClassicConnectorImpl. lockDocument(java.lang.String sysRowId, java.lang.String ddcName)
void
SaClassicConnector. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)
Adds an audit log event.void
SaClassicConnectorImpl. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)
boolean
SaClassicConnector. logoff()
This method logs the current user off from the system.boolean
SaClassicConnectorImpl. logoff()
int
SaClassicConnector. logon(byte[] token, int type, java.lang.String client)
Deprecated.will be removed with version 8.1default com.saperion.connector.authentication.Session
SaClassicConnector. logon(int rmiToken)
Deprecated.com.saperion.connector.authentication.Session
SaClassicConnector. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)
This method authenticates the givenCredentials
and returns the information about the open session.com.saperion.connector.authentication.Session
SaClassicConnector. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo)
This method authenticates the givenCredentials
, associate the givenSessionInfo
and returns the information about the open session.int
SaClassicConnector. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)
Deprecated.useSaClassicConnector.logon(Credentials)
withUsernamePasswordKey
instead.int
SaClassicConnector. logon(jcifs.smb.NtlmPasswordAuthentication auth, int type, java.lang.String client)
Deprecated.will be removed with version 8.1int
SaClassicConnectorImpl. logon(byte[] token, int type, java.lang.String client)
Deprecated.com.saperion.connector.authentication.Session
SaClassicConnectorImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)
This method authenticates the givenCredentials
and returns the information about the open session.com.saperion.connector.authentication.Session
SaClassicConnectorImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo)
This method authenticates the givenCredentials
, associate the givenSessionInfo
and returns the information about the open session.int
SaClassicConnectorImpl. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)
int
SaClassicConnectorImpl. logon(jcifs.smb.NtlmPasswordAuthentication auth, int type, java.lang.String client)
Deprecated.void
SaClassicConnector. 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.void
SaClassicConnectorImpl. moveFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild)
void
SaClassicConnector. 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.void
SaClassicConnectorImpl. moveToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId, java.lang.String destinationId)
java.io.InputStream
SaClassicConnector. readDocument(java.lang.String documentHDOC, boolean currentRevision, int elementNumber)
Loads a document's content from the backend system.java.io.InputStream
SaClassicConnector. readDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber, boolean withAnnotations)
Loads a document's content from the backend system.java.io.InputStream
SaClassicConnectorImpl. readDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber)
java.io.InputStream
SaClassicConnectorImpl. readDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber, boolean withAnnotations)
java.lang.String
SaClassicConnector. readDocumentFilename(java.lang.String documentHDOC, boolean currentRevision, int elementNumber)
Deprecated.will be removed with version 8.1java.lang.String
SaClassicConnectorImpl. 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.InputStream
SaClassicConnector. readReleasedDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber)
Read released document if the release feature is active.java.io.InputStream
SaClassicConnectorImpl. readReleasedDocument(java.lang.String docHdoc, boolean currentRevision, int elementNumber)
java.io.InputStream
SaClassicConnector. readVersionDocument(java.lang.String versionID, int elementNumber)
Loads a document version from the backend system.java.io.InputStream
SaClassicConnectorImpl. readVersionDocument(java.lang.String docHdoc, int elementNumber)
java.lang.String
SaClassicConnector. readVersionDocumentFilename(java.lang.String documentHDOC, int elementNumber)
Deprecated.use getDocumentInfo.getFullName() instead.java.lang.String
SaClassicConnectorImpl. readVersionDocumentFilename(java.lang.String docHdoc, int elementNumber)
SaVersionData
SaClassicConnector. readVersionMetadata(java.lang.String versionID)
Reads the version metadata of the document with the given ID.SaVersionData
SaClassicConnector. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
Reads the version metadata of the document with the given ID.SaVersionData
SaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID)
SaVersionData
SaClassicConnectorImpl. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
void
SaClassicConnector. releaseDocument(java.lang.String ddcName, java.lang.String hDoc, java.lang.String versionComment)
Release the given document.void
SaClassicConnectorImpl. releaseDocument(java.lang.String ddcName, java.lang.String hDoc, java.lang.String versionComment)
boolean
SaClassicConnector. removeEvent(SaEvent event)
Deprecated.no longer supported.boolean
SaClassicConnectorImpl. removeEvent(SaEvent event)
Deprecated.void
SaClassicConnector. removeFromFolder(java.lang.String folderTableDDC, java.lang.String documentSysRowId, java.lang.String documentDDC, java.lang.String folderId)
Removes the document from the given folder.void
SaClassicConnectorImpl. removeFromFolder(java.lang.String folderTableDDC, java.lang.String documentSysRowId, java.lang.String documentDDC, java.lang.String folderId)
void
SaClassicConnector. removeListener(SaEventListener listener)
Deprecated.will be removed with version 8.1void
SaClassicConnector. removeListener(SaStatusEventListener listener)
Deprecated.will be removed with version 8.1void
SaClassicConnectorImpl. removeListener(SaEventListener listener)
Deprecated.void
SaClassicConnectorImpl. removeListener(SaStatusEventListener listener)
Deprecated.java.lang.String
SaClassicConnector. resolveLatestHDoc(java.lang.String oldHdoc)
Resolves and returns the XHDOC of the latest version of the document identified by the given HDOC.java.lang.String
SaClassicConnectorImpl. resolveLatestHDoc(java.lang.String oldHdoc)
SaSaveInfo
SaClassicConnector. restoreVersion(java.lang.String versionID)
Restores the version with the given HDOC.SaSaveInfo
SaClassicConnectorImpl. 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)
SettingSearchResult
SaClassicConnector. searchSettings(SettingSearchInfo searchInfo)
This method searches settings in the database.SettingSearchResult
SaClassicConnectorImpl. searchSettings(SettingSearchInfo searchInfo)
SaSaveInfo
SaClassicConnector. 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.SaSaveInfo
SaClassicConnectorImpl. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)
void
SaClassicConnector. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)
Sets the given annotations to the document.void
SaClassicConnectorImpl. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)
void
SaClassicConnector. setCurrentUserPresent(boolean present)
Deprecated.void
SaClassicConnectorImpl. setCurrentUserPresent(boolean present)
void
SaClassicConnector. setEventsEnabled(boolean enabled)
This method sets whether events (e.g.void
SaClassicConnectorImpl. setEventsEnabled(boolean enabled)
void
SaClassicConnector. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)
Sets an ACL for the given folder.void
SaClassicConnectorImpl. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)
void
SaClassicConnector. setLocale(java.util.Locale locale)
This methods sets the localization information for the current user.void
SaClassicConnectorImpl. setLocale(java.util.Locale locale)
void
SaClassicConnectorImpl. setOutOfOffice(boolean isOutOfOffice)
set the out of office status for the logged on user.void
SaClassicConnector. setSetting(Setting setting)
This method stores aSetting
in the database.void
SaClassicConnectorImpl. setSetting(Setting setting)
void
SaClassicConnectorImpl. setSubstitute(java.lang.String name)
Set the substitute for the logged on user.boolean
SaClassicConnector. setUsedLicense(int type, int count)
Set the count of used licenses.boolean
SaClassicConnectorImpl. setUsedLicense(int type, int count)
void
SaClassicConnector. setUserSetting(SaUserSetting setting)
Persists a user-specific setting object.void
SaClassicConnectorImpl. setUserSetting(SaUserSetting setting)
void
SaClassicConnector. stopServer()
Deprecated.Functionality removed because of security-concerns.void
SaClassicConnectorImpl. stopServer()
Deprecated.void
SaClassicConnector. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)
This method stores a system file of a specific kind.void
SaClassicConnectorImpl. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)
boolean
SaClassicConnector. unlockDocument(java.lang.String sysRowId, java.lang.String ddcName)
Unlocks a document.boolean
SaClassicConnectorImpl. unlockDocument(java.lang.String sysRowId, java.lang.String ddcName)
void
SaClassicConnector. updateCurrentUserInformation(MutableUserInformation user)
Changes information about the current user.void
SaClassicConnectorImpl. updateCurrentUserInformation(MutableUserInformation user)
SaSaveInfo
SaClassicConnector. updateDocument(UpdateDocumentInfo updateInfo)
Updates a document in the backend system with the given metadata, acls and content.SaSaveInfo
SaClassicConnector. 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.SaSaveInfo
SaClassicConnector. 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.1SaSaveInfo
SaClassicConnector. 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.1SaSaveInfo
SaClassicConnector. 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.1SaSaveInfo
SaClassicConnectorImpl. updateDocument(UpdateDocumentInfo updateInfo)
SaSaveInfo
SaClassicConnectorImpl. updateDocument(java.lang.String ddcName, java.lang.String documentHDOC, java.util.Properties namevaluePairs, java.io.InputStream[] content, java.lang.String versionComment)
Deprecated.SaSaveInfo
SaClassicConnectorImpl. 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.SaSaveInfo
SaClassicConnectorImpl. 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.SaSaveInfo
SaClassicConnectorImpl. 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.void
SaClassicConnector. updateExternalStorageUploadStatus(java.lang.String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType)
Updates the upload status of External Storage foldervoid
SaClassicConnectorImpl. updateExternalStorageUploadStatus(java.lang.String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType)
void
SaClassicConnector. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.Properties namevaluePairs)
Updates an existing folder with the given properties.void
SaClassicConnectorImpl. 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 void
CustomEventBuilder. 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 SaSystemException
WrappedSystemException. getCause()
Methods in com.saperion.connector.exceptions that throw SaSystemException Modifier and Type Method Description static void
ConnectorExceptions. throwMissingConnection()
static void
ConnectorExceptions. throwSystemException(java.lang.String message)
static void
ConnectorExceptions. throwSystemException(java.lang.String message, java.lang.Throwable cause)
static void
ConnectorExceptions. throwSystemException(java.lang.Throwable cause)
static void
ConnectorExceptions. 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.DirContext
SaLDAPAuthenticator. 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 void
AbstractWfRMIClientCommand. addComment(java.lang.String comment, java.lang.String taskUID, int level)
void
SaRMIClientCommand. addComment(java.lang.String comment, java.lang.String taskUID, int level)
void
AbstractWfRMIClientCommand. addHistory(java.lang.String description, java.lang.String taskUID)
void
SaRMIClientCommand. addHistory(java.lang.String description, java.lang.String taskUID)
void
AbstractFolderRMIClientCommand. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)
Adds the document to a given folder.void
SaRMIClientCommand. addToFolder(java.lang.String folderTableDDC, java.lang.String documentId, java.lang.String documentDDC, java.lang.String folderId)
Adds the document to a given folder.SaSaveInfo
AbstractDocRMIClientCommand. 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.SaSaveInfo
SaRMIClientCommand. 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.void
SaRMIClientCommand. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String client, java.lang.String newPassword)
Changes the password of an existing user.void
SaRMIClientCommandImpl. changePassword(java.lang.String user, java.lang.String oldPassword, java.lang.String client, java.lang.String newPassword)
Changes the password of an existing user.void
AbstractDocRMIClientCommand. checkoutDocument(java.lang.String hDoc)
Checkout the given document.void
AbstractDocRMIClientCommand. checkoutDocument(java.lang.String hDoc, boolean withCloudShare, int[] shareBaseDocIds)
Checkout the given document with filesystem/ShareBase.void
SaRMIClientCommand. checkoutDocument(java.lang.String hDoc)
Checkout the given document.void
SaRMIClientCommand. checkoutDocument(java.lang.String hDoc, boolean withCloudShare, int[] shareBaseDocIds)
Checkout the given document with filesystem/ShareBase.SapDocInfo
AbstractDocRMIClientCommand. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfo
SaRMIClientCommand. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.void
AbstractDocRMIClientCommand. clearContent()
Clears all content of the opened document.void
SaRMIClientCommand. clearContent()
Clears all content of the opened document.void
AbstractDocRMIClientCommand. closeDocument(com.saperion.jni.SaJNIDocHandle handle)
Manually closing of a open document.void
SaRMIClientCommand. closeDocument(com.saperion.jni.SaJNIDocHandle handle)
Manually closing of a open document.boolean
SaRMIClientCommand. closeSession(com.saperion.connector.authentication.Session session)
Close the givenSession
boolean
SaRMIClientCommandImpl. closeSession(com.saperion.connector.authentication.Session session)
Close the givenSession
java.lang.String
AbstractFolderRMIClientCommand. 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.String
SaRMIClientCommand. 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.SaSaveInfo
AbstractDocRMIClientCommand. createDocument(java.lang.String dbName, java.util.List<SaPropertyValue> values)
Creates a new document with the given parameters.SaSaveInfo
SaRMIClientCommand. createDocument(java.lang.String ddcName, java.util.List<SaPropertyValue> values)
Creates a new document with the given parameters.void
AbstractDocRMIClientCommand. createExternalStorageFolderMapping(SaperionExternalStorageMappingInfo mappingInfo)
void
SaRMIClientCommand. createExternalStorageFolderMapping(SaperionExternalStorageMappingInfo mappingInfo)
Stores the mapping information about Saperion document and External Storage folderjava.lang.String
AbstractFolderRMIClientCommand. createFolder(SaFolderSaveInfo info)
Creates a new node below a given node.java.lang.String
SaRMIClientCommand. createFolder(SaFolderSaveInfo info)
Creates a new node below a given node.SaSaveInfo
AbstractDocRMIClientCommand. createLink(LinkInfo link)
SaSaveInfo
SaRMIClientCommand. createLink(LinkInfo link)
Creates a SAPERION Link into one Archive for an existing Document.SaSaveInfo
AbstractDocRMIClientCommand. deleteDocument(int mode, java.lang.String hDoc)
Delete a document.SaSaveInfo
SaRMIClientCommand. deleteDocument(int mode, java.lang.String hdoc)
Delete a document.int
AbstractDocRMIClientCommand. deleteExternalStorageFolderMapping(java.util.Date expiryTime, java.util.List<ExternalStorageDocUploadStatus> statusList)
int
SaRMIClientCommand. deleteExternalStorageFolderMapping(java.util.Date expiryTime, java.util.List<ExternalStorageDocUploadStatus> statusList)
Deletes external storage mappings for given status and older than the given timevoid
AbstractFolderRMIClientCommand. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)
Deletes a given node.void
SaRMIClientCommand. deleteFolder(java.lang.String folderTableDDC, java.lang.String folderId)
Deletes a given node.boolean
SaRMIClientCommand. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)
Deletes a setting in the database.boolean
SaRMIClientCommandImpl. deleteSetting(java.lang.String name, java.lang.String section, boolean isLong)
Deletes a setting in the database.void
AbstractDocRMIClientCommand. discardDocument()
void
SaRMIClientCommand. discardDocument()
Discards the document identified by the tokens handle.void
AbstractDocRMIClientCommand. dsicardCheckout(java.lang.String hDoc)
Discards the checkout of the given document.void
SaRMIClientCommand. dsicardCheckout(java.lang.String hDoc)
Discards the checkout of the given document.java.lang.String
AbstractWfRMIClientCommand. executeCommand(ContextInfo contextInfo)
Performs the given command.java.lang.String
SaRMIClientCommand. executeCommand(ContextInfo contextInfo)
Performs the given command.void
AbstractQueryRMIClientCommand. finishSQLTransaction(boolean commit, java.lang.String ddcName)
Finish SQL transaction.void
SaRMIClientCommand. finishSQLTransaction(boolean commit, java.lang.String ddcName)
Finish SQL transaction.void
AbstractDocRMIClientCommand. finishTransaction(boolean commit)
Finish the transaction in the backend system.void
SaRMIClientCommand. finishTransaction(boolean commit)
Finish the transaction in the backend system.java.lang.String
AbstractDocRMIClientCommand. getACLNames(java.lang.String hDoc)
Reads the ACL's for the given document.java.lang.String
SaRMIClientCommand. getACLNames(java.lang.String hDoc)
Reads the ACL's for the given document.SaACLRights
AbstractDocRMIClientCommand. getACLRights(java.lang.String[] acls)
Reads the rights for the given acl's.SaACLRights
SaRMIClientCommand. 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.String
AbstractDocRMIClientCommand. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)
Reads the annotations from the given document.java.lang.String
SaRMIClientCommand. getAnnotations(java.lang.String hDoc, int indexOfContentElement, boolean currentRevision)
Reads the annotations from the given document.int
SaRMIClientCommand. getArchivedSize(java.lang.String hDoc)
Returns the total document size in archive.int
SaRMIClientCommandImpl. 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.BoxCount
AbstractWfRMIClientCommand. 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.BoxCount
SaRMIClientCommand. 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.RoleType
SaRMIClientCommand. getCurrentUserRole()
com.lexmark.saperion.administration.RoleType
SaRMIClientCommandImpl. getCurrentUserRole()
DDC
SaRMIClientCommand. getDDC(java.lang.String ddcName)
Returns information about the specified DDC.DDC
SaRMIClientCommandImpl. getDDC(java.lang.String ddcName)
long
AbstractFolderRMIClientCommand. 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.long
SaRMIClientCommand. 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.boolean
SaRMIClientCommand. getEventsEnabled()
Returns whether events (e.g.boolean
SaRMIClientCommandImpl. getEventsEnabled()
java.util.List<SaperionExternalStorageMappingInfo>
AbstractDocRMIClientCommand. getExternalStorageFoldersForUpload()
java.util.List<SaperionExternalStorageMappingInfo>
AbstractDocRMIClientCommand. getExternalStorageFoldersForUpload(ExternalStorageType storageType)
java.util.List<SaperionExternalStorageMappingInfo>
SaRMIClientCommand. getExternalStorageFoldersForUpload()
Fetches all folders of all External Storage services from where documents need to be uploadedjava.util.List<SaperionExternalStorageMappingInfo>
SaRMIClientCommand. getExternalStorageFoldersForUpload(ExternalStorageType storageType)
Fetches all foldes of External Storage from where documents need to be uploadedSaperionExternalStorageMappingInfo
AbstractDocRMIClientCommand. getExternalStorageMapping(java.lang.String sysRowId)
SaperionExternalStorageMappingInfo
SaRMIClientCommand. getExternalStorageMapping(java.lang.String sysRowId)
Fetches the external storage mapping for the provided SysRowIdSaFeature
SaRMIClientCommand. getFeatures()
Read the features.SaFeature
SaRMIClientCommandImpl. 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.SaFolderClass
AbstractFolderRMIClientCommand. getFolderClass(java.lang.String className)
Reads the folder class with the given name.SaFolderClass
SaRMIClientCommand. 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.SaDocumentInfo
AbstractFolderRMIClientCommand. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Reads the folder info object for the given folder.SaDocumentInfo
SaRMIClientCommand. getFolderInfo(java.lang.String folderTableDDC, java.lang.String folderId, boolean forceLoadVariables)
Reads the folder info object for the given folder.SaDocumentInfo
AbstractFolderRMIClientCommand. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given node.SaDocumentInfo
SaRMIClientCommand. getFolderParent(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the parent of the given node.SaDocAccessData
AbstractFolderRMIClientCommand. getFolderRights(java.lang.String folderTableDDC, java.lang.String folderId)
Returns the rights mask for the given folder and user.SaDocAccessData
SaRMIClientCommand. 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.String
AbstractQueryRMIClientCommand. 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.String
SaRMIClientCommand. 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.String
AbstractQueryRMIClientCommand. getHDocForSysRowId(java.lang.String sysRowId, java.lang.String ddcName)
Searchs the HDOC for the given SysRowId.java.lang.String
SaRMIClientCommand. 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.int
SaRMIClientCommand. getLicenseCount(int type)
Read the licence count for the given user.int
SaRMIClientCommandImpl. getLicenseCount(int type)
Read the licence count for the given user.SaLockInfo
AbstractDocRMIClientCommand. getLockInfo(java.lang.String sysRowId)
Gets the lock info for a given node.SaLockInfo
SaRMIClientCommand. 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.WorkflowMember
SaRMIClientCommand. getMember(WorkflowMember member, int depth, java.lang.String filter)
Reads the member.WorkflowMember
SaRMIClientCommandImpl. getMember(WorkflowMember member, int depth, java.lang.String filter)
Reads the member.WorkflowMember
SaRMIClientCommand. getMembers()
Reads the member.WorkflowMember
SaRMIClientCommandImpl. getMembers()
Reads the member.com.saperion.jni.SaJNIDocAccessData
AbstractDocRMIClientCommand. 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.SaJNIDocAccessData
SaRMIClientCommand. 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.boolean
AbstractWfRMIClientCommand. getOutOfOffice()
Get the out of office status for the logged on user.boolean
SaRMIClientCommand. getOutOfOffice()
Get the out of office status for the logged on user.TaskInfo
AbstractWfRMIClientCommand. getParentTask(java.lang.String taskID)
Reads the parent task info for the given ID.TaskInfo
SaRMIClientCommand. getParentTask(java.lang.String taskID)
Reads the parent task info for the given ID.java.lang.String
SaRMIClientCommand. 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.String
SaRMIClientCommandImpl. 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.String
SaRMIClientCommand. getRMIVersion()
Get the RMI interface version from java core server.java.lang.String
SaRMIClientCommandImpl. getRMIVersion()
Get the RMI interface version from java core server.Setting
SaRMIClientCommand. getSetting(java.lang.String name, java.lang.String section, boolean isLong)
Retrieves a setting from the database.Setting
SaRMIClientCommandImpl. 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.String
AbstractWfRMIClientCommand. getSubstitute()
Get the substitute for the logged on user.java.lang.String
SaRMIClientCommand. 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.SaSystemInfo
SaRMIClientCommand. getSystemInfo()
Reads system info.SaSystemInfo
SaRMIClientCommandImpl. getSystemInfo()
Reads system info.SaSystemSetting
SaRMIClientCommand. getSystemSetting(java.lang.String accessKey)
Retrieves a system setting object.SaSystemSetting
SaRMIClientCommandImpl. getSystemSetting(java.lang.String accessKey)
Retrieves a system setting object.TaskInfo
AbstractWfRMIClientCommand. getTask(java.lang.String taskID)
Reads the task info for the given ID.TaskInfo
SaRMIClientCommand. 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.SaUserSetting
SaRMIClientCommand. getUserSetting(java.lang.String accessKey)
Retrieves a user setting object.SaUserSetting
SaRMIClientCommandImpl. 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 aOperation
on the backend.<T extends java.io.Serializable>
TSaRMIClientCommandImpl. invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes aOperation
on the backend.boolean
SaRMIClientCommand. isAlive()
Test the lifetime of this token.boolean
SaRMIClientCommandImpl. isAlive()
Test the lifetime of this token.boolean
SaRMIClientCommand. isRevisionEnabled(int mandant, java.lang.String ddcName)
Gets the information whether the provided ddc table contains the fields required for revisions.boolean
SaRMIClientCommandImpl. 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.Properties
SaRMIClientCommand. loadSettings(java.lang.String section)
Load settings from backend.java.util.Properties
SaRMIClientCommandImpl. loadSettings(java.lang.String section)
Load settings from backend.java.io.InputStream
SaRMIClientCommand. loadSystemFile(SystemFileKind kind, java.lang.String name)
Loads a system file of a specific kind.java.io.InputStream
SaRMIClientCommandImpl. loadSystemFile(SystemFileKind kind, java.lang.String name)
Loads a system file of a specific kind.java.lang.String
SaRMIClientCommand. loadWorkflowDDCName()
Retrieves the workflow DDC name.java.lang.String
SaRMIClientCommandImpl. loadWorkflowDDCName()
Retrieves the workflow DDC name.boolean
AbstractDocRMIClientCommand. lockNode(java.lang.String sysRowId, java.lang.String ddcName, int lockType, boolean sessionScoped)
Locks a node.boolean
SaRMIClientCommand. lockNode(java.lang.String sysRowId, java.lang.String ddcName, int lockType, boolean sessionScoped)
Locks a node.void
AbstractDocRMIClientCommand. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)
Adds an audit log event.void
SaRMIClientCommand. logClientEvent(java.lang.String hdoc, SaConstants.ProtoEvents event, java.lang.String remark)
Adds an audit log event.boolean
SaRMIClientCommand. logoff()
Log off the user from the server instance.boolean
SaRMIClientCommandImpl. logoff()
Log off the user from the server instance.default com.saperion.connector.authentication.Session
SaRMIClientCommand. logon(int rmiToken)
Deprecated.com.saperion.connector.authentication.Session
SaRMIClientCommand. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)
Logon with the passed credentials.com.saperion.connector.authentication.Session
SaRMIClientCommand. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo)
Logon with the passed credentials and associate the given session information.com.saperion.connector.authentication.Session
SaRMIClientCommandImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials)
Logon with the passed credentials.com.saperion.connector.authentication.Session
SaRMIClientCommandImpl. logon(com.lexmark.saperion.remote.common.authentication.Credentials credentials, com.saperion.connector.authentication.SessionInfo sessionInfo)
Logon with the passed credentials and associate the given session information.void
AbstractFolderRMIClientCommand. moveFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String destinationId, java.lang.String beforeChild)
Moves the given node to a new destination.void
SaRMIClientCommand. 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.void
AbstractFolderRMIClientCommand. 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.void
SaRMIClientCommand. 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 aEcmOperation
in 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 void
SaRMIClientCommandImpl. performLogonAfterFailure(java.lang.Exception e)
Performs relogon in the backend.com.saperion.jni.SaJNIReadBuffer
AbstractDocRMIClientCommand. 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.SaJNIReadBuffer
AbstractDocRMIClientCommand. 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.SaJNIReadBuffer
SaRMIClientCommand. 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.SaJNIReadBuffer
SaRMIClientCommand. 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.SaJNIReadBuffer
AbstractDocRMIClientCommand. readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.com.saperion.jni.SaJNIReadBuffer
SaRMIClientCommand. readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.SaVersionData
AbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID)
Reads the version meta data of the document with the given ID.SaVersionData
AbstractDocRMIClientCommand. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
SaVersionData
SaRMIClientCommand. readVersionMetadata(java.lang.String versionID)
Reads the version meta data of the document with the given ID.SaVersionData
SaRMIClientCommand. readVersionMetadata(java.lang.String versionID, boolean resolveLinks)
Reads the version meta data of the document with the given ID.void
AbstractDocRMIClientCommand. releaseDocument(java.lang.String hDoc, java.lang.String comment)
Release the given document.void
SaRMIClientCommand. releaseDocument(java.lang.String hDoc, java.lang.String comment)
Release the given document.protected void
AbstractRMIClientCommand. reLogon()
protected boolean
AbstractRMIClientCommand. reLogonAfterConnectionFailure(java.lang.Exception e)
If the cause of the exception is a connection failure, this methods performs a relogon.void
AbstractDocRMIClientCommand. removeElement(int element)
Removes a existing content element.void
AbstractDocRMIClientCommand. removeElement(java.lang.Integer[] elements)
Removes a series of existing content elements.void
SaRMIClientCommand. removeElement(int element)
Removes a existing content element.void
SaRMIClientCommand. removeElement(java.lang.Integer[] elements)
Removes a series of existing content elements.void
AbstractFolderRMIClientCommand. 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.void
SaRMIClientCommand. 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.String
SaRMIClientCommand. resolveLatestHdoc(java.lang.String oldHdoc)
Resolves the hdoc of the latest version of the document identified by the given hdoc.java.lang.String
SaRMIClientCommandImpl. resolveLatestHdoc(java.lang.String oldHdoc)
Resolves the hdoc of the latest version of the document identified by the given hdoc.SaSaveInfo
AbstractDocRMIClientCommand. restoreVersion(java.lang.String versionID)
Restores the given version to the actual version.SaSaveInfo
SaRMIClientCommand. restoreVersion(java.lang.String versionID)
Restores the given version to the actual version.SaSaveInfo
AbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata)
Saves the document paramaters to the document.SaSaveInfo
AbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata, boolean resolveLinks)
Saves the document paramaters to the document.SaSaveInfo
SaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)
Saves the document paramaters to the document.SaSaveInfo
SaRMIClientCommand. 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.SettingSearchResult
SaRMIClientCommand. searchSettings(SettingSearchInfo searchInfo)
Searches for settings.SettingSearchResult
SaRMIClientCommandImpl. searchSettings(SettingSearchInfo searchInfo)
Searches for settings.void
SaRMIClientCommand. 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.void
SaRMIClientCommandImpl. 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.SaSaveInfo
AbstractDocRMIClientCommand. 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.SaSaveInfo
SaRMIClientCommand. 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.void
AbstractDocRMIClientCommand. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)
Sets the given annotations to the document.void
SaRMIClientCommand. setAnnotations(java.lang.String hDoc, int indexOfContentElement, java.lang.String annotations)
Sets the given annotations to the document.void
AbstractDocRMIClientCommand. setElementMark(int element)
Mark the content element.void
SaRMIClientCommand. setElementMark(int element)
Mark the content element.void
SaRMIClientCommand. setEventsEnabled(boolean enabled)
Sets whether events (e.g.void
SaRMIClientCommandImpl. setEventsEnabled(boolean enabled)
void
AbstractFolderRMIClientCommand. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)
Sets an ACL for the given folder.void
SaRMIClientCommand. setFolderAcl(java.lang.String folderTableDDC, java.lang.String folderId, java.lang.String aclName)
Sets an ACL for the given folder.void
SaRMIClientCommand. setLocale(java.util.Locale local)
Set the locale for localization.void
SaRMIClientCommandImpl. setLocale(java.util.Locale local)
Set the locale for localization.void
AbstractWfRMIClientCommand. setOutOfOffice(boolean isOutOfOffice)
Set the out of office status for the logged on user.void
SaRMIClientCommand. setOutOfOffice(boolean isOutOfOffice)
Set the out of office status for the logged on user.void
SaRMIClientCommand. setSetting(Setting setting)
Persists a setting in the database.void
SaRMIClientCommandImpl. setSetting(Setting setting)
Persists a setting in the database.void
AbstractWfRMIClientCommand. setSubstitute(java.lang.String substituteName)
Set the substitute for the logged on user.void
SaRMIClientCommand. setSubstitute(java.lang.String name)
Set the substitute for the logged on user.boolean
SaRMIClientCommand. setUsedLicense(int type, int count)
Set the count of used licenses.boolean
SaRMIClientCommandImpl. setUsedLicense(int type, int count)
Set the count of used licenses.void
SaRMIClientCommand. setUserSetting(SaUserSetting setting)
Persists a user setting object.void
SaRMIClientCommandImpl. setUserSetting(SaUserSetting setting)
Persists a user setting object.void
AbstractDocRMIClientCommand. setVariables(int element, java.util.Map<java.lang.String,java.lang.String> variables)
void
SaRMIClientCommand. 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.void
AbstractQueryRMIClientCommand. startSQLTransaction(java.lang.String ddcName)
Start SQL transaction.void
SaRMIClientCommand. startSQLTransaction(java.lang.String ddcName)
Start SQL transaction.void
AbstractDocRMIClientCommand. startTransaction()
Starts a transaction in the backend system.void
SaRMIClientCommand. startTransaction()
Starts a transaction in the backend system.SaSaveInfo
AbstractDocRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String dbName, java.lang.String acls)
Stores the actual document to the backend.SaSaveInfo
AbstractDocRMIClientCommand. 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.SaSaveInfo
SaRMIClientCommand. storeDocument(boolean isNew, int commitMode, java.lang.String versionComment, java.lang.String ddcName, java.lang.String acls)
Stores the actual document to the backend.SaSaveInfo
SaRMIClientCommand. 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.void
SaRMIClientCommand. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)
Stores a system file of a specific kind.void
SaRMIClientCommandImpl. storeSystemFile(SystemFileKind kind, java.lang.String name, java.io.InputStream data)
Stores a system file of a specific kind.boolean
AbstractDocRMIClientCommand. unlockNode(java.lang.String sysRowId, java.lang.String ddcName)
Unlocks a node.boolean
SaRMIClientCommand. unlockNode(java.lang.String sysRowId, java.lang.String ddcName)
Unlocks a node.void
AbstractDocRMIClientCommand. updateExternalStorageUploadStatus(java.lang.String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType)
void
SaRMIClientCommand. updateExternalStorageUploadStatus(java.lang.String folderId, ExternalStorageDocUploadStatus status, ExternalStorageType storageType)
Updates the upload status of External Storage foldervoid
AbstractFolderRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)
Updates a given node with the given properties.void
SaRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)
Updates a given node with the given properties.long
AbstractDocRMIClientCommand. writeContent(ContentStream content)
Writes the content of the document.long
AbstractDocRMIClientCommand. writeContent(java.io.InputStream stream)
long
AbstractDocRMIClientCommand. writeContent(java.io.InputStream stream, java.lang.String fileName, int element)
long
AbstractDocRMIClientCommand. 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.long
SaRMIClientCommand. writeContent(ContentStream contentStream)
Writes the content of the document.long
SaRMIClientCommand. writeContent(java.io.InputStream stream)
Writes the content of the document.long
SaRMIClientCommand. writeContent(java.io.InputStream stream, java.lang.String fileName, int element)
long
SaRMIClientCommand. 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 SaBasicException
LegacyAwareRmiClientService. mapSystemException(SaSystemException systemException)
Deprecated.protected com.lexmark.saperion.exceptions.system.SystemException
LegacyAwareRmiClientService. 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 void
SaWFTask. addComment(java.lang.String comment, int level)
Adds a comment to the workflow.void
SaWFTaskImpl. addComment(java.lang.String commentString, int level)
Adds a comment to the workflow.void
SaWFTask. addHistory(java.lang.String description)
Adds a history entry.void
SaWFTaskImpl. addHistory(java.lang.String descriptionString)
Adds a history entry.java.io.InputStream
SaWFTask. getAttachmentContent(int element)
Reads the content of the attachment.java.io.InputStream
SaWFTaskImpl. getAttachmentContent(int element)
Reads the content of the attachment.java.lang.Long
SaWFConnector. getBoxCount(int boxId)
Reads the count (number of workflow item) of the inbox identified by the given id.java.lang.Long
SaWFConnectorImpl. 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.WorkflowMember
SaWFConnector. getMember(WorkflowMember member, int depth, java.lang.String filter)
Reads direct workflow member tree.WorkflowMember
SaWFConnectorImpl. getMember(WorkflowMember member, int depth, java.lang.String filter)
Reads direct workflow member tree.WorkflowMember
SaWFConnector. getMembers()
Reads the workflow member tree.WorkflowMember
SaWFConnectorImpl. 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.boolean
SaWFConnector. getOutOfOffice()
Get the out of office status for the logged on user.boolean
SaWFConnectorImpl. getOutOfOffice()
Get the out of office status for the logged on user.SaWFTask
SaWFConnector. getParentTask(java.lang.String taskId)
Get parent task direct by ID.SaWFTask
SaWFConnectorImpl. 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.String
SaWFConnector. getSubstitute()
Get the substitute for the logged on user.java.lang.String
SaWFConnectorImpl. 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.SaWFTask
SaWFConnector. getTask(TaskInfo taskInfo)
Creates a task object from the given task information.SaWFTask
SaWFConnector. getTask(java.lang.String taskId)
Get task direct by ID.SaWFTask
SaWFConnectorImpl. getTask(TaskInfo taskInfo)
Creates a task object from the given task information.SaWFTask
SaWFConnectorImpl. 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.String
SaWFConnector. getWorkflowDdcName()
Gets the workflow ddc namejava.lang.String
SaWFConnectorImpl. getWorkflowDdcName()
Gets the workflow ddc nameboolean
SaWFConnector. logoff()
Logoff from the backend system.boolean
SaWFConnectorImpl. logoff()
Logoff from the backend system.int
SaWFConnector. logon(java.lang.String username, java.lang.String password, int type, java.lang.String client)
performs logon to the backend system.int
SaWFConnectorImpl. 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.TaskUserSelection
SaWFTask. readSelectableUsersForTransition(int transition)
Obtains the next tasksTaskUserSelection
for the given transition.TaskUserSelection
SaWFTaskImpl. readSelectableUsersForTransition(int transition)
Obtains the next tasksTaskUserSelection
for the given transition.void
SaWFConnector. setOutOfOffice(boolean isOutOfOffice)
set the out of office status for the logged on user.void
SaWFConnectorImpl. setOutOfOffice(boolean isOutOfOffice)
set the out of office status for the logged on user.void
SaWFConnector. setSubstitute(java.lang.String name)
Set the substitute for the logged on user.void
SaWFConnectorImpl. setSubstitute(java.lang.String name)
Set the substitute for the logged on user.SaSaveInfo
SaWFTask. 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.SaSaveInfo
SaWFTaskImpl. 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 theSaWFConnectorImpl
instance which provides workflow functionalities.SaWFConnectorImpl(SaClassicConnector conn)
Constructor with given connector.SaWFConnectorImpl(java.lang.String configPath)
Constructs theSaWFConnectorImpl
instance 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 class
SaFolderAlreadyExistsException
Exception thrown when a folder is created and a sibling with the same name already exists.class
SaFolderNameException
Exception thrown in folder-related methods when a folder name contained an invalid character.class
SaFolderOperationNotAllowedException
Thrown when an operation with folders is not allowed.class
SaSapUrlException
Exception thrown when checking a SAP-URL failed.class
SaTooManyResultsException
This exception is thrown when a query returned more results than allowed.class
SaUniqueConstraintViolationException
Exception thrown when a document is created or updated and the value of a unique field already exists in another document.class
WrappedBasicException
This exception is intended to wrap instances ofSaBasicException
in order to transport them by rmi without breaking compatibility of existent calls andoperations
.class
WrappedEcmException
This 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.HFIELDDATAArray
DataBaseFieldMapper. createDdcSpecificArray(com.saperion.jna.applsrv.m2.Handle definition, java.util.Map<java.lang.String,java.lang.Object> indexData)
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray
DataBaseFieldMapper. createMappedArray(java.util.List<?> members)
<T> T
DataBaseFieldMapper. 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 class
LegacyOperationAdapter.EcmExceptionWrapper
Methods in com.saperion.operations that return SaSystemException Modifier and Type Method Description static SaSystemException
LegacyOperation. 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.String
CreateLookupEntry. 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.SaJNIReadBuffer
SaRMIInputStream. 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 long
SaRMIServerCommand. 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 class
NativeException
An 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 void
ClassicConnectorUtil. checkProperties(SaFieldDescription[] fields, java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, boolean skipMandatoryCheck, java.lang.String ddcName)
void
ClassicConnectorUtil. checkProperties(SaFieldDescription[] fields, java.util.Properties props, boolean skipMandatoryCheck, java.lang.String ddcName)
Check properties.void
ClassicConnectorUtil. checkProperties(Description description, SaFieldDescription[] fields)
Check properties.void
ClassicConnectorUtil. checkProperties(java.util.Map<java.lang.String,java.lang.Object> nameValuePairs, java.lang.String ddcName, SaFieldDescription[] fields)
Check properties.boolean
ClassicConnectorUtil. validatedQueryString(java.lang.String hqlQuery)
Validated query string.
-