/*optional*/ ServerDependency | |
Get method for attribute "Dependency" Specifies the dependency rule while checking out dependents of the object that is selected for checkout. | |
/*optional*/ Boolean | GetDownload () |
Get method for attribute "Download" 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*/ ServerIncludeInstances | |
Get method for attribute "IncludeInstances" Specifies the rule while including instances from the family table during checkout. | |
/*optional*/ Boolean | GetReadonly () |
Get method for attribute "Readonly" Specifies the checkout type as a read-only checkout. This option is applicable only if the checkout type is link. | |
/*optional*/ stringseq | |
Get method for attribute "SelectedIncludes" Sequence of URL's to the selected includes, if include option = SERVER_INCLUDE_SELECTED. Can benull | |
/*optional*/ String | GetVersion () |
Get method for attribute "Version" Specifies the version of the object that is checked out. | |
void | |
Set method for attribute "Dependency" Specifies the dependency rule while checking out dependents of the object that is selected for checkout. | |
void | SetDownload ( /*optional*/ Boolean value) |
Set method for attribute "Download" 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. | |
void | |
Set method for attribute "IncludeInstances" Specifies the rule while including instances from the family table during checkout. | |
void | SetReadonly ( /*optional*/ Boolean value) |
Set method for attribute "Readonly" Specifies the checkout type as a read-only checkout. This option is applicable only if the checkout type is link. | |
void | |
Set method for attribute "SelectedIncludes" Sequence of URL's to the selected includes, if include option = SERVER_INCLUDE_SELECTED. Can benull | |
void | SetVersion ( /*optional*/ String value) |
Set method for attribute "Version" Specifies the version of the object that is checked out. |
GetDependency | ||
/*optional*/ ServerDependency | GetDependency | () |
SetDependency | ||
void | SetDependency |
GetIncludeInstances | ||
/*optional*/ ServerIncludeInstances | GetIncludeInstances | () |
SetIncludeInstances | ||
void | SetIncludeInstances |
GetSelectedIncludes | ||
/*optional*/ stringseq | GetSelectedIncludes | () |
SetSelectedIncludes | ||
void | SetSelectedIncludes |
GetVersion | ||
/*optional*/ String | GetVersion | () |
SetVersion | ||
void | SetVersion | ( /*optional*/ String value) |
GetDownload | ||
/*optional*/ Boolean | GetDownload | () |
SetDownload | ||
void | SetDownload | ( /*optional*/ Boolean value) |
GetReadonly | ||
/*optional*/ Boolean | GetReadonly | () |
SetReadonly | ||
void | SetReadonly | ( /*optional*/ Boolean value) |