Package com.morpheusdata.core
Interface MorpheusExecuteScheduleService
- All Superinterfaces:
MorpheusDataQueryService<ExecuteSchedule>
,MorpheusDataService<ExecuteSchedule,
ExecuteSchedule>
public interface MorpheusExecuteScheduleService
extends MorpheusDataService<ExecuteSchedule,ExecuteSchedule>
Context methods for dealing with in Morpheus
-
Method Summary
Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
getType
MorpheusExecuteScheduleTypeService getType()Returns the Instance Scale Type Service- Returns:
- An instance of the Instance Scale Type Service
-