Interface MorpheusSynchronousUpdateDefinitionService
- All Superinterfaces:
MorpheusSynchronousDataService<UpdateDefinition,UpdateIdentityProjection>
public interface MorpheusSynchronousUpdateDefinitionService
extends MorpheusSynchronousDataService<UpdateDefinition,UpdateIdentityProjection>
Provides synchronous CRUD access to
UpdateDefinition objects within the Morpheus appliance.
This is the blocking counterpart to MorpheusUpdateDefinitionService. Use this when
writing synchronous plugin code or when blocking is acceptable. For non-blocking/reactive code,
prefer MorpheusUpdateDefinitionService.
See MorpheusUpdateDefinitionService for full documentation on sync patterns,
refType/refId semantics, and expected usage.
- Since:
- 1.4.0
- See Also:
-
Method Summary
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search