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 SapDocInfoSaClassicConnector. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfoSaClassicConnectorImpl. 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 SapDocInfoAbstractDocRMIClientCommand. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfoSaRMIClientCommand. 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 SapDocInfoSaRMIServerCommand. 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.
-