public class ManagedDirectoryDeleteCmdImpl extends ControllerCommandImpl implements ManagedDirectoryDeleteCmd
Name | Description |
---|---|
directoryId | The managed directory id. Mandatory. |
Name | Description |
---|---|
directoryId | The managed directory id. |
Constructor and Description |
---|
ManagedDirectoryDeleteCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected void | checkManagedFiles()
This method checks the managed files under the directory.
|
protected void | deleteManagedDirectory()
This method deletes the managed directory.
|
java.lang.Long | getDirectoryId()
This method gets the managed directory identifier to be deleted.
|
void | performExecute()
This method performs the main business logic of the command.
|
void | reset()
This method resets the instance variables.
|
void | setDirectoryId(java.lang.Long aDirectoryId)
This method sets the managed directory identifier to be deleted.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the request properties.
|
public void setDirectoryId(java.lang.Long aDirectoryId)
public java.lang.Long getDirectoryId()
public void performExecute() throws ECException
protected void deleteManagedDirectory() throws ECException
protected void checkManagedFiles() throws ECException
public void reset()
public void setRequestProperties(TypedProperty aRequestProperties) throws ECException