Class ModelTracker

    • Method Detail

      • maintenance

        public void maintenance()
        Specified by:
        maintenance in interface Tracker
      • doTrack

        protected void doTrack()
                        throws org.alfresco.httpclient.AuthenticationException,
                               IOException,
                               org.json.JSONException
        Description copied from class: AbstractTracker
        Subclasses must implement behaviour that completes the following steps, in order:
        1. Purge
        2. Reindex
        3. Index
        4. Track repository
        Specified by:
        doTrack in class AbstractTracker
        Throws:
        org.alfresco.httpclient.AuthenticationException
        IOException
        org.json.JSONException
      • trackModels

        public void trackModels​(boolean onlyFirstTime)
                         throws org.alfresco.httpclient.AuthenticationException,
                                IOException,
                                org.json.JSONException
        Throws:
        org.alfresco.httpclient.AuthenticationException
        IOException
        org.json.JSONException
      • ensureFirstModelSync

        public void ensureFirstModelSync()
      • hasModels

        public boolean hasModels()