Library | Package Java Toolkit

Interface UploadBaseOptions

package com.ptc.pfc.pfcServer;

public interface UploadBaseOptions
  extends jxobject



Description

This class describes the basic upload options.
Direct Known Subclasses:
CheckinOptions, UploadOptions



Method Summary
/*optional*/ ServerAutoresolveOptionGetAutoresolveOption ()
    Get method for attribute "AutoresolveOption"
    Specifies the option for auto-resolving missing references. The default is to not auto-resolve the references, which may result in a conflict upon checkin.
/*optional*/ StringGetDefaultFolder ()
    Get method for attribute "DefaultFolder"
    Specifies the default folder location on the server for the automatic checkin operation
/*optional*/ FolderAssignmentsGetNonDefaultFolderAssignments ()
    Get method for attribute "NonDefaultFolderAssignments"
    Specifies the set of FolderAssignments for folder locations on the server in which specific objects will be checked in
voidSetAutoresolveOption ( /*optional*/ ServerAutoresolveOption value)
    Set method for attribute "AutoresolveOption"
    Specifies the option for auto-resolving missing references. The default is to not auto-resolve the references, which may result in a conflict upon checkin.
voidSetDefaultFolder ( /*optional*/ String value)
    Set method for attribute "DefaultFolder"
    Specifies the default folder location on the server for the automatic checkin operation
voidSetNonDefaultFolderAssignments ( /*optional*/ FolderAssignments value)
    Set method for attribute "NonDefaultFolderAssignments"
    Specifies the set of FolderAssignments for folder locations on the server in which specific objects will be checked in

Method Detail

GetDefaultFolder/SetDefaultFolder

/*optional*/ StringGetDefaultFolder ()
voidSetDefaultFolder ( /*optional*/ String value)


    Specifies the default folder location on the server for the automatic checkin operation
Manual References:
Windchill Connectivity APIs: CheckIn



GetNonDefaultFolderAssignments/SetNonDefaultFolderAssignments

/*optional*/ FolderAssignmentsGetNonDefaultFolderAssignments ()
voidSetNonDefaultFolderAssignments ( /*optional*/ FolderAssignments value)


    Specifies the set of FolderAssignments for folder locations on the server in which specific objects will be checked in
Manual References:
Windchill Connectivity APIs: CheckIn



GetAutoresolveOption/SetAutoresolveOption

/*optional*/ ServerAutoresolveOptionGetAutoresolveOption ()
voidSetAutoresolveOption ( /*optional*/ ServerAutoresolveOption value)


    Specifies the option for auto-resolving missing references. The default is to not auto-resolve the references, which may result in a conflict upon checkin.
Manual References:
Windchill Connectivity APIs: CheckIn