|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityType | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of ActivityType in com.primavera.integration.client.bo.enm |
---|
Fields in com.primavera.integration.client.bo.enm declared as ActivityType | |
---|---|
static ActivityType |
ActivityType.FINISH_MILESTONE
|
static ActivityType |
ActivityType.LEVEL_OF_EFFORT
|
static ActivityType |
ActivityType.MILESTONE
|
static ActivityType |
ActivityType.NULL
|
static ActivityType |
ActivityType.RESOURCE_DEPENDENT
|
static ActivityType |
ActivityType.TASK_DEPENDENT
|
static ActivityType |
ActivityType.WBS_SUMMARY
|
Methods in com.primavera.integration.client.bo.enm that return ActivityType | |
---|---|
static ActivityType |
ActivityType.getActivityType(int iActivityType)
Gets an instance of ActivityType based on the integer value specified. |
static ActivityType |
ActivityType.getActivityType(java.lang.String sActivityType)
Gets an instance of ActivityType based on the String value specified. |
Uses of ActivityType in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return ActivityType | |
---|---|
ActivityType |
Project.getActivityDefaultActivityType()
Gets the default type for activities. |
ActivityType |
BaselineProject.getActivityDefaultActivityType()
Gets the default type for activities. |
ActivityType |
Relationship.getPredecessorActivityType()
Gets the type of the predecessor activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. |
ActivityType |
Relationship.getSuccessorActivityType()
Gets the type of the successor activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. |
ActivityType |
Activity.getType()
Gets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. |
Methods in com.primavera.integration.client.bo.object with parameters of type ActivityType | |
---|---|
void |
Project.setActivityDefaultActivityType(ActivityType enm)
Sets the default type for activities. |
void |
BaselineProject.setActivityDefaultActivityType(ActivityType enm)
Sets the default type for activities. |
void |
Activity.setType(ActivityType enm)
Sets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |