Package com.morpheusdata.core
Interface MorpheusSettingService
- All Superinterfaces:
MorpheusDataQueryService<Setting>
,MorpheusDataService<Setting,
,Setting> MorpheusIdentityService<Setting>
public interface MorpheusSettingService
extends MorpheusDataService<Setting,Setting>, MorpheusIdentityService<Setting>
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<NetworkProxy>
Returns the Global NetworkProxy if exists else nullgetType()
Returns the SettingType context used for performing updates or queries onSettingType
related settings within Morpheus.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
Methods inherited from interface com.morpheusdata.core.MorpheusIdentityService
getIdentityProperties, listIdentityProjections
-
Method Details
-
getType
MorpheusSettingTypeService getType()Returns the SettingType context used for performing updates or queries onSettingType
related settings within Morpheus.- Returns:
- An instance of the SettingType Context
-
getGlobalNetworkProxy
io.reactivex.rxjava3.core.Maybe<NetworkProxy> getGlobalNetworkProxy()Returns the Global NetworkProxy if exists else null- Returns:
- An instance of the NetworkProxy
-