Wittyshare
0.2
|
RequestType enum variables. More...
#include <iostream>
Go to the source code of this file.
Namespaces | |
RequestField | |
Enumerations | |
enum | RequestType { Auth, Perm, AllGroups, Properties, Property, Search, ClearCache, AccessItems, IsEditor, IsAdmin, RootPath, TreeVersion, SaveProps, SaveProp, CreateNode, DeleteNode, RenameNode, GetLock, PutLock, IsLocked } |
Variables | |
const std::string | RequestField::Type = "type" |
const std::string | RequestField::Uid = "uid" |
const std::string | RequestField::Ip = "ip" |
const std::string | RequestField::Pass = "pass" |
const std::string | RequestField::Name = "name" |
const std::string | RequestField::Surname = "surname" |
const std::string | RequestField::Email = "email" |
const std::string | RequestField::ExclNames = "excl_names" |
const std::string | RequestField::ExclExt = "excl_ext" |
const std::string | RequestField::Path = "path" |
const std::string | RequestField::Section = "section" |
const std::string | RequestField::Property = "property" |
const std::string | RequestField::NewPath = "new_path" |
const std::string | RequestField::Success = "success" |
const std::string | RequestField::Failure = "failure" |
const std::string | RequestField::Terms = "terms" |
const std::string | RequestField::Body = "body" |
const std::string | RequestField::Size = "size" |
const std::string | RequestField::ModifyDate = "modify_date" |
const std::string | RequestField::Key = "key" |
const std::string | RequestField::Value = "value" |
const std::string | RequestField::NodeType = "node_type" |
RequestType enum variables.
Author: Benoit Daccache, ben.d acca che@g mail .com
Definition in file WsRequestType.h.
enum RequestType |
Enumerator | |
---|---|
Auth | |
Perm | |
AllGroups | |
Properties | |
Property | |
Search | |
ClearCache | |
AccessItems | |
IsEditor | |
IsAdmin | |
RootPath | |
TreeVersion | |
SaveProps | |
SaveProp | |
CreateNode | |
DeleteNode | |
RenameNode | |
GetLock | |
PutLock | |
IsLocked |
Definition at line 45 of file WsRequestType.h.