Class UniqueConstraint

java.lang.Object
ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
ch.tocco.nice2.model.entity.api.schema.events.UniqueConstraint
All Implemented Interfaces:
Descriptive

public class UniqueConstraint extends CheckEvent implements Descriptive
Marks a missing or incomplete unique constraint. There are 4 situations possible:
    field        |   businessunit
    -------------|---------------
    not in index | not available
    not in index | in index
    not in index | not in index
    in index     | not in index
    -----------good-------------
    in index     | not available
    in index     | in index
Obviously, this class only represents the invalid situations.