Class GetKieContainerCommand

  • All Implemented Interfaces:
    java.io.Serializable, org.kie.api.command.Command<org.kie.api.runtime.KieContainer>, org.kie.api.command.ExecutableCommand<org.kie.api.runtime.KieContainer>

    public class GetKieContainerCommand
    extends java.lang.Object
    implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.KieContainer>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GetKieContainerCommand​(org.kie.api.builder.ReleaseId releaseId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.runtime.KieContainer execute​(org.kie.api.runtime.Context context)  
      org.kie.api.builder.ReleaseId getReleaseId()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.command.ExecutableCommand

        autoFireAllRules
    • Constructor Detail

      • GetKieContainerCommand

        public GetKieContainerCommand​(org.kie.api.builder.ReleaseId releaseId)
    • Method Detail

      • execute

        public org.kie.api.runtime.KieContainer execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<org.kie.api.runtime.KieContainer>
      • getReleaseId

        public org.kie.api.builder.ReleaseId getReleaseId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object