Uses of Interface
com.saperion.intf.SaDocInfo
-
Packages that use SaDocInfo Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.operations.document This package defines the different operations on documents, that can be invoked by rmi.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaDocInfo in com.saperion.connector
Methods in com.saperion.connector that return SaDocInfo Modifier and Type Method Description SaDocInfoSaClassicConnector. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks)Reads information like the document-structure and variables for the given document.SaDocInfoSaClassicConnector. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination)Reads information like the document-structure and variables for the given document.SaDocInfoSaClassicConnectorImpl. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks)SaDocInfoSaClassicConnectorImpl. getDocumentInfo(java.lang.String hDoc, boolean currentRevision, boolean resolveLinks, boolean forceSizeDetermination) -
Uses of SaDocInfo in com.saperion.operations.document
Methods in com.saperion.operations.document that return SaDocInfo Modifier and Type Method Description SaDocInfoGetDocumentInfo. invoke() -
Uses of SaDocInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaDocInfo Modifier and Type Class Description classSaDocInfoImplImplementation of theSaDocInfointerface.
-