Class EventExecutionRequest.Events
- java.lang.Object
-
- org.gcube.application.cms.plugins.requests.EventExecutionRequest.Events
-
- Enclosing class:
- EventExecutionRequest
public static class EventExecutionRequest.Events extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringON_DELETE_DOCUMENTstatic StringON_DELETE_FILESETstatic StringON_INIT_DOCUMENTstatic StringON_UPDATE_DOCUMENT
-
Constructor Summary
Constructors Constructor Description Events()
-
-
-
Field Detail
-
ON_INIT_DOCUMENT
public static final String ON_INIT_DOCUMENT
- See Also:
- Constant Field Values
-
ON_UPDATE_DOCUMENT
public static final String ON_UPDATE_DOCUMENT
- See Also:
- Constant Field Values
-
ON_DELETE_DOCUMENT
public static final String ON_DELETE_DOCUMENT
- See Also:
- Constant Field Values
-
ON_DELETE_FILESET
public static final String ON_DELETE_FILESET
- See Also:
- Constant Field Values
-
-