Interface ProjAdminService

All Known Implementing Classes:
StandardProjAdminService

@RemoteInterface public interface ProjAdminService
Project Administration Service provides client invokable methods to ProjAdmin services. These methods are executed on the server side.

Supported API: true

Extendable: false
  • Method Details

    • create

      Project2 create(Project2 project) throws WTException
      Persists a Project2 object.

      Supported API: true
      Parameters:
      project -
      Returns:
      Project2
      Throws:
      WTException
    • create

      Project2 create(Project2 project, String type) throws WTException
      Persists a Project2 object. The syntax of the type string consists of "wt.projmgmt.admin.Project2" followed by the soft type structure as defined in the Type Manager, with each level of the tree separated by a vertical bar symbol "|". For example: "wt.projmgmt.admin.Project2|softTypeProject2|subSoftTypeProject2" corresponds to the following tree structure in the Type Manager: |-- wt.projmgmt.admin.Project2 |-- softTypeProject2 |-- subSoftTypeProject2

      Supported API: true
      Parameters:
      project -
      type -
      Returns:
      Project2
      Throws:
      WTException