Uses of Class
org.apache.nifi.api.toolkit.model.ParameterContextEntity
Packages that use ParameterContextEntity
-
Uses of ParameterContextEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return ParameterContextEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createParameterContext
(ParameterContextEntity body) Create a Parameter ContextSwaggerResourceApi.deleteParameterContext
(String id, String version, String clientId, Boolean disconnectedNodeAcknowledged) Deletes the Parameter Context with the given ID Deletes the Parameter Context with the given ID.SwaggerResourceApi.getParameterContext
(String id, Boolean includeInheritedParameters) Returns the Parameter Context with the given ID Returns the Parameter Context with the given ID.SwaggerResourceApi.updateParameterContext
(ParameterContextEntity body, String id) Modifies a Parameter Context This endpoint will update a Parameter Context to match the provided entity.Methods in org.apache.nifi.api.toolkit.api with parameters of type ParameterContextEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createParameterContext
(ParameterContextEntity body) Create a Parameter ContextSwaggerResourceApi.submitParameterContextUpdate
(ParameterContextEntity body, String contextId) Initiate the Update Request of a Parameter Context This will initiate the process of updating a Parameter Context.SwaggerResourceApi.updateParameterContext
(ParameterContextEntity body, String id) Modifies a Parameter Context This endpoint will update a Parameter Context to match the provided entity. -
Uses of ParameterContextEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ParameterContextEntityModifier and TypeFieldDescriptionprivate List
<ParameterContextEntity> ParameterContextsEntity.parameterContexts
Methods in org.apache.nifi.api.toolkit.model that return ParameterContextEntityModifier and TypeMethodDescriptionParameterContextEntity.addBulletinsItem
(BulletinEntity bulletinsItem) ParameterContextEntity.bulletins
(List<BulletinEntity> bulletins) ParameterContextEntity.component
(ParameterContextDTO component) ParameterContextEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) ParameterContextEntity.permissions
(PermissionsDTO permissions) ParameterContextEntity.position
(PositionDTO position) ParameterContextEntity.revision
(RevisionDTO revision) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type ParameterContextEntityModifier and TypeMethodDescriptionParameterContextsEntity.getParameterContexts()
The Parameter ContextsMethods in org.apache.nifi.api.toolkit.model with parameters of type ParameterContextEntityModifier and TypeMethodDescriptionParameterContextsEntity.addParameterContextsItem
(ParameterContextEntity parameterContextsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ParameterContextEntityModifier and TypeMethodDescriptionParameterContextsEntity.parameterContexts
(List<ParameterContextEntity> parameterContexts) void
ParameterContextsEntity.setParameterContexts
(List<ParameterContextEntity> parameterContexts)