com.ibm.commerce.tools.attachment.commands

Class ManagedDirectoryDeleteCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, ManagedDirectoryDeleteCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ManagedDirectoryDeleteCmdImpl
    extends ControllerCommandImpl
    implements ManagedDirectoryDeleteCmd
    This is the default implementation of the controller command ManagedDirectoryDeleteCmd.

    Input parameters:

    Name Description
    directoryId The managed directory id. Mandatory.

    Output parameters:

    Name Description
    directoryId The managed directory id.

    Behaviour:

    • For each sub directory of the directory, if there exists a file and not marked for delete, an exception will be thrown.
    • It deletes the managed directory by the specified id. If the directory id does not exist in system, it throws an exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • ManagedDirectoryDeleteCmdImpl

        public ManagedDirectoryDeleteCmdImpl()