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.operations.mass | |
com.unitesk.requality.eclipse.storageformatversion | |
com.unitesk.requality.eclipse.views.atypeeditors |
Modifier and Type | Method and Description |
---|---|
static void |
LinkResolver.registerLates(AttributeStorage where,
java.lang.String key,
AttributeType type,
java.lang.Object value) |
static void |
NodeMapper.saveValue(JSONObject setts,
AttributeType at,
java.lang.Object val) |
static void |
NodeMapper.valueToJSON(JSONObject attrObj,
AttributeType type,
java.lang.Object rawValue,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
static AttributeType |
AttributeType.detectType(java.lang.Object object) |
AttributeType |
AttributeGenerator.getAttributeListType() |
AttributeType |
AttributeGenerator.getAttributeType() |
AttributeType |
Attribute.getListType() |
AttributeType |
Attribute.getType() |
AttributeType |
EnumDefinitionValue.getType() |
AttributeType |
TypedValue.getType() |
AttributeType |
ReferenceValue.getType() |
AttributeType |
AttributeDefinition.getType() |
AttributeType |
AppliedEnumValue.getType() |
AttributeType |
ListValue.getType() |
static AttributeType |
AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AttributeType[] |
AttributeType.visibleValues() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Attribute.checkValueByType(AttributeType at,
java.lang.Object value2) |
static java.lang.Object |
Attribute.convertValue(TreeNode node,
AttributeType from,
AttributeType to,
java.lang.Object newVal,
java.lang.String enumName)
* Converts value of attribute type to another type
|
AppliedEnumValue |
EnumValue.createApplied(AttributeType at,
java.lang.String enumName) |
static IValueProvider |
AttributeDefinition.detectValueProvider(java.lang.String key,
AttributeType type,
int flag,
java.lang.Object val) |
static IValueProvider |
AttributeDefinition.detectValueProvider(java.lang.String key,
AttributeType type,
java.lang.Object val) |
static java.lang.Object |
AttributeType.getDefaultValue(AttributeType attributeType) |
static java.lang.Object |
Attribute.getJavaValue(AttributeType at,
java.lang.Object value) |
java.lang.Object |
AttributeStorage.getListAttributeValue(java.lang.String attrLocations,
AttributeType tp) |
static java.util.List<TreeNode> |
ReferenceValue.getValues(AttributeStorage where,
AttributeType type,
java.lang.Object value,
boolean persist) |
static java.lang.Object |
Attribute.rawValueToJSON(AttributeType at,
java.lang.Object value,
java.lang.String string) |
static void |
ReferenceValue.resetAttribute(AttributeStorage as,
AttributeType at,
java.lang.Object val) |
static java.lang.Object |
Attribute.resultValueToJSON(AttributeType at,
java.lang.Object value,
java.net.URI uri) |
Attribute |
AttributeStorage.setConstAttribute(AttributeType type,
java.lang.String key,
java.lang.Object val,
int flag) |
static java.lang.String |
Attribute.valueToString(AttributeStorage as,
AttributeType at,
java.lang.Object value) |
Constructor and Description |
---|
AppliedEnumValue(java.lang.Object value,
java.lang.String comment,
AttributeType at,
java.lang.String baseKey) |
AttributeDefinition(java.util.UUID origin,
java.lang.String key,
AttributeType type,
java.lang.Object value) |
EnumDefinitionValue(AttributeType atype,
java.util.List<EnumValue> values) |
ListValue(AttributeType atype,
java.util.List<java.lang.Object> values) |
ReferenceValue(AttributeType type,
java.lang.Object o,
java.lang.String key) |
TypedValue(AttributeType at,
java.lang.Object val) |
Modifier and Type | Method and Description |
---|---|
AttributeType |
TermsValueProvider.getAttributeType() |
AttributeType |
NameOrIdProvider.getAttributeType() |
AttributeType |
GeneratorValueProvider.getAttributeType() |
AttributeType |
LabelProvider.getAttributeType() |
AttributeType |
IValueProvider.getAttributeType() |
AttributeType |
ConstValueProvider.getAttributeType() |
AttributeType |
UserVisibleIdProvider.getAttributeType() |
AttributeType |
ReferenceValueProvider.getAttributeType() |
AttributeType |
NodeResPathVProvider.getAttributeType() |
AttributeType |
TemplValueProvider.getAttributeType() |
Modifier and Type | Method and Description |
---|---|
HtmlValueProvider |
HtmlValueProvider.createAppended(AttributeType html,
java.lang.Object ds) |
java.lang.Object |
HtmlValueProvider.recHndl(AttributeType at,
java.lang.Object val) |
Constructor and Description |
---|
ConstValueProvider(AttributeType atype,
java.lang.Object value) |
HtmlValueProvider(AttributeType html,
java.lang.Object string) |
HtmlValueProvider(AttributeType html,
java.lang.Object ds,
java.util.Set<java.lang.String> deps,
java.io.File dir2,
java.util.List<java.io.File> added2) |
ReferenceValueProvider(AttributeType at,
java.lang.Object val) |
TemplValueProvider(AttributeType at,
java.lang.Object newVal) |
TemplValueProvider(AttributeType at,
java.lang.Object nv,
java.util.Set<java.lang.String> deps) |
Modifier and Type | Method and Description |
---|---|
AttributeType |
IAttributeGenerator.getAttributeListType() |
AttributeType |
IAttributeGenerator.getAttributeType() |
Constructor and Description |
---|
MassAttributeTypeChange(java.lang.String attrName,
java.lang.String newAttrName,
AttributeType at) |
Modifier and Type | Method and Description |
---|---|
static AttributeType |
LegalicyNodeMapper.adapt(AttributeType at) |
Modifier and Type | Method and Description |
---|---|
static AttributeType |
LegalicyNodeMapper.adapt(AttributeType at) |
Modifier and Type | Field and Description |
---|---|
AttributeType |
EnumDefinitionValueEditor.EnumDefValueResult.type |
Constructor and Description |
---|
EnumDefValueResult(AttributeType lasttype,
java.util.List<EnumValue> list,
java.util.Map<java.lang.String,java.lang.String> revert,
java.util.Map<java.lang.String,EnumDefinitionValueEditor.EnumChangeAction> rema) |