Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
Modifier and Type | Method and Description |
---|---|
void |
SaClassicConnectorImpl.checkoutDocument(String hDoc) |
void |
SaClassicConnector.checkoutDocument(String hDoc)
Checks out a document for the given document id (hdoc).
|
void |
SaClassicConnectorImpl.discardCheckout(String hDoc) |
void |
SaClassicConnector.discardCheckout(String hDoc)
Discards a checkout of a document which was performed via the method
SaClassicConnector.checkoutDocument(String) . |
void |
SaClassicConnectorImpl.releaseDocument(String ddcName,
String hDoc,
String versionComment) |
void |
SaClassicConnector.releaseDocument(String ddcName,
String hDoc,
String versionComment)
Release the given document.
|
Modifier and Type | Method and Description |
---|---|
SaSaveInfo |
SaRMIClientCommand.cacheDocument(boolean isNew,
int commitMode,
String versionComment,
String xhDoc,
String ddcName,
String acls)
Stores the actual document to the backend.
|
SaSaveInfo |
AbstractDocRMIClientCommand.cacheDocument(boolean isNew,
int commitMode,
String versionComment,
String xhDoc,
String dbName,
String acls)
Stores the actual document to the backend.
|
void |
SaRMIClientCommand.checkoutDocument(String hDoc)
Checkout the given document.
|
void |
AbstractDocRMIClientCommand.checkoutDocument(String hDoc)
Checkout the given document.
|
void |
SaRMIClientCommand.clearContent()
Clears all content of the opened document.
|
void |
AbstractDocRMIClientCommand.clearContent()
Clears all content of the opened document.
|
void |
SaRMIClientCommand.closeDocument(com.saperion.jni.SaJNIDocHandle handle)
Manually closing of a open document.
|
void |
AbstractDocRMIClientCommand.closeDocument(com.saperion.jni.SaJNIDocHandle handle)
Manually closing of a open document.
|
SaSaveInfo |
SaRMIClientCommand.createDocument(String ddcName,
List<SaPropertyValue> values)
Creates a new document with the given parameters.
|
SaSaveInfo |
AbstractDocRMIClientCommand.createDocument(String dbName,
List<SaPropertyValue> values)
Creates a new document with the given parameters.
|
SaSaveInfo |
SaRMIClientCommand.createLink(LinkInfo link)
Creates a SAPERION Link into one Archive for an existing Document.
|
SaSaveInfo |
AbstractDocRMIClientCommand.createLink(LinkInfo link) |
SaSaveInfo |
SaRMIClientCommand.deleteDocument(int mode,
String hdoc)
Delete a document.
|
SaSaveInfo |
AbstractDocRMIClientCommand.deleteDocument(int mode,
String hDoc)
Delete a document.
|
void |
SaRMIClientCommand.dsicardCheckout(String hDoc)
Discards the checkout of the given document.
|
void |
AbstractDocRMIClientCommand.dsicardCheckout(String hDoc)
Discards the checkout of the given document.
|
String |
SaRMIClientCommand.getACLNames(String hDoc)
Reads the ACL's for the given document.
|
String |
AbstractDocRMIClientCommand.getACLNames(String hDoc)
Reads the ACL's for the given document.
|
List<String> |
SaRMIClientCommand.getInvolvedUsers(String hDoc)
Reads all users involved in the set of ACL's.
|
List<String> |
AbstractDocRMIClientCommand.getInvolvedUsers(String hDoc)
Reads all users involved in the set of ACL's.
|
SaLockInfo |
SaRMIClientCommand.getLockInfo(String sysRowId)
Gets the lock info for a given node.
|
SaLockInfo |
AbstractDocRMIClientCommand.getLockInfo(String sysRowId)
Gets the lock info for a given node.
|
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.
|
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.
|
boolean |
SaRMIClientCommand.lockNode(String sysRowId,
String ddcName,
int lockType,
boolean sessionScoped)
Locks a node.
|
boolean |
AbstractDocRMIClientCommand.lockNode(String sysRowId,
String ddcName,
int lockType,
boolean sessionScoped)
Locks a node.
|
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 |
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 |
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.
|
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.
|
SaPropertyValue[] |
SaRMIClientCommand.readDocumentMetadata(String sysRowId,
String ddcName,
String[] fields)
Reads the meta data of the document with the given ID.
|
SaPropertyValue[] |
AbstractQueryRMIClientCommand.readDocumentMetadata(String sysRowId,
String ddcName,
String[] fields)
Reads the meta data of the document with the given ID.
|
com.saperion.jni.SaJNIReadBuffer |
SaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.
|
com.saperion.jni.SaJNIReadBuffer |
AbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.
|
SaVersionData |
SaRMIClientCommand.readVersionMetadata(String versionID)
Reads the version meta data of the document with the given ID.
|
SaVersionData |
AbstractDocRMIClientCommand.readVersionMetadata(String versionID)
Reads the version meta data of the document with the given ID.
|
SaVersionData |
SaRMIClientCommand.readVersionMetadata(String versionID,
boolean resolveLinks)
Reads the version meta data of the document with the given ID.
|
SaVersionData |
AbstractDocRMIClientCommand.readVersionMetadata(String versionID,
boolean resolveLinks) |
void |
SaRMIClientCommand.releaseDocument(String hDoc,
String comment)
Release the given document.
|
void |
AbstractDocRMIClientCommand.releaseDocument(String hDoc,
String comment)
Release the given document.
|
void |
SaRMIClientCommand.removeElement(int element)
Removes a existing content element.
|
void |
AbstractDocRMIClientCommand.removeElement(int element)
Removes a existing content element.
|
void |
SaRMIClientCommand.removeElement(Integer[] elements)
Removes a series of existing content elements.
|
void |
AbstractDocRMIClientCommand.removeElement(Integer[] elements)
Removes a series of existing content elements.
|
SaSaveInfo |
SaRMIClientCommand.restoreVersion(String versionID)
Restores the given version to the actual version.
|
SaSaveInfo |
AbstractDocRMIClientCommand.restoreVersion(String versionID)
Restores the given version to the actual version.
|
SaSaveInfo |
SaRMIClientCommand.saveDocument(String nodeHdoc,
String ddcName,
List<SaPropertyValue> values)
Saves the document paramaters to the document.
|
SaSaveInfo |
AbstractDocRMIClientCommand.saveDocument(String hexUID,
String dbName,
List<SaPropertyValue> metadata)
Saves the document paramaters to the document.
|
SaSaveInfo |
SaRMIClientCommand.saveDocument(String nodeHdoc,
String ddcName,
List<SaPropertyValue> values,
boolean resolveLinks)
Saves the document paramaters to the document.
|
SaSaveInfo |
AbstractDocRMIClientCommand.saveDocument(String hexUID,
String dbName,
List<SaPropertyValue> metadata,
boolean resolveLinks)
Saves the document paramaters to the document.
|
SaSaveInfo |
SaRMIClientCommand.setACLName(String ddcname,
String hDoc,
String acl,
int commitMode,
String versionComment)
Sets the given ACL to the node.
|
SaSaveInfo |
AbstractDocRMIClientCommand.setACLName(String ddcname,
String hDoc,
String acl,
int commitMode,
String versionComment)
Sets the given ACL to the node.
|
SaSaveInfo |
SaRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String ddcName,
String acls)
Stores the actual document to the backend.
|
SaSaveInfo |
AbstractDocRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String dbName,
String acls)
Stores the actual document to the backend.
|
SaSaveInfo |
SaRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String ddcName,
String acls,
boolean checkin)
Stores the actual document to the backend.
|
SaSaveInfo |
AbstractDocRMIClientCommand.storeDocument(boolean isNew,
int commitMode,
String versionComment,
String dbName,
String acls,
boolean checkout)
Stores the actual document to the backend.
|
boolean |
SaRMIClientCommand.unlockNode(String sysRowId,
String ddcName)
Unlocks a node.
|
boolean |
AbstractDocRMIClientCommand.unlockNode(String sysRowId,
String ddcName)
Unlocks a node.
|
Modifier and Type | Method and Description |
---|---|
protected com.saperion.jni.SaJNIReadBuffer |
SaRMIInputStream.readDocumentFirst(String docHdoc,
boolean curRevision,
int docElement,
boolean withAnnotations) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.