Class GetEntryPointCommand

  • All Implemented Interfaces:
    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 Object
    implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.EntryPoint>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetEntryPointCommand

        public GetEntryPointCommand()
      • GetEntryPointCommand

        public GetEntryPointCommand​(String name)
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(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>