|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.project.ProjectHelper
public class ProjectHelper
ProjectHelper provides client invokable meethods to project services.
These methods are executed on the client side.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static wt.project.ProjectManaged |
setProject(wt.project.ProjectManaged object,
wt.project.Project project)
Set the project of the ProjectManaged object. |
static wt.project.ProjectManaged |
setProject(wt.project.ProjectManaged object,
wt.project.ProjectReference projectRef)
Set the project of the ProjectManaged object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static wt.project.ProjectManaged setProject(wt.project.ProjectManaged object,
wt.project.Project project)
throws wt.project.ProjectException,
WTPropertyVetoException
object - the ProjectManaged object whose project will be setproject - the project to be set on the ProjectManaged object.
wt.project.ProjectException
WTPropertyVetoException
public static wt.project.ProjectManaged setProject(wt.project.ProjectManaged object,
wt.project.ProjectReference projectRef)
throws WTException,
wt.project.ProjectException,
WTPropertyVetoException
object - theProjectManaged object whose project should be setprojectRef - the ProjectReference of the project that should be set on the ProjectManaged object.
WTException
wt.project.ProjectException
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||