System Instance Management - moritzmars/ScienceDataManagement GitHub Wiki
Define, edit or delete system instances inside the system instance management tab.
Create new system instance.
- Click on the Create New System instance button.
- On the new system instance side enter a name and the system instance code and click afterwards on save.
- 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.
- Select a defined definition and click on Edit Search Definition.
- You can now change the search definition. Click on safe to safe your changes.
- Name: Name of the system instance.
- Groovy Code: Groovy Code of the system instance. The code must implement the ICloudPaperConnector interace.
Delete system instance.
- 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.