Package org.apache.nifi.web
Class ComponentDetails
java.lang.Object
org.apache.nifi.web.ComponentDetails
Details about a given component. Contains configuration and current
validation errors.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final Map
<String, ComponentDescriptor> private final String
private final String
private final String
private final String
private final Collection
<String> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
-
type
-
state
-
annotationData
-
properties
-
descriptors
-
validationErrors
-
-
Constructor Details
-
ComponentDetails
-
-
Method Details
-
getId
- Returns:
- component id
-
getName
- Returns:
- component name
-
getType
- Returns:
- component type
-
getState
- Returns:
- component state
-
getAnnotationData
- Returns:
- component's annotation data
-
getProperties
- Returns:
- Mapping of component properties
-
getDescriptors
- Returns:
- Mapping of component descriptors
-
getValidationErrors
- Returns:
- Current validation errors for the component
-