Class RemovedEntityBinding

  • All Implemented Interfaces:
    DiffEvaluator

    public final class RemovedEntityBinding
    extends AbstractDiffEvaluator
    A meta-validator that checks for the removal of an operation or resource binding from a service or resource.

    A "RemovedOperationBinding" eventId is used when an operation is removed, and a "RemovedResourceBinding" eventId is used when a resource is removed.

    • Constructor Detail

      • RemovedEntityBinding

        public RemovedEntityBinding()
    • Method Detail

      • evaluate

        public java.util.List<ValidationEvent> evaluate​(Differences differences)
        Description copied from interface: DiffEvaluator
        Returns validation events given two models and the detected differences between them.
        Parameters:
        differences - Detected differences.
        Returns:
        Returns validation events that are relative to the new model.