@FunctionalInterface public interface ResultHandler<T extends ObjectType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
boolean handle(PrismObject<T> object, OperationResult parentResult)
object - Resource object to process.Copyright © 2019 Evolveum. All rights reserved.