Package org.ametys.plugins.explorer
Interface ObservationConstants
public interface ObservationConstants
Constants for observers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringArgument name for processed explorer pathstatic final StringArgument name for processed object's idstatic final StringArgument name for processed object's namestatic final StringArgument name for processed object's parent idstatic final StringArgument name for processed object's parent pathstatic final StringArgument name for processed object's pathstatic final StringArgument name for processed resource pathstatic final StringArgument name for processed resourcesstatic final StringEvent id when a CMIS collection is updated.static final StringEvent id when a collection is copied.static final StringEvent id when a collection is created.static final StringEvent id when a collection is deleted.static final StringEvent id when a collection is deleting.static final StringEvent id when a collection is moved.static final StringEvent id when a collection is renamed.static final StringEvent id when a resource is created.static final StringEvent id when a resource is deleted.static final StringEvent id when a resource is moved.static final StringEvent id when a resource is renamed.static final StringEvent id when a resource is modified.
-
Field Details
-
EVENT_RESOURCE_CREATED
Event id when a resource is created.- See Also:
-
EVENT_RESOURCE_UPDATED
Event id when a resource is modified.- See Also:
-
EVENT_RESOURCE_RENAMED
Event id when a resource is renamed.- See Also:
-
EVENT_RESOURCE_DELETED
Event id when a resource is deleted.- See Also:
-
EVENT_RESOURCE_MOVED
Event id when a resource is moved.- See Also:
-
EVENT_COLLECTION_CREATED
Event id when a collection is created.- See Also:
-
EVENT_COLLECTION_RENAMED
Event id when a collection is renamed.- See Also:
-
EVENT_COLLECTION_DELETING
Event id when a collection is deleting.- See Also:
-
EVENT_COLLECTION_DELETED
Event id when a collection is deleted.- See Also:
-
EVENT_COLLECTION_MOVED
Event id when a collection is moved.- See Also:
-
EVENT_COLLECTION_COPIED
Event id when a collection is copied.- See Also:
-
EVENT_CMIS_COLLECTION_UPDATED
Event id when a CMIS collection is updated.- See Also:
-
ARGS_ID
Argument name for processed object's id- See Also:
-
ARGS_NAME
Argument name for processed object's name- See Also:
-
ARGS_PATH
Argument name for processed object's path- See Also:
-
ARGS_PARENT_ID
Argument name for processed object's parent id- See Also:
-
ARGS_PARENT_PATH
Argument name for processed object's parent path- See Also:
-
ARGS_RESOURCES
Argument name for processed resources- See Also:
-
ARGS_RESOURCE_PATH
Argument name for processed resource path- See Also:
-
ARGS_EXPLORER_PATH
Argument name for processed explorer path- See Also:
-