org.jbpm.services.task.commands
Class ClaimNextAvailableTaskCommand
java.lang.Object
org.jbpm.services.task.commands.TaskCommand<Void>
org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<Void>, Command<Void>
public class ClaimNextAvailableTaskCommand
- extends TaskCommand<Void>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClaimNextAvailableTaskCommand
public ClaimNextAvailableTaskCommand()
ClaimNextAvailableTaskCommand
public ClaimNextAvailableTaskCommand(String userId,
String language)
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
execute
public Void execute(org.kie.internal.command.Context cntxt)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.