public class ReapplyAIFilterResponse extends BuildViaAIResponse
AdvancedCriteria
on a
list of updated records.com.smartgwt.client.ai.AI#asyncReapplyAIFilter
id
factoryCreated, factoryProperties
Constructor and Description |
---|
ReapplyAIFilterResponse() |
ReapplyAIFilterResponse(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
Record[] |
getMatchingUpdatedRecords()
Of the
updatedRecords , the records that now
match the "aiFilter" AdvancedCriteria . |
static ReapplyAIFilterResponse |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
ReapplyAIFilterResponse |
setMatchingUpdatedRecords(Record... matchingUpdatedRecords)
Of the
updatedRecords , the records that now
match the "aiFilter" AdvancedCriteria . |
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setType
getRef, getRef, internalSetID
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
public ReapplyAIFilterResponse()
public ReapplyAIFilterResponse(com.google.gwt.core.client.JavaScriptObject jsObj)
public static ReapplyAIFilterResponse getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public ReapplyAIFilterResponse setMatchingUpdatedRecords(Record... matchingUpdatedRecords)
updatedRecords
, the records that now
match the "aiFilter" AdvancedCriteria
.matchingUpdatedRecords
- New matchingUpdatedRecords value. Default value is nullReapplyAIFilterResponse
instance, for chaining setter callspublic Record[] getMatchingUpdatedRecords()
updatedRecords
, the records that now
match the "aiFilter" AdvancedCriteria
.