Common event name constants for use with the event bus and application modules.
Properties:
Name | Type | Description |
---|---|---|
ERROR_OCCURRED |
string | Error event |
APP_INITIALIZED |
string | Application initialized |
SHARE_RECEIVED |
string | Share received |
STATE_CHANGED |
string | State changed |
GRAPH_CREATED |
string | Dataset graph created |
GRAPH_UPDATED |
string | Dataset graph updated |
GRAPH_DELETED |
string | Dataset graph deleted |
QUAD_CREATED |
string | Dataset quad created |
QUAD_UPDATED |
string | Dataset quad updated |
QUAD_DELETED |
string | Dataset quad deleted |
DATASET_SYNCED |
string | Dataset synced |
POST_CREATED |
string | RDF post created |
POST_UPDATED |
string | RDF post updated |
POST_DELETED |
string | RDF post deleted |
MODEL_SYNCED |
string | RDF model synced |
ENDPOINT_ADDED |
string | Endpoint added |
ENDPOINT_REMOVED |
string | Endpoint removed |
ENDPOINT_UPDATED |
string | Endpoint updated |
ENDPOINT_STATUS_CHANGED |
string | Endpoint status changed |
ENDPOINTS_STATUS_CHECKED |
string | Endpoints status checked |
ENDPOINT_CHECK_REQUESTED |
string | Endpoint check requested |
SPARQL_QUERY_STARTED |
string | SPARQL query started |
SPARQL_QUERY_COMPLETED |
string | SPARQL query completed |
SPARQL_QUERY_FAILED |
string | SPARQL query failed |
SPARQL_UPDATE_STARTED |
string | SPARQL update started |
SPARQL_UPDATE_COMPLETED |
string | SPARQL update completed |
SPARQL_UPDATE_FAILED |
string | SPARQL update failed |
VIEW_CHANGED |
string | UI view changed |
NOTIFICATION_SHOW |
string | UI notification show |
FORM_SUBMITTED |
string | UI form submitted |
- Source: