Uses of Class
com.primavera.integration.client.bo.enm.EtlInterval
Packages that use EtlInterval
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of EtlInterval in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as EtlIntervalModifier and TypeFieldDescriptionstatic final EtlIntervalEtlInterval.IMMEDIATEstatic final EtlIntervalEtlInterval.NULLstatic final EtlIntervalEtlInterval.SCHEDULEDMethods in com.primavera.integration.client.bo.enm that return EtlIntervalModifier and TypeMethodDescriptionstatic EtlIntervalEtlInterval.getEtlInterval(int iEtlInterval) Gets an instance of EtlInterval based on the integer value specified.static EtlIntervalEtlInterval.getEtlInterval(String sEtlInterval) Gets an instance of EtlInterval based on the String value specified. -
Uses of EtlInterval in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EtlIntervalModifier and TypeMethodDescriptionProject.getEtlInterval()Gets the time interval for ETL for use in P6 Analytics, could be 'None', 'Scheduled', 'Immediate'.Methods in com.primavera.integration.client.bo.object with parameters of type EtlIntervalModifier and TypeMethodDescriptionvoidProject.setEtlInterval(EtlInterval enm) Sets the time interval for ETL for use in P6 Analytics, could be 'None', 'Scheduled', 'Immediate'.