X4 Help Center

Projects

Projects: Provides access to projects within the X4 repository.

This adapter replaces the Repository Explorer.

Properties

Operation

Operation executed by the adapter

Possible values:

  • Create: Creates a new project.
    Required parameters: projectName, projectType

  • List: Creates a list of all existing projects.

  • Delete : Deletes a project.
    Required parameters: projectName

Parameters

Adapters

Main class of the adapter (do not change!)

Mögliche Werte: 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 project to be created.

Possible values:

  • ESB Project

  • Web App Project

  • Adapter Project

  • Web Portal Project

Status values

1

The adapter operation was successful.

-1

An error occurred while running the adapter.

Input

The adapter does not expect any input. Existing input is output unchanged.

Output

  • For the Create and Delete operations, the adapter only returns an output in the event of an error.

  • List operation:

    Sample output for the List operation

    XML
    <Projects>
    	<Project type="ESB" name="MyESBProject" />
    	<Project type="BPM" name="MyBPMProject" />
    </Projects>