Uses of Class
org.apache.nifi.api.toolkit.model.FlowAnalysisRuleEntity
Packages that use FlowAnalysisRuleEntity
-
Uses of FlowAnalysisRuleEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return FlowAnalysisRuleEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createFlowAnalysisRule
(FlowAnalysisRuleEntity body) Creates a new flow analysis ruleSwaggerResourceApi.getFlowAnalysisRule
(String id) Gets a flow analysis ruleSwaggerResourceApi.removeFlowAnalysisRule
(String id, String version, String clientId, Boolean disconnectedNodeAcknowledged) Deletes a flow analysis ruleSwaggerResourceApi.updateFlowAnalysisRule
(FlowAnalysisRuleEntity body, String id) Updates a flow analysis ruleSwaggerResourceApi.updateRunStatus_0
(FlowAnalysisRuleRunStatusEntity body, String id) Updates run status of a flow analysis ruleMethods in org.apache.nifi.api.toolkit.api with parameters of type FlowAnalysisRuleEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createFlowAnalysisRule
(FlowAnalysisRuleEntity body) Creates a new flow analysis ruleSwaggerResourceApi.updateFlowAnalysisRule
(FlowAnalysisRuleEntity body, String id) Updates a flow analysis rule -
Uses of FlowAnalysisRuleEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type FlowAnalysisRuleEntityModifier and TypeFieldDescriptionprivate List
<FlowAnalysisRuleEntity> FlowAnalysisRulesEntity.flowAnalysisRules
Methods in org.apache.nifi.api.toolkit.model that return FlowAnalysisRuleEntityModifier and TypeMethodDescriptionFlowAnalysisRuleEntity.addBulletinsItem
(BulletinEntity bulletinsItem) FlowAnalysisRuleEntity.bulletins
(List<BulletinEntity> bulletins) FlowAnalysisRuleEntity.component
(FlowAnalysisRuleDTO component) FlowAnalysisRuleEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) FlowAnalysisRuleEntity.operatePermissions
(PermissionsDTO operatePermissions) FlowAnalysisRuleEntity.permissions
(PermissionsDTO permissions) FlowAnalysisRuleEntity.position
(PositionDTO position) FlowAnalysisRuleEntity.revision
(RevisionDTO revision) FlowAnalysisRuleEntity.status
(FlowAnalysisRuleStatusDTO status) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type FlowAnalysisRuleEntityModifier and TypeMethodDescriptionFlowAnalysisRulesEntity.getFlowAnalysisRules()
Get flowAnalysisRulesMethods in org.apache.nifi.api.toolkit.model with parameters of type FlowAnalysisRuleEntityModifier and TypeMethodDescriptionFlowAnalysisRulesEntity.addFlowAnalysisRulesItem
(FlowAnalysisRuleEntity flowAnalysisRulesItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type FlowAnalysisRuleEntityModifier and TypeMethodDescriptionFlowAnalysisRulesEntity.flowAnalysisRules
(List<FlowAnalysisRuleEntity> flowAnalysisRules) void
FlowAnalysisRulesEntity.setFlowAnalysisRules
(List<FlowAnalysisRuleEntity> flowAnalysisRules)