Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.CriticalActivityPathType

Packages that use CriticalActivityPathType
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of CriticalActivityPathType in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as CriticalActivityPathType
static CriticalActivityPathType CriticalActivityPathType.CRITICAL_FLOAT
           
static CriticalActivityPathType CriticalActivityPathType.LONGEST_PATH
           
static CriticalActivityPathType CriticalActivityPathType.NULL
           
 

Methods in com.primavera.integration.client.bo.enm that return CriticalActivityPathType
static CriticalActivityPathType CriticalActivityPathType.getCriticalActivityPathType(int iCriticalActivityPathType)
          Gets an instance of CriticalActivityPathType based on the integer value specified.
static CriticalActivityPathType CriticalActivityPathType.getCriticalActivityPathType(java.lang.String sCriticalActivityPathType)
          Gets an instance of CriticalActivityPathType based on the String value specified.
 

Uses of CriticalActivityPathType in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return CriticalActivityPathType
 CriticalActivityPathType ScheduleOptions.getCriticalActivityPathType()
          Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 CriticalActivityPathType Project.getCriticalActivityPathType()
          Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 CriticalActivityPathType BaselineProject.getCriticalActivityPathType()
          Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 

Methods in com.primavera.integration.client.bo.object with parameters of type CriticalActivityPathType
 void ScheduleOptions.setCriticalActivityPathType(CriticalActivityPathType enm)
          Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 void Project.setCriticalActivityPathType(CriticalActivityPathType enm)
          Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 void BaselineProject.setCriticalActivityPathType(CriticalActivityPathType enm)
          Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.