| id |
String |
The id of the component. |
[optional] |
| versionedComponentId |
String |
The ID of the corresponding component that is under version control |
[optional] |
| parentGroupId |
String |
The id of parent process group of this component if applicable. |
[optional] |
| position |
PositionDTO |
The position of this component in the UI if applicable. |
[optional] |
| name |
String |
The name of the controller service. |
[optional] |
| type |
String |
The type of the controller service. |
[optional] |
| bundle |
BundleDTO |
The details of the artifact that bundled this processor type. |
[optional] |
| controllerServiceApis |
List<ControllerServiceApiDTO> |
Lists the APIs this Controller Service implements. |
[optional] |
| comments |
String |
The comments for the controller service. |
[optional] |
| state |
StateEnum |
The state of the controller service. |
[optional] |
| persistsState |
Boolean |
Whether the controller service persists state. |
[optional] |
| restricted |
Boolean |
Whether the controller service requires elevated privileges. |
[optional] |
| deprecated |
Boolean |
Whether the ontroller service has been deprecated. |
[optional] |
| multipleVersionsAvailable |
Boolean |
Whether the controller service has multiple versions available. |
[optional] |
| supportsSensitiveDynamicProperties |
Boolean |
Whether the controller service supports sensitive dynamic properties. |
[optional] |
| properties |
Map<String, String> |
The properties of the controller service. |
[optional] |
| descriptors |
Map<String, PropertyDescriptorDTO> |
The descriptors for the controller service properties. |
[optional] |
| sensitiveDynamicPropertyNames |
List<String> |
Set of sensitive dynamic property names |
[optional] |
| customUiUrl |
String |
The URL for the controller services custom configuration UI if applicable. |
[optional] |
| annotationData |
String |
The annotation for the controller service. This is how the custom UI relays configuration to the controller service. |
[optional] |
| referencingComponents |
List<ControllerServiceReferencingComponentEntity> |
All components referencing this controller service. |
[optional] |
| validationErrors |
List<String> |
The validation errors from the controller service. These validation errors represent the problems with the controller service that must be resolved before it can be enabled. |
[optional] |
| validationStatus |
ValidationStatusEnum |
Indicates whether the ControllerService is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the ControllerService is valid) |
[optional] |
| bulletinLevel |
String |
The level at which the controller service will report bulletins. |
[optional] |
| extensionMissing |
Boolean |
Whether the underlying extension is missing. |
[optional] |