com.ibm.commerce.attachment.commands

Interface ManagedFileDeleteCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    ManagedFileDeleteCmdImpl


    public interface ManagedFileDeleteCmd
    extends ControllerCommand
    This controller command is used to delete managed files. The default implementation of this command is ManagedFileDeleteCmdImpl. The ManagedFileDelete URL is mapped to this command by default.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • setFileId

        void setFileId(java.lang.String[] aarrFileId)
        This method sets the file identifier.
        Parameters:
        aarrFileId - The file identifier.