public static interface DocumentSearch.LoadDecision
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.document.DocumentRevisionType |
complete()
Executes the search and expects one and only one document to satisfy the conditions.
|
com.lexmark.saperion.document.DocumentRevisionType |
withoutContent()
Executes the search and expects one and only one document to satisfy the conditions.
|
com.lexmark.saperion.document.DocumentRevisionType complete() throws SaBasicException
null
will be returned. If several do an exception will be thrown. Otherwise the
document will be loaded and serialized to the client completely (i.e. with content).SaBasicException
com.lexmark.saperion.document.DocumentRevisionType withoutContent() throws SaBasicException
null
will be returned. If several do an exception will be thrown. Otherwise the
document will be loaded and serialized to the client without content.SaBasicException
Copyright © 2016 SAPERION AG. All rights reserved.