PortfolioWSBean
PortfolioWSBean represents a portfolio entity in its entirety. This data type consists of the header and contents of the portfolio, which include its child portfolios, programs, projects, proposals and assets.
Note: PortfolioWSBean is used as the OUTPUT in the following operations:
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
id |
Long |
Portfolio ID Numeric value which is normally greater than 30,000. Generated automatically on the creation of a portfolio object in PPM Center. |
No |
N/A |
|
name |
String |
Name of the portfolio |
Yes |
N/A |
|
portfolioManagers |
Set |
This property is a set of usernames of PPM users who are the managers of the portfolio. |
Yes |
N/A |
|
SubPortfolios |
Set |
Set of PortfolioWSHeaderBeans, which are headers of the child portfolios |
No |
N/A |
|
Contents |
Set |
Set of PortfolioContentItemBeans that represent the life cycle entities that belong to the portfolio |
No |
N/A |
|
Programs |
Set |
Set of PortfolioProgramBeans that represent the programs that belong to the portfolio |
No |
N/A |

