Uses of Class
com.jalios.jcms.backgroundprocess.BackgroundProcess
-
Packages that use BackgroundProcess Package Description com.jalios.jcms.admin.properties com.jalios.jcms.admin.store com.jalios.jcms.application com.jalios.jcms.backgroundprocess com.jalios.jcms.backgroundprocess.examples com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.logging com.jalios.jcms.member.csvimport com.jalios.jcms.search Provides internal search engines classes of JPlatform.com.jalios.jcms.security.classified com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.test com.jalios.jcms.trash -
-
Uses of BackgroundProcess in com.jalios.jcms.admin.properties
Subclasses of BackgroundProcess in com.jalios.jcms.admin.properties Modifier and Type Class Description classUpdateSiteLanguageProcessChanges language / main language of a given data set. -
Uses of BackgroundProcess in com.jalios.jcms.admin.store
Subclasses of BackgroundProcess in com.jalios.jcms.admin.store Modifier and Type Class Description classStoreAnonymizerProcessProcesses a store obfuscation. -
Uses of BackgroundProcess in com.jalios.jcms.application
Subclasses of BackgroundProcess in com.jalios.jcms.application Modifier and Type Class Description classApplicationDeployProcessclassApplicationResetProcess -
Uses of BackgroundProcess in com.jalios.jcms.backgroundprocess
Methods in com.jalios.jcms.backgroundprocess that return BackgroundProcess Modifier and Type Method Description BackgroundProcessBackgroundProcessManager. getCurrentBackgroundProcess()Return the BackgroundProcess of the current thread if any.Methods in com.jalios.jcms.backgroundprocess with parameters of type BackgroundProcess Modifier and Type Method Description protected ControllerStatusBackgroundProcessManager. canStart(Member author, BackgroundProcess process, BackgroundProcess.Scope scope, boolean unique)Returns weither process can be run or not as a controller status.
Prevents unique process to be run simultaneously, depending on author, domain and scope.
Prevents null-author process to be run, unless it is explicitely allowed usingallowNulLAuthor();protected voidBackgroundProcessManager. createInfo(BackgroundProcess process)Create a new BackgroundProcessInfo for the specified BackgroundProcess, and update BackgroundProcess to reference it.protected java.util.concurrent.CompletableFuture<java.lang.Void>BackgroundProcessManager. start(Member author, BackgroundProcess process) -
Uses of BackgroundProcess in com.jalios.jcms.backgroundprocess.examples
Subclasses of BackgroundProcess in com.jalios.jcms.backgroundprocess.examples Modifier and Type Class Description classSilentProcessclassSilentProgressingProcess -
Uses of BackgroundProcess in com.jalios.jcms.caddy
Subclasses of BackgroundProcess in com.jalios.jcms.caddy Modifier and Type Class Description classAbstractCaddyProcess<T extends AbstractCaddyContext>Super class of all Caddy RunningProcessclassAbstractMemberCaddyProcess<T extends AbstractMemberCaddyContext>This form handler is the super class of the formhandler class to process Member Caddy Manager actions.classCategoryCaddyProcessclassDBMemberCaddyProcessclassGroupCaddyProcessclassMemberCaddyProcessclassPublicationCaddyProcessProcess handling all publication caddy async actions.classWorkspaceCaddyProcess -
Uses of BackgroundProcess in com.jalios.jcms.handler
Subclasses of BackgroundProcess in com.jalios.jcms.handler Modifier and Type Class Description classCheckIntegrityProcessclassUpdatePropertiesProcessBackground process suitable to update properties in any handlerMethods in com.jalios.jcms.handler that return BackgroundProcess Modifier and Type Method Description BackgroundProcessJcmsFormHandler. getBackgroundProcess()Methods in com.jalios.jcms.handler with parameters of type BackgroundProcess Modifier and Type Method Description protected ControllerStatusJcmsFormHandler. canStartProcess(BackgroundProcess process)protected java.util.concurrent.CompletableFuture<java.lang.Void>JcmsFormHandler. startProcess(BackgroundProcess process) -
Uses of BackgroundProcess in com.jalios.jcms.logging
Subclasses of BackgroundProcess in com.jalios.jcms.logging Modifier and Type Class Description classLoggingInitPackagesProcess -
Uses of BackgroundProcess in com.jalios.jcms.member.csvimport
Subclasses of BackgroundProcess in com.jalios.jcms.member.csvimport Modifier and Type Class Description classMemberImportProcessA manager to be instanciated to import Members from a CSV input file. -
Uses of BackgroundProcess in com.jalios.jcms.search
Subclasses of BackgroundProcess in com.jalios.jcms.search Modifier and Type Class Description classAdminSearchEngineProcess -
Uses of BackgroundProcess in com.jalios.jcms.security.classified
Subclasses of BackgroundProcess in com.jalios.jcms.security.classified Modifier and Type Class Description classPublicationClassificationLevelUpdaterProcess -
Uses of BackgroundProcess in com.jalios.jcms.taglib
Methods in com.jalios.jcms.taglib that return BackgroundProcess Modifier and Type Method Description BackgroundProcessBackgroundProcessTag. getProcess()Methods in com.jalios.jcms.taglib with parameters of type BackgroundProcess Modifier and Type Method Description voidBackgroundProcessTag. setProcess(BackgroundProcess process) -
Uses of BackgroundProcess in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type BackgroundProcess Modifier and Type Method Description static voidAssert. assertProcessStatus(BackgroundProcess process, BackgroundProcess.Status expected)static voidAssert. assertProcessStatusOK(BackgroundProcess process) -
Uses of BackgroundProcess in com.jalios.jcms.trash
Subclasses of BackgroundProcess in com.jalios.jcms.trash Modifier and Type Class Description classTrashBulkProcess
-