Uses of Class
org.graylog2.rest.resources.streams.rules.requests.CreateStreamRuleRequest
Packages that use CreateStreamRuleRequest
Package
Description
-
Uses of CreateStreamRuleRequest in org.graylog2.rest.resources.streams.requests
Methods in org.graylog2.rest.resources.streams.requests that return types with arguments of type CreateStreamRuleRequestModifier and TypeMethodDescriptionabstract List<CreateStreamRuleRequest>CreateStreamRequest.rules()Method parameters in org.graylog2.rest.resources.streams.requests with type arguments of type CreateStreamRuleRequestModifier and TypeMethodDescriptionstatic CreateStreamRequestCreateStreamRequest.create(@NotEmpty String title, String description, List<CreateStreamRuleRequest> rules, String contentPack, String matchingType, Boolean removeMatchesFromDefaultStream, String indexSetId) -
Uses of CreateStreamRuleRequest in org.graylog2.rest.resources.streams.rules
Methods in org.graylog2.rest.resources.streams.rules with parameters of type CreateStreamRuleRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseStreamRuleResource.create(String streamId, @Valid @NotNull CreateStreamRuleRequest cr) StreamRuleResource.update(String streamid, String streamRuleId, @Valid @NotNull CreateStreamRuleRequest cr) StreamRuleResource.updateDeprecated(String streamid, String streamRuleId, @Valid @NotNull CreateStreamRuleRequest cr) Deprecated. -
Uses of CreateStreamRuleRequest in org.graylog2.rest.resources.streams.rules.requests
Methods in org.graylog2.rest.resources.streams.rules.requests that return CreateStreamRuleRequestModifier and TypeMethodDescriptionstatic CreateStreamRuleRequestCreateStreamRuleRequest.create(int type, String value, String field, boolean inverted, String description) -
Uses of CreateStreamRuleRequest in org.graylog2.streams
Methods in org.graylog2.streams with parameters of type CreateStreamRuleRequestModifier and TypeMethodDescriptionStreamRuleService.create(String streamId, CreateStreamRuleRequest request) StreamRuleServiceImpl.create(String streamId, CreateStreamRuleRequest cr)