jBPM distribution 6.1.0.Beta4

org.jbpm.services.task.audit.commands
Class GetUserAuditTaskByIdCommand

java.lang.Object
  extended by org.jbpm.services.task.audit.commands.GetUserAuditTaskByIdCommand
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<UserAuditTask>, Command<UserAuditTask>

public class GetUserAuditTaskByIdCommand
extends Object
implements org.drools.core.command.impl.GenericCommand<UserAuditTask>

See Also:
Serialized Form

Constructor Summary
GetUserAuditTaskByIdCommand()
           
GetUserAuditTaskByIdCommand(long taskId)
           
 
Method Summary
 UserAuditTask 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
 

Constructor Detail

GetUserAuditTaskByIdCommand

public GetUserAuditTaskByIdCommand()

GetUserAuditTaskByIdCommand

public GetUserAuditTaskByIdCommand(long taskId)
Method Detail

execute

public UserAuditTask execute(org.kie.internal.command.Context context)
Specified by:
execute in interface org.drools.core.command.impl.GenericCommand<UserAuditTask>

jBPM distribution 6.1.0.Beta4

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.