Uses of Class
com.saperion.exception.SaSetNodeException
Packages that use SaSetNodeException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
-
Uses of SaSetNodeException in com.saperion.connector
Methods in com.saperion.connector that throw SaSetNodeExceptionModifier 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) 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) void
SaClassicConnector.releaseDocument
(String ddcName, String hDoc, String versionComment) Release the given document.void
SaClassicConnectorImpl.releaseDocument
(String ddcName, String hDoc, String versionComment) -
Uses of SaSetNodeException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaSetNodeExceptionModifier 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.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.com.saperion.jni.SaJNIReadBuffer
AbstractDocRMIClientCommand.readDocumentNext
(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.com.saperion.jni.SaJNIReadBuffer
SaRMIClientCommand.readDocumentNext
(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.AbstractDocRMIClientCommand.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.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.