Uses of Class
org.apache.nifi.api.toolkit.model.VersionedLabel
Packages that use VersionedLabel
-
Uses of VersionedLabel in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type VersionedLabelMethods in org.apache.nifi.api.toolkit.model that return VersionedLabelModifier and TypeMethodDescriptionVersionedLabel.componentType
(VersionedLabel.ComponentTypeEnum componentType) VersionedLabel.groupIdentifier
(String groupIdentifier) VersionedLabel.identifier
(String identifier) VersionedLabel.instanceIdentifier
(String instanceIdentifier) VersionedLabel.putStyleItem
(String key, String styleItem) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type VersionedLabelMethods in org.apache.nifi.api.toolkit.model with parameters of type VersionedLabelMethod parameters in org.apache.nifi.api.toolkit.model with type arguments of type VersionedLabelModifier and TypeMethodDescriptionVersionedProcessGroup.labels
(List<VersionedLabel> labels) void
VersionedProcessGroup.setLabels
(List<VersionedLabel> labels)