Class GetEntryPointsCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Collection<? extends org.kie.api.runtime.rule.EntryPoint>>, org.kie.api.command.ExecutableCommand<Collection<? extends org.kie.api.runtime.rule.EntryPoint>>

    public class GetEntryPointsCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<Collection<? extends org.kie.api.runtime.rule.EntryPoint>>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetEntryPointsCommand

        public GetEntryPointsCommand()
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)
      • execute

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