Interface MorpheusSynchronousSystemService
- All Superinterfaces:
MorpheusSynchronousDataService<System,,SystemIdentityProjection> MorpheusSynchronousIdentityService<SystemIdentityProjection>
public interface MorpheusSynchronousSystemService
extends MorpheusSynchronousDataService<System,SystemIdentityProjection>, MorpheusSynchronousIdentityService<SystemIdentityProjection>
Synchronous access to
System objects via the plugin context.
Accessible via morpheusContext.services.system.
Sub-services are available via getType() and getComponent().-
Method Summary
Modifier and TypeMethodDescriptionReturns theMorpheusSynchronousSystemComponentServicefor querying SystemComponent objects.getType()Returns theMorpheusSynchronousSystemTypeServicefor querying SystemType objects.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
MorpheusSynchronousSystemTypeService getType()Returns theMorpheusSynchronousSystemTypeServicefor querying SystemType objects.- Returns:
- an instance of MorpheusSynchronousSystemTypeService
-
getComponent
MorpheusSynchronousSystemComponentService getComponent()Returns theMorpheusSynchronousSystemComponentServicefor querying SystemComponent objects.- Returns:
- an instance of MorpheusSynchronousSystemComponentService
-