Class LicenseType
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
FieldsModifier and TypeFieldDescriptionstatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseTypestatic final LicenseType -
Method Summary
Modifier and TypeMethodDescriptionGets the description of this LicenseType instancestatic String[]Gets an array of all descriptions for this enumerationstatic String[]Gets an array of all internal values for this enumerationstatic LicenseTypegetLicenseType(int iLicenseType) Gets an instance of LicenseType based on the integer value specified.static LicenseTypegetLicenseType(String sLicenseType) Gets an instance of LicenseType based on the String value specified.getValue()Gets the internal value of this LicenseType instancetoString()Returns a string representation of the object, which is the same as the description returned by the getDescription() method
-
Field Details
-
NULL
-
P6_PROFESSIONAL
-
TEAM_MEMBER
-
PORTFOLIOS
-
PROJECTS
-
RESOURCES
-
INTEGRATION_API
-
TIMESHEET_INTERFACES
-
WEB_SERVICES
-
P6_ANALYTICS
-
ENTERPRISE_REPORTS
-
TEAM_MEMBER_INTERFACES
-
VISUALIZER
-
-
Method Details
-
toString
Returns a string representation of the object, which is the same as the description returned by the getDescription() method -
getValue
Gets the internal value of this LicenseType instance -
getDescription
Gets the description of this LicenseType instance- Specified by:
getDescriptionin classEnumType- Returns:
- String the description
-
getLicenseType
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
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
Gets an array of all internal values for this enumeration- Returns:
- String[] an array of all internal values
-
getEnumDescriptions
Gets an array of all descriptions for this enumeration- Returns:
- String[] an array of all descriptions
-