Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldhammer committed Nov 20, 2015
2 parents 6aaac17 + 75cc4e9 commit 9dd172a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,32 @@ Following root objects are provided:
* start jobs in javascript via JMX
* example: https://gist.github.com/jgoldhammer/6941374

* **repoAdmin**
* uses the repo admin interpreter from the repo admin console
* write your commands and get back the result in the js-console
* example 1: ```print(repoAdmin.exec('help'))``` - show the help
* example 2: ```print(reopAdmin.exec('show models'));``` - show all additional datamodels

* **solr**
* currently get the index state of a node (currently not working due to a bug in the SolrIndexService)
* example: tbd

* **tenantAdmin**
* uses the repo admin interpreter from the repo admin console
* write your commands and get back the result in the js-console
* example 1: ```print(tenantAdmin.exec('help'))``` - show the help
* example 2: ```print(tenantAdmin.exec('show tenants'));``` - show all tenants (if you create one before!)

* **trans**
* create a new transaction
* start, commit and rollback (database) transactions during the javascript execution
* example: tbd

* **workflowAdmin**
* uses the workflowinterpreter from the workflow console
* write your commands and get back the result in the js-console
* example 1: ```print(workflowAdmin.exec('help'))``` - show the help
* example 2: ```print(workflowAdmin.exec('show definitions'));``` - show all workflow definitions

Building
--------
Expand Down

0 comments on commit 9dd172a

Please sign in to comment.