Uses of Interface
org.graylog2.contentpacks.model.constraints.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.graylog2.contentpacks.constraints
Methods in org.graylog2.contentpacks.constraints that return types with arguments of type ConstraintModifier and TypeMethodDescriptionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) GraylogVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) PluginVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) Method parameters in org.graylog2.contentpacks.constraints with type arguments of type ConstraintModifier and TypeMethodDescriptionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) GraylogVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) PluginVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) ConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) GraylogVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) PluginVersionConstraintChecker.ensureConstraints(Collection<Constraint> requestedConstraints) -
Uses of Constraint in org.graylog2.contentpacks.exceptions
Methods in org.graylog2.contentpacks.exceptions that return types with arguments of type ConstraintConstructor parameters in org.graylog2.contentpacks.exceptions with type arguments of type ConstraintModifierConstructorDescriptionFailedConstraintsException(Collection<Constraint> failedConstraints) -
Uses of Constraint in org.graylog2.contentpacks.model
Methods in org.graylog2.contentpacks.model that return types with arguments of type ConstraintModifier and TypeMethodDescriptionContentPackV1.constraints()abstract com.google.common.collect.ImmutableSet<Constraint>LegacyContentPack.requires() -
Uses of Constraint in org.graylog2.contentpacks.model.constraints
Classes in org.graylog2.contentpacks.model.constraints that implement ConstraintMethods in org.graylog2.contentpacks.model.constraints that return ConstraintMethods in org.graylog2.contentpacks.model.constraints with parameters of type ConstraintModifier and TypeMethodDescriptionstatic ConstraintCheckResultConstraintCheckResult.create(Constraint constraint, boolean fulfilled) -
Uses of Constraint in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type ConstraintModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableSet<Constraint>EntityV1.constraints()Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type ConstraintModifier and TypeMethodDescriptionabstract EntityV1.BuilderEntityV1.Builder.constraints(com.google.common.collect.ImmutableSet<Constraint> constraints)