OverviewThis is a Job that clears all of a store's data. It is primarily designed for developers to reset their store to a known state for automated testing, but can be useful in other circumstances too. When this Job runs it removes all of the following:
ExampleThe following request specifies a Reset Data Job to be run at 14:30 on the 2nd May 2008. NB Time is UTC. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://schemas.talis.com/2006/bigfoot/configuration#" > <bf:JobRequest> <rdfs:label>Reset the data in my store</rdfs:label> <bf:jobType rdf:resource="http://schemas.talis.com/2006/bigfoot/configuration#ResetDataJob"/> <bf:startTime>2008-05-02T14:30:00Z</bf:startTime> </bf:JobRequest> </rdf:RDF> POST The RequestSave the job request to a file called resetstore.rdf and POST this RDF to your store's job scheduler like this: |

© Talis Systems Ltd. 2011 Content is available under