Package com.morpheusdata.core.system
Interface MorpheusSystemService
- All Superinterfaces:
MorpheusDataQueryService<System>,MorpheusDataService<System,,SystemIdentityProjection> MorpheusIdentityService<SystemIdentityProjection>
public interface MorpheusSystemService
extends MorpheusDataService<System,SystemIdentityProjection>, MorpheusIdentityService<SystemIdentityProjection>
Provides access to
System objects via the plugin context.
Accessible via morpheusContext.async.system.
Sub-services are available via getType() and getComponent().-
Method Summary
Modifier and TypeMethodDescriptionReturns theMorpheusSystemComponentServicefor querying SystemComponent objects.getType()Returns theMorpheusSystemTypeServicefor querying SystemType objects.Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, searchMethods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, saveMethods inherited from interface com.morpheusdata.core.MorpheusIdentityService
getIdentityProperties, listIdentityProjections
-
Method Details
-
getType
MorpheusSystemTypeService getType()Returns theMorpheusSystemTypeServicefor querying SystemType objects.- Returns:
- an instance of MorpheusSystemTypeService
-
getComponent
MorpheusSystemComponentService getComponent()Returns theMorpheusSystemComponentServicefor querying SystemComponent objects.- Returns:
- an instance of MorpheusSystemComponentService
-