org.jbpm.services.task.commands
Class ActivateTaskCommand
java.lang.Object
org.jbpm.services.task.commands.TaskCommand<Void>
org.jbpm.services.task.commands.ActivateTaskCommand
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<Void>, Command<Void>
public class ActivateTaskCommand
- extends TaskCommand<Void>
Operation.Activate : [ new OperationCommand().{ status = [ Status.Created ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus =
Status.Ready } ],
- See Also:
- Serialized Form
ActivateTaskCommand
public ActivateTaskCommand()
ActivateTaskCommand
public ActivateTaskCommand(long taskId,
String userId)
execute
public Void execute(org.kie.internal.command.Context cntxt)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.