Uses of Class
com.saperion.exception.SaDDCException
Packages that use SaDDCException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
-
Uses of SaDDCException in com.saperion.connector
Methods in com.saperion.connector that throw SaDDCExceptionModifier and TypeMethodDescriptionvoid
SaClassicConnector.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) Adds the document with given documentId to a given folder with given folderId.void
SaClassicConnectorImpl.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) SaClassicConnector.cacheDocument
(String xhDoc, DocumentInfo document) Caches a new document in the backend system with the given metadata and content.SaClassicConnector.cacheDocument
(String xhDoc, String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String strAcl) Caches a new document in the backend system with the given metadata and content.SaClassicConnectorImpl.cacheDocument
(String xhDoc, DocumentInfo document) SaClassicConnectorImpl.cacheDocument
(String xhDoc, String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String strAcl) SaClassicConnector.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) Copies the given folder and all it's children to the destination.SaClassicConnectorImpl.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) SaClassicConnector.createDocument
(DocumentInfo document) Creates a new document on the backend system with the givenDocumentInfo
.SaClassicConnector.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnector.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.will be removed with version 8.1, useSaClassicConnector.createDocument(DocumentInfo)
instead.SaClassicConnectorImpl.createDocument
(DocumentInfo document) SaClassicConnectorImpl.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnectorImpl.createDocument
(String ddcName, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.SaClassicConnector.createFolder
(SaFolderSaveInfo info, Properties namevaluePairs) Creates a new folder below a given folder.SaClassicConnector.createFolder
(String folderTableDDC, String parentId, String beforeChild, String folderName, SaFolderConstants.FOLDER_TYPE folderType, Properties namevaluePairs) Deprecated.SaClassicConnectorImpl.createFolder
(SaFolderSaveInfo info, Properties namevaluePairs) SaClassicConnectorImpl.createFolder
(String folderTableDDC, String parentId, String beforeChild, String folderName, SaFolderConstants.FOLDER_TYPE folderType, Properties namevaluePairs) Deprecated.SaClassicConnector.createLink
(LinkInfo link) Creates a link to a document for givenLinkInfo
.SaClassicConnectorImpl.createLink
(LinkInfo link) void
SaClassicConnector.deleteDocument
(String documentHDOC, int deleteType) Deletes a document from the backend system with the given delete type strategy.void
SaClassicConnectorImpl.deleteDocument
(String documentHDOC, int deleteType) void
SaClassicConnector.deleteFolder
(String folderTableDDC, String folderId) Deletes an existing folder.void
SaClassicConnectorImpl.deleteFolder
(String folderTableDDC, String folderId) SaClassicConnector.getACLNames
(String documentHDOC) This method returns the names of the Access Control Lists that are assigned to this document.SaClassicConnectorImpl.getACLNames
(String documentHDOC) long
SaClassicConnector.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) Returns the total count over all folders from all users in which the specified document is contained in.long
SaClassicConnectorImpl.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) SaClassicConnector.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all folders the document is contained in.SaClassicConnectorImpl.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) SaClassicConnector.getFolderClass
(String className) Reads the folder class with the given name.SaClassicConnectorImpl.getFolderClass
(String className) SaClassicConnector.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.SaClassicConnectorImpl.getFolderRights
(String folderTableDDC, String folderId) SaClassicConnector.getInvolvedUsers
(String documentHDOC) Deprecated.SaClassicConnectorImpl.getInvolvedUsers
(String documentHDOC) void
SaClassicConnector.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) Moves the given folder to a new destination.void
SaClassicConnectorImpl.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) void
SaClassicConnector.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) Removes the document from the source folder and adds it to the source folder.void
SaClassicConnectorImpl.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) SaClassicConnector.readDocumentFilename
(String documentHDOC, boolean currentRevision, int elementNumber) Deprecated.will be removed with version 8.1SaClassicConnectorImpl.readDocumentFilename
(String docHdoc, boolean currentRevision, int elementNumber) SaClassicConnector.readDocumentMetadata
(String documentSysRowID, String ddcName, String[] fields) Reads the metadata of the document with the given ID.SaClassicConnector.readVersionDocumentFilename
(String documentHDOC, int elementNumber) Deprecated.use getDocumentInfo.getFullName() instead.SaClassicConnectorImpl.readVersionDocumentFilename
(String docHdoc, int elementNumber) SaClassicConnector.readVersionMetadata
(String versionID) Reads the version metadata of the document with the given ID.SaClassicConnector.readVersionMetadata
(String versionID, boolean resolveLinks) Reads the version metadata of the document with the given ID.SaClassicConnectorImpl.readVersionMetadata
(String versionID) SaClassicConnectorImpl.readVersionMetadata
(String versionID, boolean resolveLinks) void
SaClassicConnector.releaseDocument
(String ddcName, String hDoc, String versionComment) Release the given document.void
SaClassicConnectorImpl.releaseDocument
(String ddcName, String hDoc, String versionComment) void
SaClassicConnector.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) Removes the document from the given folder.void
SaClassicConnectorImpl.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) SaClassicConnector.restoreVersion
(String versionID) Restores the version with the given HDOC.SaClassicConnectorImpl.restoreVersion
(String versionID) SaClassicConnector.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaClassicConnectorImpl.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) SaClassicConnector.setACLName
(String ddcname, String documentHDOC, String acl, String versionComment) This method specifies the Access Control Lists that secure the document given by its id.SaClassicConnectorImpl.setACLName
(String ddcname, String documentHDOC, String acl, String versionComment) void
SaClassicConnector.setFolderAcl
(String folderTableDDC, String folderId, String aclName) Sets an ACL for the given folder.void
SaClassicConnectorImpl.setFolderAcl
(String folderTableDDC, String folderId, String aclName) SaClassicConnector.updateDocument
(UpdateDocumentInfo updateInfo) Updates a document in the backend system with the given metadata, acls and content.SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.will be removed with version 8.1, useSaClassicConnector.updateDocument(UpdateDocumentInfo)
instead.SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.will be removed with version 8.1SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks) Deprecated.will be removed with version 8.1SaClassicConnector.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks, boolean checkin) Deprecated.will be removed with version 8.1SaClassicConnectorImpl.updateDocument
(UpdateDocumentInfo updateInfo) SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks) Deprecated.SaClassicConnectorImpl.updateDocument
(String ddcName, String documentHDOC, Properties namevaluePairs, InputStream[] content, String versionComment, String acls, boolean resolveLinks, boolean checkin) Deprecated.void
SaClassicConnector.updateFolder
(String folderTableDDC, String folderId, Properties namevaluePairs) Updates an existing folder with the given properties.void
SaClassicConnectorImpl.updateFolder
(String folderTableDDC, String folderId, Properties namevaluePairs) -
Uses of SaDDCException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaDDCExceptionModifier and TypeMethodDescriptionvoid
AbstractFolderRMIClientCommand.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) Adds the document to a given folder.void
SaRMIClientCommand.addToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId) Adds the document to a given folder.AbstractDocRMIClientCommand.cacheDocument
(boolean isNew, int commitMode, String versionComment, String xhDoc, String dbName, String acls) Stores the actual document to the backend.SaRMIClientCommand.cacheDocument
(boolean isNew, int commitMode, String versionComment, String xhDoc, String ddcName, String acls) Stores the actual document to the backend.AbstractFolderRMIClientCommand.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) Copies the given node and all it’s children to the destination.SaRMIClientCommand.copyFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild, boolean withDocuments) Copies the given node and all it’s children to the destination.AbstractDocRMIClientCommand.createDocument
(String dbName, List<SaPropertyValue> values) Creates a new document with the given parameters.SaRMIClientCommand.createDocument
(String ddcName, List<SaPropertyValue> values) Creates a new document with the given parameters.AbstractFolderRMIClientCommand.createFolder
(SaFolderSaveInfo info) Creates a new node below a given node.SaRMIClientCommand.createFolder
(SaFolderSaveInfo info) Creates a new node below a given node.AbstractDocRMIClientCommand.createLink
(LinkInfo link) SaRMIClientCommand.createLink
(LinkInfo link) Creates a SAPERION Link into one Archive for an existing Document.AbstractDocRMIClientCommand.deleteDocument
(int mode, String hDoc) Delete a document.SaRMIClientCommand.deleteDocument
(int mode, String hdoc) Delete a document.void
AbstractFolderRMIClientCommand.deleteFolder
(String folderTableDDC, String folderId) Deletes a given node.void
SaRMIClientCommand.deleteFolder
(String folderTableDDC, String folderId) Deletes a given node.AbstractDocRMIClientCommand.getACLNames
(String hDoc) Reads the ACL's for the given document.SaRMIClientCommand.getACLNames
(String hDoc) Reads the ACL's for the given document.long
AbstractFolderRMIClientCommand.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) Returns the total count over all folders from all users in which the specified document is countained in.long
SaRMIClientCommand.getDocumentFolderCount
(String folderTableDDC, String documentDDC, String sysRowId) Returns the total count over all folders from all users in which the specified document is countained in.AbstractFolderRMIClientCommand.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.SaRMIClientCommand.getDocumentFolders
(String folderTableDDC, String documentDDC, String sysRowId) Returns a list of folder properties which contains all nodes the document is contained in.SaRMIClientCommand.getFieldDescriptions
(String ddcName) Reads the field descriptions for a given DDC.SaRMIClientCommandImpl.getFieldDescriptions
(String ddcName) Reads the field descriptions for a given DDC.AbstractFolderRMIClientCommand.getFolderClass
(String className) Reads the folder class with the given name.SaRMIClientCommand.getFolderClass
(String className) Reads the folder class with the given name.AbstractFolderRMIClientCommand.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.SaRMIClientCommand.getFolderRights
(String folderTableDDC, String folderId) Returns the rights mask for the given folder and user.AbstractQueryRMIClientCommand.getHDocForSysRowId
(String sysRowId, String ddcName) Searchs the HDOC for the given SysRowId.SaRMIClientCommand.getHDocForSysRowId
(String sysRowId, String ddcName) Searchs the HDOC for the given SysRowId.AbstractDocRMIClientCommand.getInvolvedUsers
(String hDoc) Reads all users involved in the set of ACL's.SaRMIClientCommand.getInvolvedUsers
(String hDoc) Reads all users involved in the set of ACL's.void
AbstractFolderRMIClientCommand.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) Moves the given node to a new destination.void
SaRMIClientCommand.moveFolder
(String folderTableDDC, String folderId, String destinationId, String beforeChild) Moves the given node to a new destination.void
AbstractFolderRMIClientCommand.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) Moves the document’s filing to the given node.void
SaRMIClientCommand.moveToFolder
(String folderTableDDC, String documentId, String documentDDC, String folderId, String destinationId) Moves the document’s filing to the given node.AbstractDocRMIClientCommand.readVersionMetadata
(String versionID) Reads the version meta data of the document with the given ID.AbstractDocRMIClientCommand.readVersionMetadata
(String versionID, boolean resolveLinks) SaRMIClientCommand.readVersionMetadata
(String versionID) Reads the version meta data of the document with the given ID.SaRMIClientCommand.readVersionMetadata
(String versionID, boolean resolveLinks) Reads the version meta data of the document with the given ID.void
AbstractFolderRMIClientCommand.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) Remove the document filing from the given node.void
SaRMIClientCommand.removeFromFolder
(String folderTableDDC, String documentSysRowId, String documentDDC, String folderId) Remove the document filing from the given node.AbstractDocRMIClientCommand.restoreVersion
(String versionID) Restores the given version to the actual version.SaRMIClientCommand.restoreVersion
(String versionID) Restores the given version to the actual version.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata) Saves the document paramaters to the document.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata, boolean resolveLinks) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values, boolean resolveLinks) Saves the document paramaters to the document.AbstractFolderRMIClientCommand.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.SaRMIClientCommand.searchFolderDocuments
(String folderTableDDC, String folderId, SaQueryInfo hqlFilter) HQL search extended with additional folder informations and depth.AbstractDocRMIClientCommand.setACLName
(String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.SaRMIClientCommand.setACLName
(String ddcname, String hDoc, String acl, int commitMode, String versionComment) Sets the given ACL to the node.void
AbstractFolderRMIClientCommand.setFolderAcl
(String folderTableDDC, String folderId, String aclName) Sets an ACL for the given folder.void
SaRMIClientCommand.setFolderAcl
(String folderTableDDC, String folderId, String aclName) Sets an ACL for the given folder.AbstractDocRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String dbName, String acls) Stores the actual document to the backend.AbstractDocRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String dbName, String acls, boolean checkout) Stores the actual document to the backend.SaRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String ddcName, String acls) Stores the actual document to the backend.SaRMIClientCommand.storeDocument
(boolean isNew, int commitMode, String versionComment, String ddcName, String acls, boolean checkin) Stores the actual document to the backend.void
AbstractFolderRMIClientCommand.updateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) Updates a given node with the given properties.void
SaRMIClientCommand.updateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) Updates a given node with the given properties. -
Uses of SaDDCException in com.saperion.connector.wf
Methods in com.saperion.connector.wf that throw SaDDCExceptionModifier and TypeMethodDescriptionSaWFTask.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTaskImpl.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTask.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.SaWFTaskImpl.updateAttachment
(Properties namevaluePairs, InputStream[] content, String versionComment, String acls) Updates the attachment in the backend system with the given metadata, acls and content.
SaClassicConnector.createDocument(DocumentInfo)
instead.