Class GetEntryPointCommand

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

    public class GetEntryPointCommand
    extends java.lang.Object
    implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.api.runtime.rule.EntryPoint execute​(org.kie.api.runtime.Context context)  
      java.lang.String getOutIdentifier()  
      void setOutIdentifier​(java.lang.String outIdentifier)  
      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

      • GetEntryPointCommand

        public GetEntryPointCommand()
      • GetEntryPointCommand

        public GetEntryPointCommand​(java.lang.String name)
    • Method Detail

      • getOutIdentifier

        public java.lang.String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(java.lang.String outIdentifier)
      • execute

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

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