Interface QualifiedComponentNameAware


  • public interface QualifiedComponentNameAware
    Indicates that the component needs to know what its qualified component name is. This name includes the workflow and component name, formatted as workflow.componentName
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setQualifiedComponentName​(java.lang.String qualifiedComponentName)
      This method will be called by the AIE server to supply a fully qualified component name that this component can store and use.
    • Method Detail

      • setQualifiedComponentName

        void setQualifiedComponentName​(java.lang.String qualifiedComponentName)
        This method will be called by the AIE server to supply a fully qualified component name that this component can store and use.