Primavera (MOSC)

MOSC Banner

Creating EPS tree using Primavera API

edited Apr 26, 2016 5:03AM in Primavera (MOSC) 2 commentsAnswered

Hi Guys,

I am trying to create the EPS tree using Primavera API for my program using below code.

What I did I connect to database then I read all the EPS and project object ID, Name, parent object ID, and Parent Name is the ArrayList.

When I am creating the tree using Only object ID the tree is displaying fine but when I am trying to do the same with name I am getting an error stack overflow.

Did any body done that before?

Below is my code.

public class TestingBOHierarchyMap {

 

static List<Node> nodeList = new ArrayList<Node>();;

static

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center