Interface MorpheusSynchronousNetworkRouterService
- All Superinterfaces:
MorpheusSynchronousDataService<NetworkRouter,
,NetworkRouterIdentityProjection> MorpheusSynchronousIdentityService<NetworkRouterIdentityProjection>
public interface MorpheusSynchronousNetworkRouterService
extends MorpheusSynchronousDataService<NetworkRouter,NetworkRouterIdentityProjection>, MorpheusSynchronousIdentityService<NetworkRouterIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptiongetRoute()
Returns theMorpheusSynchronousNetworkRouteService
used for performing updates/queries onNetworkRoute
related assets within MorpheusMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getRoute
MorpheusSynchronousNetworkRouteService getRoute()Returns theMorpheusSynchronousNetworkRouteService
used for performing updates/queries onNetworkRoute
related assets within Morpheus- Returns:
- An instance of the
MorpheusSynchronousNetworkRouteService
-