7
Points
Questions
1
Answers
1
-
in our version of agilePLM i.e 9.4.3.2 following method is given to be used :
public abstract void changeStatus(IStatus paramIStatus, boolean paramBoolean1, String paramString, boolean paramBoolean2, boolean paramBoolean3, Collection paramCollection1, Collection paramCollection2, Collection paramCollection3, Collection paramCollection4, boolean paramBoolean4)
throws APIException;In that i do not see IUser[] object need to be passed it is asking for Collection object there.
Rest all other changeStatus method are depreciated.
- 1747 views
- 2 answers
- 0 votes