Package com.smartgwt.client.ai
Class ApplyAIFilterResponse
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.util.AsyncOperationResult
com.smartgwt.client.ai.BuildViaAIResponse
com.smartgwt.client.ai.ApplyAIFilterResponse
- All Implemented Interfaces:
HasHandlers
Represents the result of a request to evaluate an "aiFilter"
AdvancedCriteria
on a list
of records.-
Field Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
id
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRecord[]
Of theApplyAIFilterRequest.records
, the records that match theApplyAIFilterRequest.aiCriterion
.static ApplyAIFilterResponse
getOrCreateRef
(JavaScriptObject jsObj) setMatchingRecords
(Record... matchingRecords) Of theApplyAIFilterRequest.records
, the records that match theApplyAIFilterRequest.aiCriterion
.Methods inherited from class com.smartgwt.client.util.AsyncOperationResult
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setType
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetID
Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
-
Constructor Details
-
ApplyAIFilterResponse
public ApplyAIFilterResponse() -
ApplyAIFilterResponse
-
-
Method Details
-
getOrCreateRef
-
setMatchingRecords
Of theApplyAIFilterRequest.records
, the records that match theApplyAIFilterRequest.aiCriterion
.- Parameters:
matchingRecords
- New matchingRecords value. Default value is null- Returns:
ApplyAIFilterResponse
instance, for chaining setter calls
-
getMatchingRecords
Of theApplyAIFilterRequest.records
, the records that match theApplyAIFilterRequest.aiCriterion
.- Returns:
- Current matchingRecords value. Default value is null
-