| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ String | GetBaselineLifecycle
()
Get method for attribute "BaselineLifecycle" Specifies the name of the lifecycle. |
| /*optional*/ String | GetBaselineLocation
()
Get method for attribute "BaselineLocation" Specifies the location of the baseline. |
| /*optional*/ String | GetBaselineName
()
Get method for attribute "BaselineName" Specifies the name of the baseline.null means not to create any baseline |
| /*optional*/ String | GetBaselineNumber
()
Get method for attribute "BaselineNumber" Specifies the number of the baseline. |
| /*optional*/ Boolean | GetKeepCheckedout
()
Get method for attribute "KeepCheckedout" 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. |
| void | SetBaselineLifecycle
(
/*optional*/
String value)
Set method for attribute "BaselineLifecycle" Specifies the name of the lifecycle. |
| void | SetBaselineLocation
(
/*optional*/
String value)
Set method for attribute "BaselineLocation" Specifies the location of the baseline. |
| void | SetBaselineName
(
/*optional*/
String value)
Set method for attribute "BaselineName" Specifies the name of the baseline.null means not to create any baseline |
| void | SetBaselineNumber
(
/*optional*/
String value)
Set method for attribute "BaselineNumber" Specifies the number of the baseline. |
| void | SetKeepCheckedout
(
/*optional*/
Boolean value)
Set method for attribute "KeepCheckedout" 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. |
| Methods Inherited from Interface com.ptc.pfc.pfcServer.UploadBaseOptions |
|---|
| GetDefaultFolder, SetDefaultFolder, GetNonDefaultFolderAssignments, SetNonDefaultFolderAssignments, GetAutoresolveOption, SetAutoresolveOption |
| Method Detail |
|---|
| GetBaselineName/SetBaselineName |
|---|
| /*optional*/ String | GetBaselineName | () |
| void | SetBaselineName | ( /*optional*/ String value) |
Specifies the name of the baseline.null means not to create any baseline
|
| GetBaselineNumber/SetBaselineNumber |
|---|
| /*optional*/ String | GetBaselineNumber | () |
| void | SetBaselineNumber | ( /*optional*/ String value) |
Specifies the number of the baseline.
|
| GetBaselineLocation/SetBaselineLocation |
|---|
| /*optional*/ String | GetBaselineLocation | () |
| void | SetBaselineLocation | ( /*optional*/ String value) |
Specifies the location of the baseline.
|
| GetBaselineLifecycle/SetBaselineLifecycle |
|---|
| /*optional*/ String | GetBaselineLifecycle | () |
| void | SetBaselineLifecycle | ( /*optional*/ String value) |
Specifies the name of the lifecycle.
|
| GetKeepCheckedout/SetKeepCheckedout |
|---|
| /*optional*/ Boolean | GetKeepCheckedout | () |
| void | SetKeepCheckedout | ( /*optional*/ Boolean value) |
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.
|