public class CancelWorkspaceCmdImpl extends TaskCommandImpl implements CancelWorkspaceCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
Define the CLASSNAME.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
CancelWorkspaceCmdImpl() |
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
Gets the resources accessed by this command.
|
java.lang.Long | getWorkspaceId()
Returns the Workspace ID.
|
void | performExecute()
Performs the execution of the command.
|
void | reset()
Resets all the values to null
|
void | setWorkspaceId(java.lang.Long anWorkspaceId)
Sets the Workspace ID.
|
void | validateParameters()
Validates the input parameters.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getWorkspaceId()
public void performExecute() throws ECException
public void reset()
public void setWorkspaceId(java.lang.Long anWorkspaceId)
public void validateParameters() throws ECException
public AccessVector getResources() throws ECException