public interface FilterCreateEvent extends FilterEvent
Filter.create()
.
This event must be handled by
FilterListener.onFilterCreate()
.
Modifier and Type | Field and Description |
---|---|
static int |
RESULT_FILTER_NOT_IMPLEMENTED
Failure-code: Filtering is not implemented by the server.
|
static int |
RESULT_INVALID_ENTITY_CLASS_ID
Failure-code:
Entity Class ID is
invalid.
|
static int |
RESULT_INVALID_FILTER_LEN
Failure-code:
filter definition too
long.
|
static int |
RESULT_INVALID_FILTER_TYPE
Failure-code: filter type is
invalid.
|
static int |
RESULT_SYNTAX_ERROR
Failure-code: syntax error in
filter definition.
|
RESULT_GENERIC_ERROR, RESULT_OK
Modifier and Type | Method and Description |
---|---|
int |
getFilterID() |
getFilter
static final int RESULT_SYNTAX_ERROR
The server is not able to understand the given filter definition.
static final int RESULT_INVALID_FILTER_LEN
static final int RESULT_INVALID_ENTITY_CLASS_ID
static final int RESULT_INVALID_FILTER_TYPE
static final int RESULT_FILTER_NOT_IMPLEMENTED
Submit a bug or feature to FT\API Programming Support