Shashank's Profile
Agile User
7
Points

Questions
1

Answers
1

  • Agile User Asked on January 24, 2019 in Agile PLM (v9).

    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