Package com.smartgwt.client.ai
Class ReapplyAIFilterResponse
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.ReapplyAIFilterResponse
- All Implemented Interfaces:
HasHandlers
Represents the result of a request to re-evaluate an "aiFilter"
AdvancedCriteria
on a
list of updated records.- See Also:
-
com.smartgwt.client.ai.AI#asyncReapplyAIFilter
-
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 theupdatedRecords
, the records that now match the "aiFilter"AdvancedCriteria
.static ReapplyAIFilterResponse
getOrCreateRef
(JavaScriptObject jsObj) setMatchingUpdatedRecords
(Record... matchingUpdatedRecords) Of theupdatedRecords
, the records that now match the "aiFilter"AdvancedCriteria
.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
-
ReapplyAIFilterResponse
public ReapplyAIFilterResponse() -
ReapplyAIFilterResponse
-
-
Method Details
-
getOrCreateRef
-
setMatchingUpdatedRecords
Of theupdatedRecords
, the records that now match the "aiFilter"AdvancedCriteria
.- Parameters:
matchingUpdatedRecords
- New matchingUpdatedRecords value. Default value is null- Returns:
ReapplyAIFilterResponse
instance, for chaining setter calls
-
getMatchingUpdatedRecords
Of theupdatedRecords
, the records that now match the "aiFilter"AdvancedCriteria
.- Returns:
- Current matchingUpdatedRecords value. Default value is null
-