public class ReapplyAIFilterResponse extends BuildViaAIResponse
AdvancedCriteria on a list of updated records.com.smartgwt.client.ai.AI#asyncReapplyAIFilteridfactoryCreated, 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, setTypegetRef, getRef, internalSetIDapplyFactoryProperties, 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, setFactoryCreatedpublic 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.