Class GetFactHandleCommand

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

    public class GetFactHandleCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.FactHandle>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetFactHandleCommand

        public GetFactHandleCommand()
      • GetFactHandleCommand

        public GetFactHandleCommand​(Object object)
      • GetFactHandleCommand

        public GetFactHandleCommand​(Object object,
                                    boolean disconnected)
    • Method Detail

      • getOutIdentifier

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)
      • execute

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