org.jbpm.shared.services.impl.commands
Class QueryNameCommand<T>
java.lang.Object
org.jbpm.shared.services.impl.commands.QueryNameCommand<T>
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<T>, Command<T>
public class QueryNameCommand<T>
- extends Object
- implements org.drools.core.command.impl.GenericCommand<T>
- See Also:
- Serialized Form
Method Summary |
T |
execute(org.kie.internal.command.Context context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryNameCommand
public QueryNameCommand(String queryName)
QueryNameCommand
public QueryNameCommand(String queryName,
Map<String,Object> params)
execute
public T execute(org.kie.internal.command.Context context)
- Specified by:
execute
in interface org.drools.core.command.impl.GenericCommand<T>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.