Library | Module

Class pfcCheckinOptions



Description

This class describes checkin options.
Direct Parent Classes:
pfcUploadBaseOptions



Property Summary

/* optional */ stringBaselineLifecycle
Specifies the name of the lifecycle.
/* optional */ stringBaselineLocation
Specifies the location of the baseline.
/* optional */ stringBaselineName
Specifies the name of the baseline.null means not to create any baseline
/* optional */ stringBaselineNumber
Specifies the number of the baseline.
/* optional */ booleanKeepCheckedout
Specifies the checked out status of the object .If the value specified is true, then the contents of the selected object are checked in to the Windchill server and automatically checked out again for further modification.



Method Summary

static pfcCheckinOptionsCreate ()
Creates a new pfcCheckinOptions object.



Property Detail


/* optional */ stringBaselineLifecycle

Specifies the name of the lifecycle.




/* optional */ stringBaselineLocation

Specifies the location of the baseline.




/* optional */ stringBaselineName

Specifies the name of the baseline.null means not to create any baseline




/* optional */ stringBaselineNumber

Specifies the number of the baseline.




/* optional */ booleanKeepCheckedout

Specifies the checked out status of the object .If the value specified is true, then the contents of the selected object are checked in to the Windchill server and automatically checked out again for further modification.





Method Detail


static pfcCheckinOptionsCreate ()

Creates a new pfcCheckinOptions object.
Returns:
The new object.