|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <workspaceobject.h>
Data Fields | |
| char | application [WSO_name_size_c+1] |
| char | archive_date [WSO_date_size_c+1] |
| char | backup_date [WSO_date_size_c+1] |
| char | date_created [WSO_date_size_c+1] |
| char | date_modified [WSO_date_size_c+1] |
| char | date_released [WSO_date_size_c+1] |
| char | description [WSO_desc_size_c+1] |
| char | id_string [WSO_name_size_c+19] |
| int | is_frozen |
| int | is_reserved |
| char | last_modifying_user_name [WSO_name_size_c+1] |
| char | object_name [WSO_name_size_c+1] |
| char | object_type [WSO_name_size_c+1] |
| char | owners_name [WSO_name_size_c+1] |
| char | owning_group_name [WSO_name_size_c+1] |
| char | owning_site_name [WSO_name_size_c+1] |
| char | released_for [WSO_release_status_size_c+1] |
| char | revision_id [WSO_name_size_c+1] |
| int | revision_limit |
| int | revision_number |
The structure defined below is for use primarily by FolderLand. It retieves all the required information from the WorkspaceObject and therefore does not need a virtual function or the particular subclass of the instance to be loaded. It is used with the "describe" function.
If object type is ItemVersionFolder, the id attribute will be mapped to "id_string" field and the name attribute will be mapped to "object_name" field. For some other object types, the name attribute will be mapped to "id_string" field and the "object_name" field will be null.
Definition at line 208 of file workspaceobject.h.
| char WSO_description_s::application[WSO_name_size_c+1] |
Definition at line 213 of file workspaceobject.h.
| char WSO_description_s::archive_date[WSO_date_size_c+1] |
Definition at line 226 of file workspaceobject.h.
| char WSO_description_s::backup_date[WSO_date_size_c+1] |
Definition at line 227 of file workspaceobject.h.
| char WSO_description_s::date_created[WSO_date_size_c+1] |
Definition at line 215 of file workspaceobject.h.
| char WSO_description_s::date_modified[WSO_date_size_c+1] |
Definition at line 216 of file workspaceobject.h.
| char WSO_description_s::date_released[WSO_date_size_c+1] |
Definition at line 217 of file workspaceobject.h.
| char WSO_description_s::description[WSO_desc_size_c+1] |
Definition at line 228 of file workspaceobject.h.
| char WSO_description_s::id_string[WSO_name_size_c+19] |
Definition at line 220 of file workspaceobject.h.
| int WSO_description_s::is_frozen |
Definition at line 229 of file workspaceobject.h.
| int WSO_description_s::is_reserved |
Definition at line 230 of file workspaceobject.h.
| char WSO_description_s::last_modifying_user_name[WSO_name_size_c+1] |
Definition at line 225 of file workspaceobject.h.
| char WSO_description_s::object_name[WSO_name_size_c+1] |
Definition at line 209 of file workspaceobject.h.
| char WSO_description_s::object_type[WSO_name_size_c+1] |
Definition at line 210 of file workspaceobject.h.
| char WSO_description_s::owners_name[WSO_name_size_c+1] |
Definition at line 212 of file workspaceobject.h.
| char WSO_description_s::owning_group_name[WSO_name_size_c+1] |
Definition at line 224 of file workspaceobject.h.
| char WSO_description_s::owning_site_name[WSO_name_size_c+1] |
Definition at line 232 of file workspaceobject.h.
| char WSO_description_s::released_for[WSO_release_status_size_c+1] |
Definition at line 218 of file workspaceobject.h.
| char WSO_description_s::revision_id[WSO_name_size_c+1] |
Item revision
Definition at line 231 of file workspaceobject.h.
| int WSO_description_s::revision_limit |
Dataset stuff
Definition at line 222 of file workspaceobject.h.
| int WSO_description_s::revision_number |
Dataset stuff
Definition at line 221 of file workspaceobject.h.