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 Stringprivate Stringprivate List<ControllerServiceAPI> private ScheduledState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnnotationData(String annotationData) voidsetBulletinLevel(String bulletinLevel) voidsetControllerServiceApis(List<ControllerServiceAPI> controllerServiceApis) voidsetScheduledState(ScheduledState scheduledState) Methods inherited from class org.apache.nifi.flow.VersionedConfigurableExtension
getBundle, getProperties, getPropertyDescriptors, getType, setBundle, setProperties, setPropertyDescriptors, setTypeMethods 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:
getComponentTypein classVersionedComponent
-
getScheduledState
-
setScheduledState
-
getBulletinLevel
-
setBulletinLevel
-