Uses of Class
org.apache.nifi.api.toolkit.model.LabelEntity
Packages that use LabelEntity
-
Uses of LabelEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return LabelEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createLabel
(LabelEntity body, String id) Creates a labelGets a labelSwaggerResourceApi.removeLabel
(String id, String version, String clientId, Boolean disconnectedNodeAcknowledged) Deletes a labelSwaggerResourceApi.updateLabel
(LabelEntity body, String id) Updates a labelMethods in org.apache.nifi.api.toolkit.api with parameters of type LabelEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createLabel
(LabelEntity body, String id) Creates a labelSwaggerResourceApi.updateLabel
(LabelEntity body, String id) Updates a label -
Uses of LabelEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type LabelEntityModifier and TypeFieldDescriptionprivate List
<LabelEntity> FlowDTO.labels
private List
<LabelEntity> LabelsEntity.labels
Methods in org.apache.nifi.api.toolkit.model that return LabelEntityModifier and TypeMethodDescriptionLabelEntity.addBulletinsItem
(BulletinEntity bulletinsItem) LabelEntity.bulletins
(List<BulletinEntity> bulletins) LabelEntity.dimensions
(DimensionsDTO dimensions) LabelEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) LabelEntity.permissions
(PermissionsDTO permissions) LabelEntity.position
(PositionDTO position) LabelEntity.revision
(RevisionDTO revision) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type LabelEntityModifier and TypeMethodDescriptionFlowDTO.getLabels()
The labels in this flow.LabelsEntity.getLabels()
Get labelsMethods in org.apache.nifi.api.toolkit.model with parameters of type LabelEntityModifier and TypeMethodDescriptionFlowDTO.addLabelsItem
(LabelEntity labelsItem) LabelsEntity.addLabelsItem
(LabelEntity labelsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type LabelEntityModifier and TypeMethodDescriptionFlowDTO.labels
(List<LabelEntity> labels) LabelsEntity.labels
(List<LabelEntity> labels) void
FlowDTO.setLabels
(List<LabelEntity> labels) void
LabelsEntity.setLabels
(List<LabelEntity> labels)