Uses of Class
com.saperion.exception.SaGetNodeException
Packages that use SaGetNodeException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI client wrapper components.
-
Uses of SaGetNodeException in com.saperion.connector
Methods in com.saperion.connector that throw SaGetNodeExceptionModifier and TypeMethodDescriptionvoidSaClassicConnector.checkoutDocument(String hDoc) Checks out a document for the given document id (hdoc).voidSaClassicConnector.checkoutDocument(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checks out a document with filesystem/ShareBase for the given document id (hdoc).voidSaClassicConnectorImpl.checkoutDocument(String hDoc) voidSaClassicConnectorImpl.checkoutDocument(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) voidSaClassicConnector.discardCheckout(String hDoc) Discards a checkout of a document which was performed via the methodSaClassicConnector.checkoutDocument(String).voidSaClassicConnectorImpl.discardCheckout(String hDoc) voidSaClassicConnector.releaseDocument(String ddcName, String hDoc, String versionComment) Release the given document.voidSaClassicConnectorImpl.releaseDocument(String ddcName, String hDoc, String versionComment) -
Uses of SaGetNodeException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaGetNodeExceptionModifier and TypeMethodDescriptionAbstractDocRMIClientCommand.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.voidAbstractDocRMIClientCommand.checkoutDocument(String hDoc) Checkout the given document.voidAbstractDocRMIClientCommand.checkoutDocument(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checkout the given document with filesystem/ShareBase.voidSaRMIClientCommand.checkoutDocument(String hDoc) Checkout the given document.voidSaRMIClientCommand.checkoutDocument(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checkout the given document with filesystem/ShareBase.voidAbstractDocRMIClientCommand.clearContent()Clears all content of the opened document.voidSaRMIClientCommand.clearContent()Clears all content of the opened document.final voidAbstractDocRMIClientCommand.closeDocument(com.saperion.jni.SaJNIDocHandle handle) Manually closing of a open document.voidSaRMIClientCommand.closeDocument(com.saperion.jni.SaJNIDocHandle handle) Manually closing of a open document.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.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.voidAbstractDocRMIClientCommand.dsicardCheckout(String hDoc) Discards the checkout of the given document.voidSaRMIClientCommand.dsicardCheckout(String hDoc) Discards the checkout of the given document.AbstractDocRMIClientCommand.getACLNames(String hDoc) Reads the ACL's for the given document.SaRMIClientCommand.getACLNames(String hDoc) Reads the ACL's for the given document.AbstractDocRMIClientCommand.getInvolvedUsers(String hDoc) Reads all users involved in the set of ACL's.SaRMIClientCommand.getInvolvedUsers(String hDoc) Reads all users involved in the set of ACL's.AbstractDocRMIClientCommand.getLockInfo(String sysRowId) Gets the lock info for a given node.SaRMIClientCommand.getLockInfo(String sysRowId) Gets the lock info for a given node.com.saperion.jni.SaJNIDocAccessDataAbstractDocRMIClientCommand.getNodeAccessData(String hDoc) Opens the document identified by hdoc and returns an object containing all access right data information for the session user.com.saperion.jni.SaJNIDocAccessDataSaRMIClientCommand.getNodeAccessData(String hdoc) Opens the document identified by hdoc and returns an object containing all access right data information for the session user.booleanAbstractDocRMIClientCommand.lockNode(String sysRowId, String ddcName, int lockType, boolean sessionScoped) Locks a node.booleanLocks a node.com.saperion.jni.SaJNIReadBufferAbstractDocRMIClientCommand.readDocumentFirst(String hdoc, boolean currentRevision, int element) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.com.saperion.jni.SaJNIReadBufferAbstractDocRMIClientCommand.readDocumentFirst(String hdoc, boolean currentRevision, int element, boolean withAnnotations) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.com.saperion.jni.SaJNIReadBufferSaRMIClientCommand.readDocumentFirst(String hdoc, boolean currentRevision, int element) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.com.saperion.jni.SaJNIReadBufferSaRMIClientCommand.readDocumentFirst(String hdoc, boolean currentRevision, int element, boolean withAnnotations) Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.AbstractQueryRMIClientCommand.readDocumentMetadata(String sysRowId, String ddcName, String[] fields) Reads the meta data of the document with the given ID.SaRMIClientCommand.readDocumentMetadata(String sysRowId, String ddcName, String[] fields) Reads the meta data of the document with the given ID.com.saperion.jni.SaJNIReadBufferAbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.com.saperion.jni.SaJNIReadBufferSaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.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.voidAbstractDocRMIClientCommand.releaseDocument(String hDoc, String comment) Release the given document.voidSaRMIClientCommand.releaseDocument(String hDoc, String comment) Release the given document.voidAbstractDocRMIClientCommand.removeElement(int element) Removes a existing content element.voidAbstractDocRMIClientCommand.removeElement(Integer[] elements) Removes a series of existing content elements.voidSaRMIClientCommand.removeElement(int element) Removes a existing content element.voidSaRMIClientCommand.removeElement(Integer[] elements) Removes a series of existing content elements.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.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.booleanAbstractDocRMIClientCommand.unlockNode(String sysRowId, String ddcName) Unlocks a node.booleanSaRMIClientCommand.unlockNode(String sysRowId, String ddcName) Unlocks a node. -
Uses of SaGetNodeException in com.saperion.rmi
Methods in com.saperion.rmi that throw SaGetNodeExceptionModifier and TypeMethodDescriptionprotected com.saperion.jni.SaJNIReadBufferSaRMIInputStream.readDocumentFirst(String docHdoc, boolean curRevision, int docElement, boolean withAnnotations)