Class AbstractZendesk

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.processor.AbstractSessionFactoryProcessor
org.apache.nifi.processor.AbstractProcessor
org.apache.nifi.processors.zendesk.AbstractZendesk
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.processor.Processor
Direct Known Subclasses:
GetZendesk, PutZendeskTicket

public abstract class AbstractZendesk extends org.apache.nifi.processor.AbstractProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final String
     
    (package private) static final org.apache.nifi.processor.Relationship
     
    (package private) ZendeskClient
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onScheduled(org.apache.nifi.processor.ProcessContext context)
     
    (package private) org.apache.nifi.web.client.api.HttpUriBuilder
    uriBuilder(String resourcePath)
     

    Methods inherited from class org.apache.nifi.processor.AbstractProcessor

    onTrigger, onTrigger

    Methods inherited from class org.apache.nifi.processor.AbstractSessionFactoryProcessor

    getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getRelationships, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrue

    Methods inherited from class org.apache.nifi.components.AbstractConfigurableComponent

    customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.nifi.components.ConfigurableComponent

    getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate

    Methods inherited from interface org.apache.nifi.processor.Processor

    isStateful, migrateProperties, migrateRelationships
  • Field Details

    • RECORD_COUNT_ATTRIBUTE_NAME

      static final String RECORD_COUNT_ATTRIBUTE_NAME
      See Also:
    • zendeskClient

      ZendeskClient zendeskClient
    • REL_SUCCESS

      static final org.apache.nifi.processor.Relationship REL_SUCCESS
  • Constructor Details

    • AbstractZendesk

      public AbstractZendesk()
  • Method Details

    • onScheduled

      @OnScheduled public void onScheduled(org.apache.nifi.processor.ProcessContext context)
    • uriBuilder

      org.apache.nifi.web.client.api.HttpUriBuilder uriBuilder(String resourcePath)