Class QueryLockStringCommand<T>

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

    public class QueryLockStringCommand<T>
    extends Object
    implements org.kie.api.command.ExecutableCommand<T>
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryLockStringCommand

        public QueryLockStringCommand​(String queryName,
                                      Map<String,​Object> params,
                                      boolean singleResult)
    • Method Detail

      • execute

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