Primavera Integration API 8.0

com.primavera.integration.client.bo.enm
Class LicenseType

java.lang.Object
  extended by com.primavera.integration.client.bo.enm.EnumType
      extended by com.primavera.integration.client.bo.enm.LicenseType

public class LicenseType
extends EnumType

The property that permits you to configure access to different functional areas of the application suite. Includes the following:

P6 Professional: Provides access to P6 Professional, including P6 Timescaled Logic.

Team Member: The option that grants access to P6 Progress Reporter and to limited functionality in P6, such as the Dashboards and Projects sections (Workspace and Activities pages). For User Interface Views, only the Activity Editing tab options apply to Team Members. Granting Team Member module access will disable all other module access selections. Access to P6 functionality is additionally determined by a user's OBS access and relationship to the project, that is, whether the user is assigned as a resource to activities and designated as an activity owner.

Portfolios: Provides access to the following functionality in P6: the Portfolios section, Project Performance portlets, the Portfolio View portlet in the Dashboards section, and document management functionality (if the Content Repository is configured).

Projects: Provides access to the following functionality in P6: the Projects section, Project Performance portlets in the Dashboards section, and document management functionality (if the Content Repository is configured).

Resources: Provides access to the following functionality in P6: the Resources section, Resources portlets in the Dashboards section, and document management functionality (if the Content Repository is configured).

Integration: Provides access to the P6 Integration API only. The P6 Integration API allows direct access to the P6 EPPM database via Java.

Progress Reporter: Provides access to P6 Progress Reporter and enables users to log into P6 to import appointments only (if properly configured). For users who require access to P6 Progress Reporter, you must grant them either Team Member or Progress Reporter module access.

Web Services: Provides access to P6 Web Services, which uses open standards, including XML, SOAP, and WSDL, to seamlessly integrate P6 EPPM functionality into other applications. Using P6 Web Services, organizations can share P6 EPPM data between applications independent of operating system or programming language.

P6 Analytics: Provides access only to the Star database through OBI. It does not inherently give any access to the ODS.

Enterprise Reports: Provides access to run reports in P6. An Oracle database user is then created for this user. The username must match Oracle database username requirements in order to successfully access the reports in Oracle BI Publisher. If the username does not meet expected Oracle database username requirements, the Oracle database user is not created, and the user will not be able to access the reports.

To use an enumeration in a where clause, make sure you use the internal database value. This can be retrieved from a particular enum instance by calling getValue().


Field Summary
static LicenseType ENTERPRISE_REPORTS
           
static LicenseType INTEGRATION_API
           
static LicenseType NULL
           
static LicenseType P6_ANALYTICS
           
static LicenseType P6_PROFESSIONAL
           
static LicenseType PORTFOLIOS
           
static LicenseType PROGRESS_REPORTER
           
static LicenseType PROJECTS
           
static LicenseType RESOURCES
           
static LicenseType TEAM_MEMBER
           
static LicenseType WEB_SERVICES
           
 
Method Summary
 String getDescription()
          Gets the description of this LicenseType instance
static String[] getEnumDescriptions()
          Gets an array of all descriptions for this enumeration
static String[] getEnumValues()
          Gets an array of all internal values for this enumeration
static LicenseType getLicenseType(int iLicenseType)
          Gets an instance of LicenseType based on the integer value specified.
static LicenseType getLicenseType(String sLicenseType)
          Gets an instance of LicenseType based on the String value specified.
 String getValue()
          Gets the internal value of this LicenseType instance
 String toString()
          Returns a string representation of the object, which is the same as the description returned by the getDescription() method
 
Methods inherited from class com.primavera.integration.client.bo.enm.EnumType
equals, hashCode, intValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final LicenseType NULL

P6_PROFESSIONAL

public static final LicenseType P6_PROFESSIONAL

TEAM_MEMBER

public static final LicenseType TEAM_MEMBER

PORTFOLIOS

public static final LicenseType PORTFOLIOS

PROJECTS

public static final LicenseType PROJECTS

RESOURCES

public static final LicenseType RESOURCES

INTEGRATION_API

public static final LicenseType INTEGRATION_API

PROGRESS_REPORTER

public static final LicenseType PROGRESS_REPORTER

WEB_SERVICES

public static final LicenseType WEB_SERVICES

P6_ANALYTICS

public static final LicenseType P6_ANALYTICS

ENTERPRISE_REPORTS

public static final LicenseType ENTERPRISE_REPORTS
Method Detail

toString

public String toString()
Returns a string representation of the object, which is the same as the description returned by the getDescription() method

Overrides:
toString in class Object
Returns:
String a string representation of the object

getValue

public String getValue()
Gets the internal value of this LicenseType instance

Specified by:
getValue in class EnumType
Returns:
String the internal value

getDescription

public String getDescription()
Gets the description of this LicenseType instance

Specified by:
getDescription in class EnumType
Returns:
String the description

getLicenseType

public static LicenseType getLicenseType(String sLicenseType)
Gets an instance of LicenseType based on the String value specified.

Parameters:
sLicenseType - the internal value or description
Returns:
LicenseType the unique LicenseType instance

getLicenseType

public static LicenseType getLicenseType(int iLicenseType)
Gets an instance of LicenseType based on the integer value specified.

Parameters:
iLicenseType - an integer representing a particular value of this class. This value is also used when exporting to XML.
Returns:
LicenseType the unique LicenseType instance

getEnumValues

public static String[] getEnumValues()
Gets an array of all internal values for this enumeration

Returns:
String[] an array of all internal values

getEnumDescriptions

public static String[] getEnumDescriptions()
Gets an array of all descriptions for this enumeration

Returns:
String[] an array of all descriptions

Primavera Integration API 8.0

Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.