Uses of Class
com.jalios.jcms.backgroundprocess.BackgroundProcess.Status
-
Packages that use BackgroundProcess.Status Package Description com.jalios.jcms.backgroundprocess com.jalios.jcms.test -
-
Uses of BackgroundProcess.Status in com.jalios.jcms.backgroundprocess
Methods in com.jalios.jcms.backgroundprocess that return BackgroundProcess.Status Modifier and Type Method Description BackgroundProcess.Status
BackgroundProcess. getCompletedStatus()
Retrieve the completion status of this BackgroundProcessBackgroundProcess.Status
BackgroundProcessInfo. getCompletedStatus()
static BackgroundProcess.Status
BackgroundProcess.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackgroundProcess.Status[]
BackgroundProcess.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.backgroundprocess with parameters of type BackgroundProcess.Status Modifier and Type Method Description protected void
BackgroundProcess. setCompletedStatus(BackgroundProcess.Status status)
Set the completion status of this BackgroundProcess.void
BackgroundProcessInfo. setCompletedStatus(BackgroundProcess.Status completedStatus)
-
Uses of BackgroundProcess.Status in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type BackgroundProcess.Status Modifier and Type Method Description static void
Assert. assertProcessStatus(BackgroundProcess process, BackgroundProcess.Status expected)
-