Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

WSO_description_s Struct Reference
[Workspace Object]

#include <workspaceobject.h>


Detailed Description

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 205 of file workspaceobject.h.

Data Fields


Field Documentation

char WSO_description_s::object_name[WSO_name_size_c+1]

Definition at line 206 of file workspaceobject.h.

char WSO_description_s::object_type[WSO_name_size_c+1]

Definition at line 207 of file workspaceobject.h.

char WSO_description_s::owners_name[WSO_name_size_c+1]

Definition at line 209 of file workspaceobject.h.

char WSO_description_s::application[WSO_name_size_c+1]

Definition at line 210 of file workspaceobject.h.

char WSO_description_s::date_created[WSO_date_size_c+1]

Definition at line 212 of file workspaceobject.h.

char WSO_description_s::date_modified[WSO_date_size_c+1]

Definition at line 213 of file workspaceobject.h.

char WSO_description_s::date_released[WSO_date_size_c+1]

Definition at line 214 of file workspaceobject.h.

char WSO_description_s::released_for[WSO_release_status_size_c+1]

Definition at line 215 of file workspaceobject.h.

char WSO_description_s::id_string[WSO_name_size_c+19]

Definition at line 217 of file workspaceobject.h.

Dataset stuff

Definition at line 218 of file workspaceobject.h.

Dataset stuff

Definition at line 219 of file workspaceobject.h.

char WSO_description_s::owning_group_name[WSO_name_size_c+1]

Definition at line 221 of file workspaceobject.h.

Definition at line 222 of file workspaceobject.h.

char WSO_description_s::archive_date[WSO_date_size_c+1]

Definition at line 223 of file workspaceobject.h.

char WSO_description_s::backup_date[WSO_date_size_c+1]

Definition at line 224 of file workspaceobject.h.

char WSO_description_s::description[WSO_desc_size_c+1]

Definition at line 225 of file workspaceobject.h.

Definition at line 226 of file workspaceobject.h.

Definition at line 227 of file workspaceobject.h.

char WSO_description_s::revision_id[WSO_name_size_c+1]

Item revision

Definition at line 228 of file workspaceobject.h.

char WSO_description_s::owning_site_name[WSO_name_size_c+1]

Definition at line 229 of file workspaceobject.h.


The documentation for this struct was generated from the following file: