Uses of Interface
com.lexmark.saperion.client.document.DocumentElementClient
-
Packages that use DocumentElementClient Package Description com.lexmark.saperion.client.document com.lexmark.saperion.client.implementation.document -
-
Uses of DocumentElementClient in com.lexmark.saperion.client.document
Methods in com.lexmark.saperion.client.document that return DocumentElementClient Modifier and Type Method Description DocumentElementClient
DocumentRevisionClient. getElement(com.lexmark.saperion.document.DocumentElementReferenceType reference)
This method returns the document element client for the given document element id. -
Uses of DocumentElementClient in com.lexmark.saperion.client.implementation.document
Classes in com.lexmark.saperion.client.implementation.document that implement DocumentElementClient Modifier and Type Class Description class
DocumentElementClientImpl
This is the default implementation ofDocumentElementClient
.Methods in com.lexmark.saperion.client.implementation.document that return DocumentElementClient Modifier and Type Method Description DocumentElementClient
DocumentRevisionClientImpl. getElement(com.lexmark.saperion.document.DocumentElementReferenceType elementReference)
-