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 com.lexmark.saperion.exceptions.EcmException
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).com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.document.DocumentRevisionType withoutContent() throws com.lexmark.saperion.exceptions.EcmException
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.com.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.