Library | Package Java Toolkit

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*/ StringGetBaselineLifecycle ()
    Get method for attribute "BaselineLifecycle"
    Specifies the name of the lifecycle.
/*optional*/ StringGetBaselineLocation ()
    Get method for attribute "BaselineLocation"
    Specifies the location of the baseline.
/*optional*/ StringGetBaselineName ()
    Get method for attribute "BaselineName"
    Specifies the name of the baseline.null means not to create any baseline
/*optional*/ StringGetBaselineNumber ()
    Get method for attribute "BaselineNumber"
    Specifies the number of the baseline.
/*optional*/ BooleanGetKeepCheckedout ()
    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.
voidSetBaselineLifecycle ( /*optional*/ String value)
    Set method for attribute "BaselineLifecycle"
    Specifies the name of the lifecycle.
voidSetBaselineLocation ( /*optional*/ String value)
    Set method for attribute "BaselineLocation"
    Specifies the location of the baseline.
voidSetBaselineName ( /*optional*/ String value)
    Set method for attribute "BaselineName"
    Specifies the name of the baseline.null means not to create any baseline
voidSetBaselineNumber ( /*optional*/ String value)
    Set method for attribute "BaselineNumber"
    Specifies the number of the baseline.
voidSetKeepCheckedout ( /*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*/ StringGetBaselineName ()
voidSetBaselineName ( /*optional*/ String value)


    Specifies the name of the baseline.null means not to create any baseline
Manual References:
Windchill Connectivity APIs: CheckIn



GetBaselineNumber/SetBaselineNumber

/*optional*/ StringGetBaselineNumber ()
voidSetBaselineNumber ( /*optional*/ String value)


    Specifies the number of the baseline.
Manual References:
Windchill Connectivity APIs: CheckIn



GetBaselineLocation/SetBaselineLocation

/*optional*/ StringGetBaselineLocation ()
voidSetBaselineLocation ( /*optional*/ String value)


    Specifies the location of the baseline.
Manual References:
Windchill Connectivity APIs: CheckIn



GetBaselineLifecycle/SetBaselineLifecycle

/*optional*/ StringGetBaselineLifecycle ()
voidSetBaselineLifecycle ( /*optional*/ String value)


    Specifies the name of the lifecycle.
Manual References:
Windchill Connectivity APIs: CheckIn



GetKeepCheckedout/SetKeepCheckedout

/*optional*/ BooleanGetKeepCheckedout ()
voidSetKeepCheckedout ( /*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:
Windchill Connectivity APIs: CheckIn