Actions on Spooler

Table of contents

About

Using the HTML widget you can perform an action on one or more entries contained in your spooler view.

back to top

Definitions

Action
An action is any type of data manipulation that your portal administrator has configured to act on your spooler entries.

back to top

Actions

Apply the action to the selected entries in spooler.

The actions directly shipped by EnginFrame are:

Delete selected
Delete the selected entries. This action can not be reverted
Create .zip
Create a .zip archive containing the selected files
This action also creates a log describing what happened.
The archive name is given using this strategy:
  • name of file if only one file was selected
  • name definied in hidden metadata file created by portal administrator
  • name of directory plus current date if non of above apply
Create .tar
Create a .tar archive containing the selected files.
This action also creates a log describing what happened.
The archive name is given using this strategy:
  • name of file if only one file was selected
  • name definied in hidden metadata file created by portal administrator
  • name of directory plus current date if non of above apply
Create .tar.Z
Create a compressed .tar archive containing the selected files.
This action also creates a log describing what happened.
The archive name is given using this strategy:
  • name of file if only one file was selected
  • name definied in hidden metadata file created by portal administrator
  • name of directory plus current date if non of above apply
Create .tgz
Create a .tgz archive containing the selected files.
This action also creates a log describing what happened.
The archive name is given using this strategy:
  • name of file if only one file was selected
  • name definied in hidden metadata file created by portal administrator
  • name of directory plus current date if non of above apply
Download selected
Download the selected files using MDF.
You must have a valid Java Virtual Machine for your browser:
  • native for Internet Explorer
  • native for Netscape 4.7x
  • latest SUN Java Plugin

back to top