Interface ObservationConstants
-
public interface ObservationConstants
Observation constants for Content IO plugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARGS_COLLECTION_CONTENT_TYPE
Argument name for the content type of collectionstatic String
ARGS_COLLECTION_ID
Argument name for the id of collectionstatic String
EVENT_CONTENT_COLLECTION_SYNCHRONIZED
Event id when a collection of contents has been synchronizedstatic String
EVENT_CONTENT_SYNCHRONIZED
Event id when a content is synchronized.
-
-
-
Field Detail
-
EVENT_CONTENT_SYNCHRONIZED
static final String EVENT_CONTENT_SYNCHRONIZED
Event id when a content is synchronized.- See Also:
- Constant Field Values
-
EVENT_CONTENT_COLLECTION_SYNCHRONIZED
static final String EVENT_CONTENT_COLLECTION_SYNCHRONIZED
Event id when a collection of contents has been synchronized- See Also:
- Constant Field Values
-
ARGS_COLLECTION_ID
static final String ARGS_COLLECTION_ID
Argument name for the id of collection- See Also:
- Constant Field Values
-
ARGS_COLLECTION_CONTENT_TYPE
static final String ARGS_COLLECTION_CONTENT_TYPE
Argument name for the content type of collection- See Also:
- Constant Field Values
-
-