Primavera Integration API 8.0

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

Packages that use Proficiency
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
com.primavera.integration.common.value General common value classes 
 

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

Fields in com.primavera.integration.client.bo.enm declared as Proficiency
static Proficiency Proficiency.EXPERT
           
static Proficiency Proficiency.INEXPERIENCED
           
static Proficiency Proficiency.MASTER
           
static Proficiency Proficiency.NULL
           
static Proficiency Proficiency.PROFICIENT
           
static Proficiency Proficiency.SKILLED
           
 

Methods in com.primavera.integration.client.bo.enm that return Proficiency
static Proficiency Proficiency.getProficiency(int iProficiency)
          Gets an instance of Proficiency based on the integer value specified.
static Proficiency Proficiency.getProficiency(String sProficiency)
          Gets an instance of Proficiency based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return Proficiency
 Proficiency ResourceRole.getProficiency()
          Gets the resource's proficiency at performing this role.
 Proficiency ResourceAssignment.getProficiency()
          Gets the skill level that is associated with the role.
 

Methods in com.primavera.integration.client.bo.object with parameters of type Proficiency
 void ResourceRole.setProficiency(Proficiency enm)
          Sets the resource's proficiency at performing this role.
 void ResourceAssignment.setProficiency(Proficiency enm)
          Sets the skill level that is associated with the role.
 

Uses of Proficiency in com.primavera.integration.common.value
 

Methods in com.primavera.integration.common.value that return Proficiency
 Proficiency ResourceRequestCriterion.getProficiency()
           
 

Methods in com.primavera.integration.common.value with parameters of type Proficiency
 void ResourceRequest.addPrimaryRoleCriterion(ObjectId roleObjectId, Proficiency proficiency)
          Adds a new primary role criterion
 void ResourceRequest.addRoleCriterion(ObjectId roleObjectId, Proficiency proficiency)
          Adds a new role criterion
 void ResourceRequestCriterion.setProficiency(Proficiency proficiency)
           
 

Constructors in com.primavera.integration.common.value with parameters of type Proficiency
ResourceRequestCriterion(CriterionType type, ObjectId valueObjectId, Proficiency proficiency)
           
 


Primavera Integration API 8.0

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