Interface ObservationConstants
-
public interface ObservationConstants
Observation constants for Content IO plugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringARGS_COLLECTION_CONTENT_TYPEArgument name for the content type of collectionstatic StringARGS_COLLECTION_IDArgument name for the id of collectionstatic StringEVENT_CONTENT_COLLECTION_SYNCHRONIZEDEvent id when a collection of contents has been synchronizedstatic StringEVENT_CONTENT_SYNCHRONIZEDEvent 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
-
-