Class GetFactHandleInEntryPointCommand

  • 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 GetFactHandleInEntryPointCommand
    extends Object
    implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.rule.FactHandle>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetFactHandleInEntryPointCommand

        public GetFactHandleInEntryPointCommand()
      • GetFactHandleInEntryPointCommand

        public GetFactHandleInEntryPointCommand​(Object object,
                                                String entryPoint)
      • GetFactHandleInEntryPointCommand

        public GetFactHandleInEntryPointCommand​(Object object,
                                                String entryPoint,
                                                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>