Uses of Class
com.morpheusdata.model.WorkloadAction
Packages that use WorkloadAction
-
Uses of WorkloadAction in com.morpheusdata.core.library
Methods in com.morpheusdata.core.library that return types with arguments of type WorkloadActionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<WorkloadAction>MorpheusWorkloadActionService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core.library with type arguments of type WorkloadActionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusWorkloadActionService.create(List<WorkloadAction> workloadActions) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusWorkloadActionService.remove(List<WorkloadAction> workloadActions) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusWorkloadActionService.save(List<WorkloadAction> workloadActions) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of WorkloadAction in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type WorkloadActionModifier and TypeFieldDescriptionprotected List<WorkloadAction>WorkloadType.actionsprotected Collection<WorkloadAction>WorkloadAction.reverseActionsMethods in com.morpheusdata.model that return WorkloadActionMethods in com.morpheusdata.model that return types with arguments of type WorkloadActionMethods in com.morpheusdata.model with parameters of type WorkloadActionMethod parameters in com.morpheusdata.model with type arguments of type WorkloadActionModifier and TypeMethodDescriptionvoidWorkloadType.setActions(List<WorkloadAction> actions) voidWorkloadAction.setReverseActions(Collection<WorkloadAction> reverseActions)
MorpheusDataService.bulkCreate(java.util.List<M>)instead