Uses of Class
com.primavera.integration.client.bo.enm.HistoryInterval
Packages that use HistoryInterval
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of HistoryInterval in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as HistoryIntervalModifier and TypeFieldDescriptionstatic final HistoryIntervalHistoryInterval.FINANCIAL_PERIODstatic final HistoryIntervalHistoryInterval.MONTHstatic final HistoryIntervalHistoryInterval.NULLstatic final HistoryIntervalHistoryInterval.QUARTERstatic final HistoryIntervalHistoryInterval.WEEKstatic final HistoryIntervalHistoryInterval.YEARMethods in com.primavera.integration.client.bo.enm that return HistoryIntervalModifier and TypeMethodDescriptionstatic HistoryIntervalHistoryInterval.getHistoryInterval(int iHistoryInterval) Gets an instance of HistoryInterval based on the integer value specified.static HistoryIntervalHistoryInterval.getHistoryInterval(String sHistoryInterval) Gets an instance of HistoryInterval based on the String value specified. -
Uses of HistoryInterval in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return HistoryIntervalModifier and TypeMethodDescriptionBaselineProject.getHistoryInterval()Gets the time interval for how historical project data is stored for use in P6 Analytics, could be 'Month', 'Week', 'Quarter', 'Year' and 'Financial Period'.Project.getHistoryInterval()Gets the time interval for how historical project data is stored for use in P6 Analytics, could be 'Month', 'Week', 'Quarter', 'Year' and 'Financial Period'.Methods in com.primavera.integration.client.bo.object with parameters of type HistoryIntervalModifier and TypeMethodDescriptionvoidBaselineProject.setHistoryInterval(HistoryInterval enm) Sets the time interval for how historical project data is stored for use in P6 Analytics, could be 'Month', 'Week', 'Quarter', 'Year' and 'Financial Period'.voidProject.setHistoryInterval(HistoryInterval enm) Sets the time interval for how historical project data is stored for use in P6 Analytics, could be 'Month', 'Week', 'Quarter', 'Year' and 'Financial Period'.