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