This adapter allows access to files within a project, in process libraries and in adapters.
This adapter replaces the Repository Explorer (deprecated).
Properties
|
|
Defines the operation executed by the adapter. Possible values:
|
Parameter
|
|
Main class of the adapter (Do not change!) Possible values: de.softproject.integration.adapter.system.repository.ProjectAdapter: Main class (default) |
|
|
Name of the project to be created or deleted. Possible values: String without spaces and special characters |
|
|
Type of the project to be created. Possible values:
|
Status values
|
|
The operation was executed successfully. |
|
|
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
CreateandDeleteoperations if an error occurs. -
Listoperation:XML<Projects> <Project type="ESB" name="MyESBProject" /> <Project type="BPM" name="MyBPMProject" /> </Projects>