Interface KieAssemblerService

    • Method Detail

      • addResourceBeforeRules

        default void addResourceBeforeRules​(java.lang.Object kbuilder,
                                            Resource resource,
                                            ResourceType type,
                                            ResourceConfiguration configuration)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addResourcesBeforeRules

        default void addResourcesBeforeRules​(java.lang.Object kbuilder,
                                             java.util.Collection<ResourceWithConfiguration> resources,
                                             ResourceType type)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addResourceAfterRules

        default void addResourceAfterRules​(java.lang.Object kbuilder,
                                           Resource resource,
                                           ResourceType type,
                                           ResourceConfiguration configuration)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addResourcesAfterRules

        default void addResourcesAfterRules​(java.lang.Object kbuilder,
                                            java.util.Collection<ResourceWithConfiguration> resources,
                                            ResourceType type)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception