Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.03 KB

VersionedControllerService.md

File metadata and controls

38 lines (31 loc) · 2.03 KB

VersionedControllerService

Properties

Name Type Description Notes
identifier String The component's unique identifier [optional]
name String The component's name [optional]
comments String The user-supplied comments for the component [optional]
position ThePositionOfAComponentOnTheGraph The component's position on the graph [optional]
type String The type of the controller service. [optional]
bundle Bundle The details of the artifact that bundled this processor type. [optional]
controllerServiceApis List<ControllerServiceAPI> Lists the APIs this Controller Service implements. [optional]
properties Map<String, String> The properties of the controller service. [optional]
propertyDescriptors Map<String, VersionedPropertyDescriptor> The property descriptors for the processor. [optional]
annotationData String The annotation for the controller service. This is how the custom UI relays configuration to the controller service. [optional]
componentType ComponentTypeEnum [optional]
groupIdentifier String The ID of the Process Group that this component belongs to [optional]

Enum: ComponentTypeEnum

Name Value
CONNECTION "CONNECTION"
PROCESSOR "PROCESSOR"
PROCESS_GROUP "PROCESS_GROUP"
REMOTE_PROCESS_GROUP "REMOTE_PROCESS_GROUP"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
FUNNEL "FUNNEL"
LABEL "LABEL"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"