Package com.morpheusdata.core
Interface MorpheusAccountCertificateService
- All Superinterfaces:
MorpheusDataQueryService<AccountCertificate>
,MorpheusDataService<AccountCertificate,
AccountCertificateIdentityProjection>
public interface MorpheusAccountCertificateService
extends MorpheusDataService<AccountCertificate,AccountCertificateIdentityProjection>
Morpheus context methods for
AccountCertificate
operations-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<AccountCertificateIdentityProjection>
listIdentityProjections
(Long integrationId) Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
listIdentityProjections
io.reactivex.rxjava3.core.Observable<AccountCertificateIdentityProjection> listIdentityProjections(Long integrationId)
-