Class RestrictionMosaicRepositoryVertxImpl
- java.lang.Object
-
- io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
-
- io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
-
- All Implemented Interfaces:
io.nem.symbol.sdk.api.RestrictionMosaicRepository,io.nem.symbol.sdk.api.Searcher<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>,io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria>,io.nem.symbol.sdk.api.SearcherRepository<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>,io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria>
public class RestrictionMosaicRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements io.nem.symbol.sdk.api.RestrictionMosaicRepository
-
-
Constructor Summary
Constructors Constructor Description RestrictionMosaicRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApigetClient()io.reactivex.Observable<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>>getMosaicRestrictions(java.lang.String compositeHash)io.reactivex.Observable<io.nem.symbol.sdk.model.blockchain.MerkleStateInfo>getMosaicRestrictionsMerkle(java.lang.String compositeHash)io.reactivex.Observable<io.nem.symbol.sdk.api.Page<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>>>search(io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria criteria)-
Methods inherited from class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
call, call, callList, exceptionHandling, exceptionHandling, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPage
-
-
-
-
Method Detail
-
getClient
public io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi getClient()
-
search
public io.reactivex.Observable<io.nem.symbol.sdk.api.Page<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>>> search(io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria criteria)
- Specified by:
searchin interfaceio.nem.symbol.sdk.api.Searcher<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>,io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria>
-
getMosaicRestrictions
public io.reactivex.Observable<io.nem.symbol.sdk.model.restriction.MosaicRestriction<?>> getMosaicRestrictions(java.lang.String compositeHash)
- Specified by:
getMosaicRestrictionsin interfaceio.nem.symbol.sdk.api.RestrictionMosaicRepository
-
getMosaicRestrictionsMerkle
public io.reactivex.Observable<io.nem.symbol.sdk.model.blockchain.MerkleStateInfo> getMosaicRestrictionsMerkle(java.lang.String compositeHash)
- Specified by:
getMosaicRestrictionsMerklein interfaceio.nem.symbol.sdk.api.RestrictionMosaicRepository
-
-