Uses of Class
com.saperion.util.HdocUtil.DocId
-
Packages that use HdocUtil.DocId Package Description com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of HdocUtil.DocId in com.saperion.util
Subclasses of HdocUtil.DocId in com.saperion.util Modifier and Type Class Description static classHdocUtil.SAPDocIdThis class represents a SAP DocId.Methods in com.saperion.util that return HdocUtil.DocId Modifier and Type Method Description static HdocUtil.DocIdHdocUtil. encode(java.lang.String decoded)This method tooks a XHDOC (Version-specific Document ID) and encodes it, so this one can be used by the HTML-Gateway.Methods in com.saperion.util with parameters of type HdocUtil.DocId Modifier and Type Method Description static HdocUtil.SAPDocIdHdocUtil. convert(HdocUtil.DocId docId)This method converts an encoded XHDOC, so it can be used with SAP.static java.lang.StringHdocUtil. decode(HdocUtil.DocId docId)This method tries to decode an encoded Document ID, which is used by the HTML-Gateway.
-