Class GetFactHandlesCommand

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

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

      • GetFactHandlesCommand

        public GetFactHandlesCommand()
      • GetFactHandlesCommand

        public GetFactHandlesCommand​(org.kie.api.runtime.ObjectFilter filter)
      • GetFactHandlesCommand

        public GetFactHandlesCommand​(org.kie.api.runtime.ObjectFilter filter,
                                     boolean disconnected)
      • GetFactHandlesCommand

        public GetFactHandlesCommand​(boolean disconnected)
    • Method Detail

      • isDisconnected

        public boolean isDisconnected()
      • setDisconnected

        public void setDisconnected​(boolean disconnected)
      • execute

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

        public String getOutIdentifier()
      • setOutIdentifier

        public void setOutIdentifier​(String outIdentifier)