Package wt.projmgmt.admin
Interface ProjAdminService
- All Known Implementing Classes:
StandardProjAdminService
Project Administration Service provides client invokable methods to ProjAdmin
services. These methods are executed on the server side.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
-
Method Details
-
create
Persists a Project2 object.
Supported API: true- Parameters:
project-- Returns:
- Project2
- Throws:
WTException
-
create
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
-