Interface ResultHandler<T extends ObjectType>

    • Method Detail

      • handle

        boolean handle​(PrismObject<T> object,
                       OperationResult parentResult)
        Handle a single result.
        Parameters:
        object - Resource object to process.
        Returns:
        true if the operation should proceed, false if it should stop