Package org.apache.nifi.flow
Class VersionedControllerService
java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedConfigurableExtension
org.apache.nifi.flow.VersionedControllerService
- All Implemented Interfaces:
VersionedConfigurableComponent
,VersionedExtensionComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private List
<ControllerServiceAPI> private ScheduledState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnnotationData
(String annotationData) void
setBulletinLevel
(String bulletinLevel) void
setControllerServiceApis
(List<ControllerServiceAPI> controllerServiceApis) void
setScheduledState
(ScheduledState scheduledState) Methods inherited from class org.apache.nifi.flow.VersionedConfigurableExtension
getBundle, getProperties, getPropertyDescriptors, getType, setBundle, setProperties, setPropertyDescriptors, setType
Methods inherited from class org.apache.nifi.flow.VersionedComponent
equals, getComments, getGroupIdentifier, getIdentifier, getInstanceIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition
-
Field Details
-
controllerServiceApis
-
annotationData
-
scheduledState
-
bulletinLevel
-
-
Constructor Details
-
VersionedControllerService
public VersionedControllerService()
-
-
Method Details
-
getControllerServiceApis
-
setControllerServiceApis
-
getAnnotationData
-
setAnnotationData
-
getComponentType
- Specified by:
getComponentType
in classVersionedComponent
-
getScheduledState
-
setScheduledState
-
getBulletinLevel
-
setBulletinLevel
-