Uses of Class
com.morpheusdata.model.Process
Packages that use Process
Package
Description
-
Uses of Process in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ProcessModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessEvent.ProcessType processType, User user, String timerCategory) Deprecated.io.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessEvent.ProcessType processType, User user, String timerCategory, String eventTitle) Deprecated.io.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory) Start a new Process for the Workloadio.reactivex.rxjava3.core.Single<Process>MorpheusProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory, String eventTitle) Start a new Process for the WorkloadMethods in com.morpheusdata.core with parameters of type ProcessModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.endProcess(Process process, String processStatus, String output) End the process with the status specifiedio.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.endProcessStep(Process process, String processStatus, String output) Stops the last ProcessEvent associated with the Processio.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.endProcessStep(Process process, String processStatus, String output, Boolean appendOutput) Stops the last ProcessEvent associated with the Processio.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.endProcessStepAt(Process process, ProcessEvent.ProcessType lastStepType, String processStatus, String output) io.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.endProcessStepAt(Process process, ProcessStepType lastStepType, String processStatus, String output, Boolean appendOutput) Stops a specific ProcessEvent associated with the Process.io.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.startProcessStep(Process process, ProcessEvent nextEvent, String processStatus) Start a new ProcessEvent associated to the Process.io.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.startProcessStepAt(Process process, ProcessEvent.ProcessType lastStepType, ProcessEvent nextEvent, String processStatus) io.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.startProcessStepAt(Process process, ProcessStepType lastStepType, ProcessEvent nextStep, String processStatus) Start a new ProcessEvent associated to the Process while ending a specific previous step.io.reactivex.rxjava3.core.Single<Boolean>MorpheusProcessService.updateProcessStep(Process process, ProcessStepType lastStepType, ProcessStepUpdate stepUpdate, Boolean appendOutput) Updates the last ProcessEvent of type `lastStepType` -
Uses of Process in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous that return ProcessModifier and TypeMethodDescriptionMorpheusSynchronousProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory) Start a new Process for the WorkloadMorpheusSynchronousProcessService.startProcess(Workload workload, ProcessStepType stepType, User user, String timerCategory, String eventTitle) Start a new Process for the WorkloadMethods in com.morpheusdata.core.synchronous with parameters of type ProcessModifier and TypeMethodDescriptionMorpheusSynchronousProcessService.endProcess(Process process, String processStatus, String output) End the process with the status specifiedMorpheusSynchronousProcessService.endProcessStep(Process process, String processStatus, String output) Stops the last ProcessEvent associated with the ProcessMorpheusSynchronousProcessService.endProcessStep(Process process, String processStatus, String output, Boolean appendOutput) Stops the last ProcessEvent associated with the ProcessMorpheusSynchronousProcessService.endProcessStepAt(Process process, ProcessStepType lastStepType, String processStatus, String output, Boolean appendOutput) Stops a specific ProcessEvent associated with the Process.MorpheusSynchronousProcessService.startProcessStep(Process process, ProcessEvent nextEvent, String processStatus) Start a new ProcessEvent associated to the Process.MorpheusSynchronousProcessService.startProcessStepAt(Process process, ProcessStepType lastStepType, ProcessEvent nextStep, String processStatus) Start a new ProcessEvent associated to the Process while ending a specific previous step.MorpheusSynchronousProcessService.updateProcessStep(Process process, ProcessStepType lastStepType, ProcessStepUpdate stepUpdate, Boolean appendOutput) Updates the last ProcessEvent of type `lastStepType` -
Uses of Process in com.morpheusdata.model.provisioning
Fields in com.morpheusdata.model.provisioning declared as Process -
Uses of Process in com.morpheusdata.request
Fields in com.morpheusdata.request declared as ProcessModifier and TypeFieldDescriptionPackageDeleteRequest.processThe process associated with the delete request.PackageInstallRequest.processThe process associated with the install.PackageUpdateRequest.processThe process associated with the update.PackageUpgradeRequest.processThe process associated with the upgrade.Methods in com.morpheusdata.request that return ProcessModifier and TypeMethodDescriptionPackageDeleteRequest.getProcess()PackageInstallRequest.getProcess()PackageUpdateRequest.getProcess()PackageUpgradeRequest.getProcess()Methods in com.morpheusdata.request with parameters of type ProcessModifier and TypeMethodDescriptionvoidPackageDeleteRequest.setProcess(Process process) voidPackageInstallRequest.setProcess(Process process) voidPackageUpdateRequest.setProcess(Process process) voidPackageUpgradeRequest.setProcess(Process process)
MorpheusProcessService.startProcess(Workload, ProcessStepType, User, String)instead