Skip to main content
Skip table of contents

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:

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

  • List: Lists all existing projects.
  • Delete: Deletes a project.
    Required parameters: projectName

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:

  • ESB Project
  • Web App Project
  • Adapter Project
  • Web Portal Project

Status values

1

The operation was executed successfully.

-1An 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 and Delete 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.