Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.attribute | |
com.unitesk.requality.core.attribute.valueproviders | |
com.unitesk.requality.core.nodeiterators | |
com.unitesk.requality.core.search |
Modifier and Type | Method and Description |
---|---|
static TypedValue |
NodeMapper.loadValue(JSONObject setts) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,TypedValue> |
NodeMapper.convertToMap(JSONObject set) |
Modifier and Type | Method and Description |
---|---|
static void |
NodeMapper.saveValue(JSONObject setts,
TypedValue tv) |
Modifier and Type | Method and Description |
---|---|
TypedValue |
AttributeDefinition.getRawValue() |
TypedValue |
Attribute.getTValue() |
static TypedValue |
Attribute.getTypedValue(java.lang.Object object) |
static TypedValue |
AttributeType.getTypedValue(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,TypedValue> |
AttributeGenerator.getSettings() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeGenerator.loadSettings(java.util.Map<java.lang.String,TypedValue> attributes) |
Constructor and Description |
---|
AttributeGenerator(java.util.UUID guid,
java.util.Map<java.lang.String,TypedValue> settings2) |
Modifier and Type | Method and Description |
---|---|
TypedValue |
TermsValueProvider.getRawValue() |
TypedValue |
NameOrIdProvider.getRawValue() |
TypedValue |
GeneratorValueProvider.getRawValue() |
TypedValue |
LabelProvider.getRawValue() |
TypedValue |
IValueProvider.getRawValue() |
TypedValue |
ConstValueProvider.getRawValue() |
TypedValue |
UserVisibleIdProvider.getRawValue() |
TypedValue |
ReferenceValueProvider.getRawValue() |
TypedValue |
NodeResPathVProvider.getRawValue() |
TypedValue |
TemplValueProvider.getRawValue() |
TypedValue |
TermsValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
HtmlValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
NameOrIdProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
GeneratorValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
LabelProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
IValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
ConstValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
UserVisibleIdProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
ReferenceValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
NodeResPathVProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
TypedValue |
TemplValueProvider.getTypedValue(java.lang.String key,
AttributeStorage as) |
Constructor and Description |
---|
ReferenceValueProvider(TypedValue tv) |
TemplValueProvider(TypedValue tv,
java.util.Set<java.lang.String> deps) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,TypedValue> |
IAttributeGenerator.getSettings() |
Modifier and Type | Method and Description |
---|---|
void |
IAttributeGenerator.loadSettings(java.util.Map<java.lang.String,TypedValue> attributes) |
Constructor and Description |
---|
SearchRequest(SearchMethod sm,
java.util.Map<java.lang.String,TypedValue> params) |