Class AbstractBusinessRuleTaskBuilder<B extends AbstractBusinessRuleTaskBuilder<B>>

    • Method Detail

      • implementation

        public B implementation​(String implementation)
        Sets the implementation of the business rule task.
        Parameters:
        implementation - the implementation to set
        Returns:
        the builder object