|
| void | init () |
| |
| UriType | getUriType () |
| |
| void | setUriType (UriType uriType) |
| |
| FilterCriteria & | getFilterCriteria () |
| |
| void | setFilterCriteria (FilterCriteria &fc) |
| |
| String & | getMqttTopic () |
| |
| void | setMqttTopic (const String &mqttTopic) |
| |
| const String & | getGroupRequestIdentifier () const |
| |
| void | setGroupRequestIdentifier (const String &groupRequestIdentifier) |
| |
| int | getDeliveryAggregationInt () |
| |
| bool | getDeliveryAggregation () |
| |
| void | setDeliveryAggregation (bool deliveryAggregation) |
| |
| const String & | getOriginatingTimestamp () const |
| |
| void | setOriginatingTimestamp (const String &originatingTimestamp) |
| |
| int | getSemanticQueryIndicatorInt () |
| |
| bool | getSemanticQueryIndicator () |
| |
| void | setSemanticQueryIndicator (bool semanticQueryIndicator) |
| |
| bool | getAuthorizationRelationshipIndicator () |
| |
| int | getAuthorizationRelationshipIndicatorInt () |
| |
| void | setAuthorizationRelationshipIndicator (bool authorizationRelationshipIndicator) |
| |
| int | getAuthorizationSignatureIndicatorInt () |
| |
| bool | getAuthorizationSignatureIndicator () |
| |
| void | setAuthorizationSignatureIndicator (bool authorizationSignatureIndicator) |
| |
| const int | getQSlvl () const |
| |
| void | setQSlvl (int lvl) |
| |
| const int | getQSty () const |
| |
| void | setQSty (int ty) |
| |
| const bool | getQSfu () |
| |
| void | setQSfu (bool fu) |
| |
| 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 (Operation operation) |
| |
| void | setOperation (int operation) |
| |
| int | getOperation () const |
| |
| Operation | getOperationEnum () 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 |
| |
| const String & | getRequestContentType () |
| |
| const String & | getVendorInformation () |
| |
| void | setVendorInformation (const String &vendorInformation) |
| |
| void | setRequestContentType () |
| |
| void | setRequestContentTypeRaw (const String &contentType) |
| |
| | RequestPrimitive () |
| |
| 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) |
| |