Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-69

Create a service for properties change by ML

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: NXP-11.1
    • Component/s: AI Cloud Services

      Description

      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);
      }
      

       

       

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 week
                  1w