Uses of Class
com.primavera.integration.client.bo.enm.HistoryLevel
Packages that use HistoryLevel
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of HistoryLevel in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as HistoryLevelModifier and TypeFieldDescriptionstatic final HistoryLevelHistoryLevel.ACTIVITY_DAILYstatic final HistoryLevelHistoryLevel.ACTIVITY_MONTHLYstatic final HistoryLevelHistoryLevel.ACTIVITY_WEEKLYstatic final HistoryLevelHistoryLevel.NONEstatic final HistoryLevelHistoryLevel.NULLstatic final HistoryLevelHistoryLevel.PROJECTstatic final HistoryLevelHistoryLevel.WBSMethods in com.primavera.integration.client.bo.enm that return HistoryLevelModifier and TypeMethodDescriptionstatic HistoryLevelHistoryLevel.getHistoryLevel(int iHistoryLevel) Gets an instance of HistoryLevel based on the integer value specified.static HistoryLevelHistoryLevel.getHistoryLevel(String sHistoryLevel) Gets an instance of HistoryLevel based on the String value specified. -
Uses of HistoryLevel in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return HistoryLevelModifier and TypeMethodDescriptionBaselineProject.getHistoryLevel()Gets the level of historical project data that is stored for use in P6 Analytics, cab be 'None', 'Project', 'WBS' and 'Activity'.Project.getHistoryLevel()Gets the level of historical project data that is stored for use in P6 Analytics, cab be 'None', 'Project', 'WBS' and 'Activity'.Methods in com.primavera.integration.client.bo.object with parameters of type HistoryLevelModifier and TypeMethodDescriptionvoidBaselineProject.setHistoryLevel(HistoryLevel enm) Sets the level of historical project data that is stored for use in P6 Analytics, cab be 'None', 'Project', 'WBS' and 'Activity'.voidProject.setHistoryLevel(HistoryLevel enm) Sets the level of historical project data that is stored for use in P6 Analytics, cab be 'None', 'Project', 'WBS' and 'Activity'.