API Documentation > Interfaces > Interface CheckinOptions
Interface CheckinOptions

package com.ptc.pfc.pfcServer;

public interface
CheckinOptions
extends
com.ptc.pfc.pfcServer.UploadBaseOptions


Description
This class describes checkin options.
Method Summary
/*optional*/ String
Get method for attribute "BaselineLifecycle"
Specifies the name of the lifecycle.
/*optional*/ String
Get method for attribute "BaselineLocation"
Specifies the location of the baseline.
/*optional*/ String
Get method for attribute "BaselineName"
Specifies the name of the baseline.null means not to create any baseline
/*optional*/ String
Get method for attribute "BaselineNumber"
Specifies the number of the baseline.
/*optional*/ Boolean
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 :
Method Detail
GetBaselineName
/*optional*/ String
GetBaselineName
()
SetBaselineName
void
SetBaselineName
( /*optional*/ String value)
Specifies the name of the baseline.null means not to create any baseline
Manual References:
GetBaselineNumber
/*optional*/ String
GetBaselineNumber
()
SetBaselineNumber
void
SetBaselineNumber
( /*optional*/ String value)
Specifies the number of the baseline.
Manual References:
GetBaselineLocation
/*optional*/ String
GetBaselineLocation
()
SetBaselineLocation
void
SetBaselineLocation
( /*optional*/ String value)
Specifies the location of the baseline.
Manual References:
GetBaselineLifecycle
/*optional*/ String
GetBaselineLifecycle
()
SetBaselineLifecycle
void
SetBaselineLifecycle
( /*optional*/ String value)
Specifies the name of the lifecycle.
Manual References:
GetKeepCheckedout
/*optional*/ Boolean
GetKeepCheckedout
()
SetKeepCheckedout
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.
Manual References:
Was this helpful?