Class CustomPropertyDelta<T>
java.lang.Object
org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.CustomPropertyDelta<T>
- Direct Known Subclasses:
CustomPropertyDeleted,CustomPropertyUpdated
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidapplyOn(UpdateNodeMetadataEvent event) booleancanBeResolvedWith(CustomPropertyResolver<?> resolver) static <T> CustomPropertyDeleted<T>abstract <R> Optional<CustomPropertyDelta<R>>resolveWith(CustomPropertyResolver<R> resolver) static <T> CustomPropertyUpdated<T>
-
Constructor Details
-
CustomPropertyDelta
-
-
Method Details
-
updated
-
deleted
-
canBeResolvedWith
-
applyOn
-
resolveWith
public abstract <R> Optional<CustomPropertyDelta<R>> resolveWith(CustomPropertyResolver<R> resolver)
-