Interface VersionedExtensionComponent

All Known Implementing Classes:
VersionedConfigurableExtension, VersionedControllerService, VersionedFlowAnalysisRule, VersionedFlowRegistryClient, VersionedParameterProvider, VersionedProcessor, VersionedReportingTask

public interface VersionedExtensionComponent
A component that is an extension and has a type and bundle.
  • Method Details

    • getBundle

      Bundle getBundle()
    • setBundle

      void setBundle(Bundle bundle)
    • getType

      String getType()
    • setType

      void setType(String type)