Package org.nuxeo.ecm.core.model.stream
Class DocumentDomainEvent
- java.lang.Object
-
- org.nuxeo.ecm.core.model.stream.DocumentDomainEvent
-
- All Implemented Interfaces:
Serializable
public class DocumentDomainEvent extends Object implements Serializable
Domain Event for Document.- Since:
- 2021.44
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentDomainEvent()
-
-
-
Field Detail
-
source
public String source
-
event
public String event
-
repository
public String repository
-
id
public String id
-
name
@Nullable public String name
-
type
public String type
-
user
@Nullable public String user
-
isVersion
public boolean isVersion
-
isProxy
public boolean isProxy
-
seriesId
@Nullable public String seriesId
-
-