Class LicenseType

java.lang.Object
com.primavera.integration.client.bo.enm.EnumType
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 Details

    • 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
    • TIMESHEET_INTERFACES

      public static final LicenseType TIMESHEET_INTERFACES
    • WEB_SERVICES

      public static final LicenseType WEB_SERVICES
    • P6_ANALYTICS

      public static final LicenseType P6_ANALYTICS
    • ENTERPRISE_REPORTS

      public static final LicenseType ENTERPRISE_REPORTS
    • TEAM_MEMBER_INTERFACES

      public static final LicenseType TEAM_MEMBER_INTERFACES
    • VISUALIZER

      public static final LicenseType VISUALIZER
  • Method Details

    • 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