How do I use the API to get/set the project area whose process another project area is sharing?
![]()
sam detweiler (12.5k●6●192●201)
| asked Jul 06 '12, 1:06 p.m.
edited Jul 09 '12, 5:05 p.m. by David Olsen (523●7)
I am looking for the method to get/set the project process parent configuration.. internal is ok..
I don't see anything in IProjectArea, IProcessArea, IProcessContainer.. (its not links, nor 'project' of process area) must be blind.. |
Accepted answer
![]()
the get/set methods are on the ProjectArea class in com.ibm.team.process.internal.common
this is an interface, implemented in IProjectAreaImpl (in com.ibm.team.process.common) public IProjectAreaHandle getProcessProvider(); public void setProcessProvider(IProjectAreaHandle provider); the save operation is IProcessItemservice().save(item, monitor) note that this is a client application.. how do you attach source to these posts now with the new forum Ralph Schoon selected this answer as the correct answer
|
2 other answers
![]()
I sent you the source if you can post it..
|