Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Enumerations | Variables
WsRequestType.h File Reference

RequestType enum variables. More...

#include <iostream>
Include dependency graph for WsRequestType.h:
This graph shows which files directly or indirectly include this file:

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"
 

Detailed Description

RequestType enum variables.

Version
1.0
Date
01.07.2011 14:22:26

Author: Benoit Daccache, ben.d.nosp@m.acca.nosp@m.che@g.nosp@m.mail.nosp@m..com

Definition in file WsRequestType.h.

Enumeration Type Documentation

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.