|
|
void | clear () |
| |
|
const int | getQSlvl () const |
| |
|
void | setQSlvl (int lvl) |
| |
|
const int | getQSty () const |
| |
|
void | setQSty (int ty) |
| |
|
const bool | getQSfu () |
| |
|
void | setQSfu (bool fu) |
| |
|
const std::list< String > | getQSlbl () |
| |
|
void | addQSlbl (String lbl) |
| |
|
const String & | getURL () const |
| |
|
void | setContent (String content) |
| |
|
const String & | getContent () const |
| |
|
void | setLocation (String location) |
| |
|
const String & | getLocation () const |
| |
|
void | setResultContentType (ResultContentType rcn) |
| |
|
void | setResultContentType (const char *rcn) |
| |
|
ResultContentType | getResultContentType () const |
| |
|
void | setWantedContentType (String contentType) |
| |
|
const String & | getWantedContentType () const |
| |
|
void | setOperation (int operation) |
| |
|
int | getOperation () const |
| |
|
void | setTo (String to) |
| |
|
const String & | getTo () const |
| |
|
void | setFrom (String from) |
| |
|
String | getFrom () const |
| |
|
void | setRequestId (String ri) |
| |
|
const String & | getRequestId () const |
| |
|
void | setResourceType (int ty) |
| |
|
void | setReleaseVersionIndicator (const String &rvi) |
| |
|
const String & | getReleaseVersionIndicator () const |
| |
|
int | getResourceType () |
| |
|
const String & | getRequestContentType () |
| |
|
void | setRequestContentType () |
| |
|
void | setRequestContentTypeRaw (const String &contentType) |
| |
|
void | buildRequest (Encoding enc, String &req) |
| |
|
void | createEntity () |
| |
|
void | createCSEBase () |
| |
|
void | createContainer (const String &name) |
| |
|
void | initReport () |
| |
|
void | createReport (Entity *e, ResultContentType rcn=RCN_ATTR_CHREF, bool toCreate=false) |
| |
|
void | createReport (Entity *e, ResultContentType rcn=RCN_ATTR_CHREF, int lvl=1, bool toCreate=false) |
| |
|
void | createReport (JsonObject rootElement, Entity *e, ResultContentType rcn=RCN_ATTR_CHREF, bool toCreate=false) |
| |
|
void | createReportLvl (JsonObject rootElement, Entity *e, ResultContentType rcn=RCN_ATTR_CHREF, int lvl=1, bool toCreate=false) |
| |
|
void | createNotifyReport (Notification *n, NotificationContentType nct) |
| |
|
void | addDescriptionInstance () |
| |
|
void | addDataInstance (const String &value) |
| |
|
void | createDescriptorContainer () |
| |
|
void | createDataContainer () |
| |
|
void | addDataInstance (int value) |
| |
|
void | buildRequest (String &req) |
| |
|
ResponseStatusCode | createURIList (int ty, String &lbl) |
| |
|
String | createNotifyBody (Notification *notif, NotificationContentType nct) |
| |