Class EventDescriptor
java.lang.Object
org.nuxeo.audit.service.extension.EventDescriptor
- All Implemented Interfaces:
Descriptor
@Deprecated(since="2025.16",
forRemoval=true)
public class EventDescriptor
extends Object
implements Descriptor
Deprecated, for removal: This API element is subject to removal in a future version.
Really simple auditable event descriptor.
- Author:
- Julien Anguenot
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ExtendedInfoDescriptor> Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisEnabled()insteadDeprecated, for removal: This API element is subject to removal in a future version.getId()Deprecated, for removal: This API element is subject to removal in a future version.The descriptor id, descriptors with same id are merged.getName()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.merge(Descriptor o) Deprecated, for removal: This API element is subject to removal in a future version.Returns a descriptor representingothermerged intothisvoidsetEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.voidsetExtendedInfoDescriptors(List<ExtendedInfoDescriptor> extendedInfoDescriptors) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
extendedInfoDescriptors
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
EventDescriptor
public EventDescriptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getId
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()for exemple.- Specified by:
getIdin interfaceDescriptor
-
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
isEnabled
public boolean isEnabled()Deprecated, for removal: This API element is subject to removal in a future version. -
getEnabled
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisEnabled()instead -
setEnabled
public void setEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version. -
getExtendedInfoDescriptors
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.4
-
setExtendedInfoDescriptors
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.4
-
merge
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DescriptorReturns a descriptor representingothermerged intothisDefault implementation returns
other.- Specified by:
mergein interfaceDescriptor- Returns:
- the merged descriptor
-
toAuditRoute
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 2025.16
-
toExtendedInfos
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 2025.16
-
AuditRouteDescriptorinstead