Projects: Provides access to projects within the X4 repository.
This adapter replaces the Repository Explorer.
Properties
|
|
Operation executed by the adapter Possible values:
|
Parameters
|
|
Main class of the adapter (do not change!) Mögliche Werte: 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 project to be created. Possible values:
|
Status values
|
|
The adapter operation was successful. |
|
|
An error occurred while running the adapter. |
Input
The adapter does not expect any input. Existing input is output unchanged.
Output
-
For the
CreateandDeleteoperations, the adapter only returns an output in the event of an error. -
Listoperation:Sample output for the List operation
XML<Projects> <Project type="ESB" name="MyESBProject" /> <Project type="BPM" name="MyBPMProject" /> </Projects>