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.StatusBackgroundProcess. getCompletedStatus()Retrieve the completion status of this BackgroundProcessBackgroundProcess.StatusBackgroundProcessInfo. getCompletedStatus()static BackgroundProcess.StatusBackgroundProcess.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 voidBackgroundProcess. setCompletedStatus(BackgroundProcess.Status status)Set the completion status of this BackgroundProcess.voidBackgroundProcessInfo. 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 voidAssert. assertProcessStatus(BackgroundProcess process, BackgroundProcess.Status expected)
-