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 class
UpdateSiteLanguageProcess
Changes 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 class
StoreAnonymizerProcess
Processes a store obfuscation. -
Uses of BackgroundProcess in com.jalios.jcms.application
Subclasses of BackgroundProcess in com.jalios.jcms.application Modifier and Type Class Description class
ApplicationDeployProcess
class
ApplicationResetProcess
-
Uses of BackgroundProcess in com.jalios.jcms.backgroundprocess
Methods in com.jalios.jcms.backgroundprocess that return BackgroundProcess Modifier and Type Method Description BackgroundProcess
BackgroundProcessManager. 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 ControllerStatus
BackgroundProcessManager. 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 void
BackgroundProcessManager. 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 class
SilentProcess
class
SilentProgressingProcess
-
Uses of BackgroundProcess in com.jalios.jcms.caddy
Subclasses of BackgroundProcess in com.jalios.jcms.caddy Modifier and Type Class Description class
AbstractCaddyProcess<T extends AbstractCaddyContext>
Super class of all Caddy RunningProcessclass
AbstractMemberCaddyProcess<T extends AbstractMemberCaddyContext>
This form handler is the super class of the formhandler class to process Member Caddy Manager actions.class
CategoryCaddyProcess
class
DBMemberCaddyProcess
class
GroupCaddyProcess
class
MemberCaddyProcess
class
PublicationCaddyProcess
Process handling all publication caddy async actions.class
WorkspaceCaddyProcess
-
Uses of BackgroundProcess in com.jalios.jcms.handler
Subclasses of BackgroundProcess in com.jalios.jcms.handler Modifier and Type Class Description class
CheckIntegrityProcess
class
UpdatePropertiesProcess
Background process suitable to update properties in any handlerMethods in com.jalios.jcms.handler that return BackgroundProcess Modifier and Type Method Description BackgroundProcess
JcmsFormHandler. getBackgroundProcess()
Methods in com.jalios.jcms.handler with parameters of type BackgroundProcess Modifier and Type Method Description protected ControllerStatus
JcmsFormHandler. 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 class
LoggingInitPackagesProcess
-
Uses of BackgroundProcess in com.jalios.jcms.member.csvimport
Subclasses of BackgroundProcess in com.jalios.jcms.member.csvimport Modifier and Type Class Description class
MemberImportProcess
A 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 class
AdminSearchEngineProcess
-
Uses of BackgroundProcess in com.jalios.jcms.security.classified
Subclasses of BackgroundProcess in com.jalios.jcms.security.classified Modifier and Type Class Description class
PublicationClassificationLevelUpdaterProcess
-
Uses of BackgroundProcess in com.jalios.jcms.taglib
Methods in com.jalios.jcms.taglib that return BackgroundProcess Modifier and Type Method Description BackgroundProcess
BackgroundProcessTag. getProcess()
Methods in com.jalios.jcms.taglib with parameters of type BackgroundProcess Modifier and Type Method Description void
BackgroundProcessTag. 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 void
Assert. assertProcessStatus(BackgroundProcess process, BackgroundProcess.Status expected)
static void
Assert. assertProcessStatusOK(BackgroundProcess process)
-
Uses of BackgroundProcess in com.jalios.jcms.trash
Subclasses of BackgroundProcess in com.jalios.jcms.trash Modifier and Type Class Description class
TrashBulkProcess
-