additionalItems | JSONRPC::JSONSchemaTypeDefinition | |
additionalProperties | JSONRPC::JSONSchemaTypeDefinition | |
Check(const CVariant &value, CVariant &outputValue, CVariant &errorData) const | JSONRPC::JSONSchemaTypeDefinition | |
CopyStringArray(const CVariant &jsonStringArray, std::vector< std::string > &stringArray) | JSONRPC::CJSONUtils | inlineprotectedstatic |
defaultValue | JSONRPC::JSONSchemaTypeDefinition | |
description | JSONRPC::JSONSchemaTypeDefinition | |
divisibleBy | JSONRPC::JSONSchemaTypeDefinition | |
enums | JSONRPC::JSONSchemaTypeDefinition | |
exclusiveMaximum | JSONRPC::JSONSchemaTypeDefinition | |
exclusiveMinimum | JSONRPC::JSONSchemaTypeDefinition | |
extends | JSONRPC::JSONSchemaTypeDefinition | |
GetParameter(const CVariant ¶meterObject, const std::string &key, unsigned int position) | JSONRPC::CJSONUtils | inlineprotectedstatic |
GetParameter(const CVariant ¶meterObject, const std::string &key, unsigned int position, const CVariant &fallback) | JSONRPC::CJSONUtils | inlineprotectedstatic |
GetString(const CVariant &value, const char *defaultValue) | JSONRPC::CJSONUtils | inlineprotectedstatic |
GetXspFiltering(const std::string &type, const CVariant &filter, std::string &xsp) | JSONRPC::CJSONUtils | inlineprotectedstatic |
HandleLimits(const CVariant ¶meterObject, CVariant &result, int size, int &start, int &end) | JSONRPC::CJSONUtils | inlineprotectedstatic |
hasAdditionalProperties | JSONRPC::JSONSchemaTypeDefinition | |
HasType(JSONSchemaType typeObject, JSONSchemaType type) | JSONRPC::CJSONUtils | inlineprotectedstatic |
ID | JSONRPC::JSONSchemaTypeDefinition | |
IsParameterType(const CVariant ¶meterObject, const char *key, unsigned int position, JSONSchemaType valueType) | JSONRPC::CJSONUtils | inlineprotectedstatic |
IsType(const CVariant &value, JSONSchemaType valueType) | JSONRPC::CJSONUtils | inlineprotectedstatic |
IsValueMember(const CVariant &value, const std::string &key) | JSONRPC::CJSONUtils | inlineprotectedstatic |
items | JSONRPC::JSONSchemaTypeDefinition | |
JSONSchemaTypeDefinition() | JSONRPC::JSONSchemaTypeDefinition | |
maximum | JSONRPC::JSONSchemaTypeDefinition | |
maxItems | JSONRPC::JSONSchemaTypeDefinition | |
maxLength | JSONRPC::JSONSchemaTypeDefinition | |
MillisecondsToTimeObject(int time, CVariant &result) | JSONRPC::CJSONUtils | inlineprotectedstatic |
minimum | JSONRPC::JSONSchemaTypeDefinition | |
minItems | JSONRPC::JSONSchemaTypeDefinition | |
minLength | JSONRPC::JSONSchemaTypeDefinition | |
missingReference | JSONRPC::JSONSchemaTypeDefinition | |
name | JSONRPC::JSONSchemaTypeDefinition | |
optional | JSONRPC::JSONSchemaTypeDefinition | |
ParameterExists(const CVariant ¶meterObject, const std::string &key, unsigned int position) | JSONRPC::CJSONUtils | inlineprotectedstatic |
ParameterNotNull(const CVariant ¶meterObject, const std::string &key) | JSONRPC::CJSONUtils | inlineprotectedstatic |
Parse(const CVariant &value, bool isParameter=false) | JSONRPC::JSONSchemaTypeDefinition | |
ParseLimits(const CVariant ¶meterObject, int &limitStart, int &limitEnd) | JSONRPC::CJSONUtils | inlineprotectedstatic |
ParseSorting(const CVariant ¶meterObject, SortBy &sortBy, SortOrder &sortOrder, SortAttribute &sortAttributes) | JSONRPC::CJSONUtils | inlineprotectedstatic |
Print(bool isParameter, bool isGlobal, bool printDefault, bool printDescriptions, CVariant &output) const | JSONRPC::JSONSchemaTypeDefinition | |
properties | JSONRPC::JSONSchemaTypeDefinition | |
referencedType | JSONRPC::JSONSchemaTypeDefinition | |
referencedTypeSet | JSONRPC::JSONSchemaTypeDefinition | |
ResolveReference() | JSONRPC::JSONSchemaTypeDefinition | |
SchemaValueTypeToJson(JSONSchemaType valueType, CVariant &jsonObject) | JSONRPC::CJSONUtils | inlineprotectedstatic |
SchemaValueTypeToString(JSONSchemaType valueType) | JSONRPC::CJSONUtils | inlineprotectedstatic |
SetDefaultValue(CVariant &value, JSONSchemaType valueType) | JSONRPC::CJSONUtils | inlineprotectedstatic |
SetFromDBDate(const CVariant &jsonDate, CDateTime &date) | JSONRPC::CJSONUtils | protectedstatic |
SetFromDBDateTime(const CVariant &jsonDate, CDateTime &date) | JSONRPC::CJSONUtils | protectedstatic |
StringToSchemaValueType(const std::string &valueType) | JSONRPC::CJSONUtils | inlineprotectedstatic |
StringToTransportLayer(const std::string &transport) | JSONRPC::CJSONUtils | inlineprotectedstatic |
type | JSONRPC::JSONSchemaTypeDefinition | |
unionTypes | JSONRPC::JSONSchemaTypeDefinition | |
uniqueItems | JSONRPC::JSONSchemaTypeDefinition | |
ValueTypeToString(CVariant::VariantType valueType) | JSONRPC::CJSONUtils | inlineprotectedstatic |