History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JS-271
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: extern
Reporter: Andreas Liebert
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Job Scheduler

API to add objects to hot folders

Created: 09 April 2008 15:06   Updated: 26 August 2008 10:39
Component/s: Job Scheduler Binaries
Affects Version/s: None
Fix Version/s: 1.3.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Provide XML Methods to permanently add hot folder objects.
This can be realized with a new xml command
<modify_hot_folder folder="/samples/test">

modify_hot_folder can have one the following child elements:
<job>
<job_chain>
<lock>
<order>
<process_class>
<schedule>

All elements need to specifiy their name (or id in case of <add_order>) without path.
The Job Scheduler will then create the file regarding the naming convention for hot folder objects in the hot folder configured with the "folder" attribute.
If no folder attribute is specified, the default is "/" (root of the hot folder).
If the subfolder(s) of the hot folder doesn't exist, it will be created recursively.

If the hot folder file already exists, it will be overwritten.

 All   Comments   Work Log   Change History      Sort Order:
Andreas Liebert - 15 April 2008 12:20
Die Beschreibung wurde aktualisiert. Das Issue behandelt nur noch das hinzufügen/überschreiben von hot folder elementen.