org.jbpm.command
Class AbstractBaseCommand
java.lang.Object
org.jbpm.command.AbstractBaseCommand
- All Implemented Interfaces:
- Serializable, Command
- Direct Known Subclasses:
- AbstractCancelCommand, AbstractGetObjectBaseCommand, AbstractProcessInstanceBaseCommand, CancelWorkOnTaskCommand, ExecuteJobsCommand, GetProcessInstanceLogCommand, NewProcessInstanceCommand, SignalCommand, StartWorkOnTaskCommand, TaskInstanceEndCommand, VariablesCommand
public abstract class AbstractBaseCommand
- extends Object
- implements Command
Base class for all internal commands. Implements some convenience methods for Commands
and generic toString method.
- Author:
- bernd.ruecker@camunda.com
- See Also:
- Serialized Form
AbstractBaseCommand
public AbstractBaseCommand()
toString
public String toString()
- Overrides:
toString in class Object
getAdditionalToStringInformation
protected String getAdditionalToStringInformation()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.