How do I use the API to get/set the project area whose process another project area is sharing?
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
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