| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ ServerAutoresolveOption | GetAutoresolveOption
()
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*/ String | GetDefaultFolder
()
Get method for attribute "DefaultFolder" Specifies the default folder location on the server for the automatic checkin operation |
| /*optional*/ FolderAssignments | GetNonDefaultFolderAssignments
()
Get method for attribute "NonDefaultFolderAssignments" Specifies the set of FolderAssignments for folder locations on the server in which specific objects will be checked in |
| void | SetAutoresolveOption
(
/*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. |
| void | SetDefaultFolder
(
/*optional*/
String value)
Set method for attribute "DefaultFolder" Specifies the default folder location on the server for the automatic checkin operation |
| void | SetNonDefaultFolderAssignments
(
/*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*/ String | GetDefaultFolder | () |
| void | SetDefaultFolder | ( /*optional*/ String value) |
Specifies the default folder location on the server for the automatic checkin operation
|
| GetNonDefaultFolderAssignments/SetNonDefaultFolderAssignments |
|---|
| /*optional*/ FolderAssignments | GetNonDefaultFolderAssignments | () |
| void | SetNonDefaultFolderAssignments | ( /*optional*/ FolderAssignments value) |
Specifies the set of FolderAssignments for folder locations on the server in which specific objects
will be checked in
|
| GetAutoresolveOption/SetAutoresolveOption |
|---|
| /*optional*/ ServerAutoresolveOption | GetAutoresolveOption | () |
| void | SetAutoresolveOption | ( /*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.
|