wt.projmgmt.admin
Interface ProjAdminService

All Known Implementing Classes:
StandardProjAdminService

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 Summary
 Project2 create(Project2 project)
          Persists a Project2 object.
 Project2 create(Project2 project, String type)
          Persists a Project2 object.
 

Method Detail

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