Library | Module

Class pfcCheckoutOptions



Description

This class describes checkout options.



Property Summary

/* optional */ pfcServerDependencyDependency
Specifies the dependency rule while checking out dependents of the object that is selected for checkout.
/* optional */ booleanDownload
Specifies the checkout type as download or link. Download specifies that the object content is downloaded and checked out while link specifies that only the metadata is downloaded and checked out.
/* optional */ pfcServerIncludeInstancesIncludeInstances
Specifies the rule while including instances from the family table during checkout.
/* optional */ booleanReadonly
Specifies the checkout type as a read-only checkout. This option is applicable only if the checkout type is link.
/* optional */ stringseqSelectedIncludes
Sequence of URL's to the selected includes, if include option = SERVER_INCLUDE_SELECTED. Can be null
/* optional */ stringVersion
Specifies the version of the object that is checked out.



Method Summary

static pfcCheckoutOptionsCreate ()
Creates a new pfcCheckoutOptions object.



Property Detail


/* optional */ pfcServerDependencyDependency

Specifies the dependency rule while checking out dependents of the object that is selected for checkout.




/* optional */ booleanDownload

Specifies the checkout type as download or link. Download specifies that the object content is downloaded and checked out while link specifies that only the metadata is downloaded and checked out.




/* optional */ pfcServerIncludeInstancesIncludeInstances

Specifies the rule while including instances from the family table during checkout.




/* optional */ booleanReadonly

Specifies the checkout type as a read-only checkout. This option is applicable only if the checkout type is link.




/* optional */ stringseqSelectedIncludes

Sequence of URL's to the selected includes, if include option = SERVER_INCLUDE_SELECTED. Can be null




/* optional */ stringVersion

Specifies the version of the object that is checked out.





Method Detail


static pfcCheckoutOptionsCreate ()

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