Interface ObservationConstants
public interface ObservationConstants
Observation constants for Content IO plugin
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringArgument name for the content type of collectionstatic final StringArgument name for the id of collectionstatic final StringEvent id when a collection of contents has been synchronizedstatic final StringEvent 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:
 
 
 -