Uses of Class
com.primavera.integration.client.bo.enm.ApprovalStatus
Packages that use ApprovalStatus
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ApprovalStatus in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ApprovalStatusModifier and TypeFieldDescriptionstatic final ApprovalStatusApprovalStatus.APPROVEDstatic final ApprovalStatusApprovalStatus.HELDstatic final ApprovalStatusApprovalStatus.NULLstatic final ApprovalStatusApprovalStatus.PARTIALLY_APPROVEDstatic final ApprovalStatusApprovalStatus.PENDINGstatic final ApprovalStatusApprovalStatus.REJECTEDstatic final ApprovalStatusApprovalStatus.WITHDRAWNMethods in com.primavera.integration.client.bo.enm that return ApprovalStatusModifier and TypeMethodDescriptionstatic ApprovalStatusApprovalStatus.getApprovalStatus(int iApprovalStatus) Gets an instance of ApprovalStatus based on the integer value specified.static ApprovalStatusApprovalStatus.getApprovalStatus(String sApprovalStatus) Gets an instance of ApprovalStatus based on the String value specified. -
Uses of ApprovalStatus in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ApprovalStatusModifier and TypeMethodDescriptionActivityCodeUpdate.getStatus()Gets the status of the requested activity code assignment changes: 'Pending', 'Approved' or 'Held'.ActivityStepUpdate.getStatus()Gets the status of the requested activity step changes: 'Pending', 'Approved' or 'Held'.ActivityUpdate.getStatus()Gets the status of the requested activity changes: 'Pending', 'Approved' or 'Held'.ResourceAssignmentCreate.getStatus()Gets the status of the requested resource assignment : 'Added'.ResourceAssignmentUpdate.getStatus()Gets the status of the requested resource assignment changes: 'Pending', 'Approved' or 'Held'.StepUserDefinedValueUpdate.getStatus()Gets the status of the requested activity code assignment changes: 'Pending', 'Approved' or 'Held'.UserDefinedValueUpdate.getStatus()Gets the status of the requested activity code assignment changes: 'Pending', 'Approved' or 'Held'.Methods in com.primavera.integration.client.bo.object with parameters of type ApprovalStatusModifier and TypeMethodDescriptionvoidActivityCodeUpdate.setStatus(ApprovalStatus enm) Sets the status of the requested activity code assignment changes: 'Pending', 'Approved' or 'Held'.voidActivityStepUpdate.setStatus(ApprovalStatus enm) Sets the status of the requested activity step changes: 'Pending', 'Approved' or 'Held'.voidActivityUpdate.setStatus(ApprovalStatus enm) Sets the status of the requested activity changes: 'Pending', 'Approved' or 'Held'.voidResourceAssignmentCreate.setStatus(ApprovalStatus enm) Sets the status of the requested resource assignment : 'Added'.voidResourceAssignmentUpdate.setStatus(ApprovalStatus enm) Sets the status of the requested resource assignment changes: 'Pending', 'Approved' or 'Held'.voidStepUserDefinedValueUpdate.setStatus(ApprovalStatus enm) Sets the status of the requested activity code assignment changes: 'Pending', 'Approved' or 'Held'.voidUserDefinedValueUpdate.setStatus(ApprovalStatus enm) Sets the status of the requested activity code assignment changes: 'Pending', 'Approved' or 'Held'.