Projects
This adapter allows access to files within a project, in process libraries and in adapters.
This adapter replaces the Repository Explorer (deprecated).
Properties
Operation | Defines the operation executed by the adapter. Possible values:
|
Parameter
Adapter | Main class of the adapter (Do not change!) Possible values: de.softproject.integration.adapter.system.repository.ProjectAdapter: Main class (default) |
projectName | Name of the project to be created or deleted. Possible values: String without spaces and special characters |
projectType | Type of the project to be created. Possible values:
|
Status values
1 | The operation was executed successfully. |
-1 | An error occurred during the operation's execution. |
Input
The adapter does not expect any input. Existing input is output unchanged.
Output
- The adapter only returns an output in the
Create
andDelete
operations if an error occurs. List
operation:Sample Output for the List Operation
XML<Projects> <Project type="ESB" name="MyESBProject" /> <Project type="BPM" name="MyBPMProject" /> </Projects>