Interface PluginCfgClient

    • Method Detail

      • isInvokeForInternalOperations

        ValueOrExpression<Boolean> isInvokeForInternalOperations()
        Gets the "invoke-for-internal-operations" property.

        Indicates whether the plug-in should be invoked for internal operations.

        Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operations that can cause the same plug-in to be re-invoked.

        Default value: true

        Returns:
        Returns the value of the "invoke-for-internal-operations" property.
      • setInvokeForInternalOperations

        void setInvokeForInternalOperations​(ValueOrExpression<Boolean> value)
                                     throws PropertyException
        Sets the "invoke-for-internal-operations" property.

        Indicates whether the plug-in should be invoked for internal operations.

        Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operations that can cause the same plug-in to be re-invoked.

        Parameters:
        value - The value of the "invoke-for-internal-operations" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getJavaClass

        @MandatoryProperty
        ValueOrExpression<String> getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the plug-in implementation.

        Returns:
        Returns the value of the "java-class" property.