Uses of Class
org.graylog2.contentpacks.model.constraints.ConstraintCheckResult
Packages that use ConstraintCheckResult
Package
Description
-
Uses of ConstraintCheckResult in org.graylog2.contentpacks
Methods in org.graylog2.contentpacks that return types with arguments of type ConstraintCheckResult -
Uses of ConstraintCheckResult in org.graylog2.contentpacks.constraints
Methods in org.graylog2.contentpacks.constraints that return types with arguments of type ConstraintCheckResultModifier and TypeMethodDescriptionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) GraylogVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) PluginVersionConstraintChecker.checkConstraints(Collection<Constraint> requestedConstraints) -
Uses of ConstraintCheckResult in org.graylog2.contentpacks.model.constraints
Methods in org.graylog2.contentpacks.model.constraints that return ConstraintCheckResultModifier and TypeMethodDescriptionstatic ConstraintCheckResultConstraintCheckResult.create(Constraint constraint, boolean fulfilled) -
Uses of ConstraintCheckResult in org.graylog2.rest.models.system.contentpacks.responses
Methods in org.graylog2.rest.models.system.contentpacks.responses that return types with arguments of type ConstraintCheckResultModifier and TypeMethodDescriptionabstract Set<ConstraintCheckResult>ContentPackResponse.constraints()abstract Map<Integer,Set<ConstraintCheckResult>> ContentPackRevisions.constraints()Method parameters in org.graylog2.rest.models.system.contentpacks.responses with type arguments of type ConstraintCheckResultModifier and TypeMethodDescriptionstatic ContentPackResponseContentPackResponse.create(ContentPack contentPack, Set<ConstraintCheckResult> constraints)