Class CustomPropertyUnchanged<T>
java.lang.Object
org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.CustomPropertyDelta<T>
org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.property.custom.CustomPropertyUnchanged<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOn(UpdateNodeMetadataEvent event) <R> Optional<CustomPropertyDelta<R>>resolveWith(CustomPropertyResolver<R> resolver) Methods inherited from class org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.CustomPropertyDelta
canBeResolvedWith, deleted, unchanged, updated
-
Constructor Details
-
CustomPropertyUnchanged
-
-
Method Details
-
applyOn
- Specified by:
applyOnin classCustomPropertyDelta<T>
-
resolveWith
- Specified by:
resolveWithin classCustomPropertyDelta<T>
-