Uses of Class
com.saperion.exception.SaLockException
Packages that use SaLockException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
-
Uses of SaLockException in com.saperion.connector
Methods in com.saperion.connector that throw SaLockExceptionModifier and TypeMethodDescriptionSaClassicConnector.getLockInfo
(String sysRowId) This method returns the locking information for a given document.SaClassicConnectorImpl.getLockInfo
(String sysRowId) boolean
SaClassicConnector.lockDocument
(String sysRowId, String ddcName) Locks a document.boolean
SaClassicConnectorImpl.lockDocument
(String sysRowId, String ddcName) boolean
SaClassicConnector.unlockDocument
(String sysRowId, String ddcName) Unlocks a document.boolean
SaClassicConnectorImpl.unlockDocument
(String sysRowId, String ddcName) -
Uses of SaLockException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaLockExceptionModifier and TypeMethodDescriptionAbstractDocRMIClientCommand.getLockInfo
(String sysRowId) Gets the lock info for a given node.SaRMIClientCommand.getLockInfo
(String sysRowId) Gets the lock info for a given node.boolean
AbstractDocRMIClientCommand.lockNode
(String sysRowId, String ddcName, int lockType, boolean sessionScoped) Locks a node.boolean
Locks a node.boolean
AbstractDocRMIClientCommand.unlockNode
(String sysRowId, String ddcName) Unlocks a node.boolean
SaRMIClientCommand.unlockNode
(String sysRowId, String ddcName) Unlocks a node.