Uses of Class
org.nuxeo.ecm.core.work.api.Work.Progress
-
Packages that use Work.Progress Package Description org.nuxeo.ecm.core.work org.nuxeo.ecm.core.work.api org.nuxeo.ecm.user.center.profile -
-
Uses of Work.Progress in org.nuxeo.ecm.core.work
Fields in org.nuxeo.ecm.core.work declared as Work.Progress Modifier and Type Field Description protected Work.ProgressAbstractWork. progressMethods in org.nuxeo.ecm.core.work that return Work.Progress Modifier and Type Method Description Work.ProgressAbstractWork. getProgress()Methods in org.nuxeo.ecm.core.work with parameters of type Work.Progress Modifier and Type Method Description voidAbstractWork. setProgress(Work.Progress progress) -
Uses of Work.Progress in org.nuxeo.ecm.core.work.api
Fields in org.nuxeo.ecm.core.work.api declared as Work.Progress Modifier and Type Field Description static Work.ProgressWork.Progress. PROGRESS_0_PCstatic Work.ProgressWork.Progress. PROGRESS_100_PCstatic Work.ProgressWork.Progress. PROGRESS_INDETERMINATEMethods in org.nuxeo.ecm.core.work.api that return Work.Progress Modifier and Type Method Description Work.ProgressWork. getProgress()Gets a progress report for this work instance.Methods in org.nuxeo.ecm.core.work.api with parameters of type Work.Progress Modifier and Type Method Description voidWork. setProgress(Work.Progress progress)This method should be called periodically by the actual work method when it knows of its progress. -
Uses of Work.Progress in org.nuxeo.ecm.user.center.profile
Methods in org.nuxeo.ecm.user.center.profile that return Work.Progress Modifier and Type Method Description Work.ProgressUserProfileImporterWork. getProgress()
-