P
- The type of transformation document on which the handler operates.public interface ITransformationHandler<P extends ITransformationDocument>
Modifier and Type | Method and Description |
---|---|
void |
discard()
Discards the current document passed to the processor, that is prevents it from going to the next stage.
|
void |
yield(P document)
Yields the given document to the next transformation processor or to the Consolidation Store.
|
void discard()
void yield(@Nonnull P document)
ICreateTransformationHandler
. And it is optional for the current transformed document being processed.document
- The document to yield.Copyright © 2013 Dassault Systèmes, All Rights Reserved.