Uses of Interface
com.saperion.intf.SaLockInfo
-
Packages that use SaLockInfo 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.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of SaLockInfo in com.saperion.connector
Methods in com.saperion.connector that return SaLockInfo Modifier and Type Method Description SaLockInfo
SaClassicConnector. getLockInfo(java.lang.String sysRowId)
This method returns the locking information for a given document.SaLockInfo
SaClassicConnectorImpl. getLockInfo(java.lang.String sysRowId)
-
Uses of SaLockInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaLockInfo Modifier and Type Method Description SaLockInfo
AbstractDocRMIClientCommand. getLockInfo(java.lang.String sysRowId)
Gets the lock info for a given node.SaLockInfo
SaRMIClientCommand. getLockInfo(java.lang.String sysRowId)
Gets the lock info for a given node. -
Uses of SaLockInfo in com.saperion.rmi
Constructors in com.saperion.rmi with parameters of type SaLockInfo Constructor Description SaDocumentInfoImpl(SaPropertyValue[] propertyValues, SaLockInfo lock)
Constructor. -
Uses of SaLockInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaLockInfo Modifier and Type Method Description SaLockInfo
SaRMIServerCommand. getLockInfo(int token, java.lang.String sysRowId)
Gets the lock info for a given node.
-