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 TypeMethodDescriptionvoid
SaClassicConnector.checkoutDocument
(String hDoc) Checks out a document for the given document id (hdoc).void
SaClassicConnector.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checks out a document with filesystem/ShareBase for the given document id (hdoc).void
SaClassicConnectorImpl.checkoutDocument
(String hDoc) void
SaClassicConnectorImpl.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) void
SaClassicConnector.discardCheckout
(String hDoc) Discards a checkout of a document which was performed via the methodSaClassicConnector.checkoutDocument(String)
.void
SaClassicConnectorImpl.discardCheckout
(String hDoc) void
SaClassicConnector.releaseDocument
(String ddcName, String hDoc, String versionComment) Release the given document.void
SaClassicConnectorImpl.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.void
AbstractDocRMIClientCommand.checkoutDocument
(String hDoc) Checkout the given document.void
AbstractDocRMIClientCommand.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checkout the given document with filesystem/ShareBase.void
SaRMIClientCommand.checkoutDocument
(String hDoc) Checkout the given document.void
SaRMIClientCommand.checkoutDocument
(String hDoc, boolean withCloudShare, int[] shareBaseDocIds) Checkout the given document with filesystem/ShareBase.void
AbstractDocRMIClientCommand.clearContent()
Clears all content of the opened document.void
SaRMIClientCommand.clearContent()
Clears all content of the opened document.final 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.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.void
AbstractDocRMIClientCommand.dsicardCheckout
(String hDoc) Discards the checkout of the given document.void
SaRMIClientCommand.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.SaJNIDocAccessData
AbstractDocRMIClientCommand.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.SaJNIDocAccessData
SaRMIClientCommand.getNodeAccessData
(String hdoc) Opens the document identified by hdoc and returns an object containing all access right data information for the session user.boolean
AbstractDocRMIClientCommand.lockNode
(String sysRowId, String ddcName, int lockType, boolean sessionScoped) Locks a node.boolean
Locks a node.com.saperion.jni.SaJNIReadBuffer
AbstractDocRMIClientCommand.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.SaJNIReadBuffer
AbstractDocRMIClientCommand.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.SaJNIReadBuffer
SaRMIClientCommand.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.SaJNIReadBuffer
SaRMIClientCommand.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.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.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
AbstractDocRMIClientCommand.releaseDocument
(String hDoc, String comment) Release the given document.void
SaRMIClientCommand.releaseDocument
(String hDoc, String comment) Release the given document.void
AbstractDocRMIClientCommand.removeElement
(int element) Removes a existing content element.void
AbstractDocRMIClientCommand.removeElement
(Integer[] elements) Removes a series of existing content elements.void
SaRMIClientCommand.removeElement
(int element) Removes a existing content element.void
SaRMIClientCommand.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.boolean
AbstractDocRMIClientCommand.unlockNode
(String sysRowId, String ddcName) Unlocks a node.boolean
SaRMIClientCommand.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.SaJNIReadBuffer
SaRMIInputStream.readDocumentFirst
(String docHdoc, boolean curRevision, int docElement, boolean withAnnotations)