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