-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXP-11.1
-
Component/s: AI Cloud Services
-
Epic Link:
-
Tags:
-
Sprint:nxAI Sprint 11.1.12, nxAI Sprint 11.1.13
-
Story Points:5
Have a service that allow us to change a property on any document, and keep information that this was changed by this service, and keep the original value on request (for auto-correct)
This service is to be used by auto-fill and auto-correct from ML data.
Requirements of service
public interface AutoService { /* Calculate a property value given an xpath. */ void calculateProperties(DocumentModel doc, String[] xpath) throws PropertyException; void calculateProperties(DocumentModel doc) throws PropertyException; /* Remove the property from the list of auto updated values and remove suggestions */ void confirmProperty(DocumentModel doc, String xpath) throws PropertyException; void confirmProperty(DocumentModel doc, String xpath, boolean includeSuggestions) throws PropertyException; void removeSuggestionsForModel(DocumentModel doc, String modelId, boolean recalculate); }
- is duplicated by
-
AICORE-193 Set and track ML doc changes
- Resolved