Uses of Class
com.primavera.integration.client.bo.enm.Proficiency
Packages that use Proficiency
Package
Description
Typesafe enumerations
Client business object classes
General common value classes
-
Uses of Proficiency in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ProficiencyModifier and TypeFieldDescriptionstatic final ProficiencyProficiency.EXPERTstatic final ProficiencyProficiency.INEXPERIENCEDstatic final ProficiencyProficiency.MASTERstatic final ProficiencyProficiency.NULLstatic final ProficiencyProficiency.PROFICIENTstatic final ProficiencyProficiency.SKILLEDMethods in com.primavera.integration.client.bo.enm that return ProficiencyModifier and TypeMethodDescriptionstatic ProficiencyProficiency.getProficiency(int iProficiency) Gets an instance of Proficiency based on the integer value specified.static ProficiencyProficiency.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 ProficiencyModifier and TypeMethodDescriptionResourceAssignment.getProficiency()Gets the skill level that is associated with the role.ResourceRole.getProficiency()Gets the resource's proficiency at performing this role.Methods in com.primavera.integration.client.bo.object with parameters of type ProficiencyModifier and TypeMethodDescriptionvoidResourceAssignment.setProficiency(Proficiency enm) Sets the skill level that is associated with the role.voidResourceRole.setProficiency(Proficiency enm) Sets the resource's proficiency at performing this role. -
Uses of Proficiency in com.primavera.integration.common.value
Methods in com.primavera.integration.common.value that return ProficiencyMethods in com.primavera.integration.common.value with parameters of type ProficiencyModifier and TypeMethodDescriptionvoidResourceRequest.addPrimaryRoleCriterion(ObjectId roleObjectId, Proficiency proficiency) Adds a new primary role criterionvoidResourceRequest.addRoleCriterion(ObjectId roleObjectId, Proficiency proficiency) Adds a new role criterionvoidResourceRequestCriterion.setProficiency(Proficiency proficiency) Constructors in com.primavera.integration.common.value with parameters of type ProficiencyModifierConstructorDescriptionResourceRequestCriterion(CriterionType type, ObjectId valueObjectId, Proficiency proficiency)