Package | Description |
---|---|
psdi.app.recontask.engine |
Modifier and Type | Field and Description |
---|---|
ReconValue |
LinkResult.SuccessfulLinkItem.lValue |
ReconValue |
LinkResult.SuccessfulLinkItem.sValue |
ReconValue |
LinkResult.LinkResultEntry.value |
ReconValue |
LinkResult.FailedLinkItem.value |
Modifier and Type | Method and Description |
---|---|
ReconValue |
ReconValueSet.addValue(java.lang.Object[] values)
Assign attribute values to the object
|
ReconValue |
ReconValueSet.addValue(java.lang.Object[] values,
java.lang.Object[] units)
Assign attribute values and their units to the object
|
ReconValue |
ReconValueSet.addValue(ReconValue valueContainer)
Attach an existing attribute values object to the set
|
ReconValue |
ReconValue.getParentValue() |
ReconValue |
ReconValueSet.getValue(int index)
Access to an object instance within the set
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReconValue> |
ReconOperatorCompFilter.evaluateOperator(java.lang.String objectandAttributeName,
java.lang.String value,
ComparisonQueryHelper qh) |
java.util.List<ReconValue> |
LinkResult.getSubordinateObjects() |
java.util.List<ReconValue> |
ReconLinkProcessor.getUnlinked() |
Modifier and Type | Method and Description |
---|---|
void |
LinkResult.addLink(ReconValue leadingValue,
ReconValue subordinateValue,
ReconLinkExpression linkRule) |
void |
LinkResult.addLinks(ReconValue leadingValue,
java.util.List<ReconValue> subordinateValues,
ReconLinkExpression linkRule) |
void |
SubordinateSetAttribute.addValue(java.lang.Object value,
ReconValue objectInstance)
Adds the value to the container; assumes that the objects come in sorted
in ascending order on their numerical unique ID (required for the proper
operation of set operations)
|
ReconValue |
ReconValueSet.addValue(ReconValue valueContainer)
Attach an existing attribute values object to the set
|
void |
ComparisonQueryHelper.attachOneResult(java.lang.String objectName,
ReconValue value)
Attach ONE object to the statement set, removing anything that existed
before Use with caution :)
|
int |
ReconValue.compareTo(ReconValue anotherReconValue)
Compares two ReconValue objects.
|
java.util.List |
ReconLinkExpression.evaluateLinkExpression(ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes)
Evaluates the expression, compiling it first if needed.
|
java.util.List |
ReconOperatorLinkCompareAttribute.evaluateOperator(ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes) |
void |
ReconValue.setParentValue(ReconValue parentValue) |
Modifier and Type | Method and Description |
---|---|
void |
LinkResult.addLinks(ReconValue leadingValue,
java.util.List<ReconValue> subordinateValues,
ReconLinkExpression linkRule) |