Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
Modifier and Type | Method and Description |
---|---|
SaLockInfo |
SaClassicConnectorImpl.getLockInfo(String sysRowId) |
SaLockInfo |
SaClassicConnector.getLockInfo(String sysRowId)
This method returns the locking information for a given document.
|
boolean |
SaClassicConnectorImpl.lockDocument(String sysRowId,
String ddcName) |
boolean |
SaClassicConnector.lockDocument(String sysRowId,
String ddcName)
Locks a document.
|
boolean |
SaClassicConnectorImpl.unlockDocument(String sysRowId,
String ddcName) |
boolean |
SaClassicConnector.unlockDocument(String sysRowId,
String ddcName)
Unlocks a document.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
boolean |
SaRMIClientCommand.unlockNode(String sysRowId,
String ddcName)
Unlocks a node.
|
boolean |
AbstractDocRMIClientCommand.unlockNode(String sysRowId,
String ddcName)
Unlocks a node.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.