Interface MorpheusSynchronousSettingService
- All Superinterfaces:
MorpheusSynchronousDataService<Setting,,Setting> MorpheusSynchronousIdentityService<Setting>
public interface MorpheusSynchronousSettingService
extends MorpheusSynchronousDataService<Setting,Setting>, MorpheusSynchronousIdentityService<Setting>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Global NetworkProxy if exists else nullgetType()Returns the SettingType context used for performing updates or queries onSettingTyperelated assets within Morpheus.Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, searchMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getType
MorpheusSynchronousSettingTypeService getType()Returns the SettingType context used for performing updates or queries onSettingTyperelated assets within Morpheus.- Returns:
- An instance of the SettingType Context
-
getGlobalNetworkProxy
NetworkProxy getGlobalNetworkProxy()Returns the Global NetworkProxy if exists else null- Returns:
- An instance of the NetworkProxy
-