Uses of Class
com.saperion.bean.SapDocInfo
-
Packages that use SapDocInfo 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.common This package contains the classes for the LARIX RMI Server. -
-
Uses of SapDocInfo in com.saperion.connector
Methods in com.saperion.connector that return SapDocInfo Modifier and Type Method Description SapDocInfo
SaClassicConnector. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfo
SaClassicConnectorImpl. checkSapUrl(java.lang.String url)
-
Uses of SapDocInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SapDocInfo Modifier and Type Method Description SapDocInfo
AbstractDocRMIClientCommand. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfo
SaRMIClientCommand. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC. -
Uses of SapDocInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SapDocInfo Modifier and Type Method Description SapDocInfo
SaRMIServerCommand. checkSapUrl(int clientToken, java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
-