System Instance Management - moritzmars/ScienceDataManagement GitHub Wiki

Define, edit or delete system instances inside the system instance management tab.

Create new system instance.

  1. Click on the Create New System instance button. 2015-02-27 11_36_50-facelet title
  2. On the new system instance side enter a name and the system instance code and click afterwards on save.
    2015-02-27 11_38_58-mozilla firefox
  • Name: Name of the system instance.
  • Groovy Code: Groovy Code of the system instance. The code must implement the ICloudPaperConnector interace. Example code (only fist part):

' ... public class ElsevierScienceDirectConnectorBufferAbstract implements ICloudPaperConnector ... @Override public SearchDefinitonExecution getCloudPapers(SearchDefinition searchDefiniton) throws Exception ... '

Edit new system instance.

  1. Select a defined definition and click on Edit Search Definition. 2015-02-27 11_45_33-facelet title
  2. You can now change the search definition. Click on safe to safe your changes. 2015-02-27 11_46_10-mozilla firefox
  • Name: Name of the system instance.
  • Groovy Code: Groovy Code of the system instance. The code must implement the ICloudPaperConnector interace.

Delete system instance.

  1. Select the system instance, which you want to delete and click Delete System Instance. The system instane will immediately be deleted. Attention: The deletion will immedidately executed without any approval dialog. 2015-02-27 15_06_29-facelet title