Class CascadeTracker

    • Field Detail

      • log

        protected static final org.slf4j.Logger log
    • Constructor Detail

    • Method Detail

      • doTrack

        protected void doTrack​(String iterationId)
                        throws org.alfresco.httpclient.AuthenticationException,
                               IOException,
                               org.json.JSONException,
                               org.apache.commons.codec.EncoderException
        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
        Parameters:
        iterationId - an identifier which is uniquely associated with a given iteration.
        Throws:
        org.alfresco.httpclient.AuthenticationException
        IOException
        org.json.JSONException
        org.apache.commons.codec.EncoderException
      • hasMaintenance

        public boolean hasMaintenance()