Uses of Class
dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
Packages that use SmartContract
Package
Description
-
Uses of SmartContract in dev.getelements.elements.dao.mongo.blockchain
Methods in dev.getelements.elements.dao.mongo.blockchain that return SmartContractModifier and TypeMethodDescriptionMongoSmartContractDao.createSmartContract
(SmartContract smartContract) MongoSmartContractDao.updateSmartContract
(SmartContract smartContract) Methods in dev.getelements.elements.dao.mongo.blockchain that return types with arguments of type SmartContractModifier and TypeMethodDescriptionMongoSmartContractDao.findSmartContractById
(String contractNameOrId) MongoSmartContractDao.findSmartContractByNameOrId
(String contractNameOrId) MongoSmartContractDao.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Methods in dev.getelements.elements.dao.mongo.blockchain with parameters of type SmartContractModifier and TypeMethodDescriptionMongoSmartContractDao.createSmartContract
(SmartContract smartContract) MongoSmartContractDao.updateSmartContract
(SmartContract smartContract) -
Uses of SmartContract in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return SmartContractModifier and TypeMethodDescriptionMongoDBMapper.toSmartContract
(MongoSmartContract source) MongoDBMapperImpl.toSmartContract
(MongoSmartContract source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type SmartContractModifier and TypeMethodDescriptionMongoDBMapper.toMongoSmartContract
(SmartContract source) MongoDBMapperImpl.toMongoSmartContract
(SmartContract source) -
Uses of SmartContract in dev.getelements.elements.rest.blockchain
Methods in dev.getelements.elements.rest.blockchain that return SmartContractModifier and TypeMethodDescriptionSmartContractResource.createSmartContract
(CreateSmartContractRequest createSmartContractRequest) SmartContractResource.getSmartContract
(String contractId) SmartContractResource.updateSmartContract
(String contractId, UpdateSmartContractRequest updateSmartContractRequest) Methods in dev.getelements.elements.rest.blockchain that return types with arguments of type SmartContractModifier and TypeMethodDescriptionSmartContractResource.getSmartContracts
(int offset, int count, BlockchainApi api, List<BlockchainNetwork> network) -
Uses of SmartContract in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return SmartContractModifier and TypeMethodDescriptionSmartContractDao.createSmartContract
(SmartContract smartContract) Creates aSmartContract
in the database.default SmartContract
SmartContractDao.getSmartContractById
(String contractId) Gets the specific smart contract.default SmartContract
SmartContractDao.getSmartContractByNameOrId
(String contractNameOrId) Gets the specific smart contract.SmartContractDao.updateSmartContract
(SmartContract smartContract) Updates aSmartContract
in the database.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type SmartContractModifier and TypeMethodDescriptionSmartContractDao.findSmartContractById
(String contractId) Finds a specificSmartContract
.SmartContractDao.findSmartContractByNameOrId
(String contractNameOrId) Finds a specificSmartContract
.SmartContractDao.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Gets the smart contracts in the database.default Pagination
<SmartContract> SmartContractDao.getSmartContractsForSingleNetwork
(int offset, int count, BlockchainApi blockchainApi, BlockchainNetwork blockchainNetwork) Gets the smart contracts in the database.Methods in dev.getelements.elements.sdk.dao with parameters of type SmartContractModifier and TypeMethodDescriptionSmartContractDao.createSmartContract
(SmartContract smartContract) Creates aSmartContract
in the database.SmartContractDao.updateSmartContract
(SmartContract smartContract) Updates aSmartContract
in the database. -
Uses of SmartContract in dev.getelements.elements.sdk.service.blockchain
Methods in dev.getelements.elements.sdk.service.blockchain that return SmartContractModifier and TypeMethodDescriptionSmartContractService.createSmartContract
(CreateSmartContractRequest createSmartContractRequest) Creates a new smart contract.SmartContractService.getSmartContract
(String contractId) Fetches a specificSmartContract
instance based on ID.SmartContractService.updateSmartContract
(String contractId, UpdateSmartContractRequest updateSmartContractRequest) Updates the suppliedSmartContract
.Methods in dev.getelements.elements.sdk.service.blockchain that return types with arguments of type SmartContractModifier and TypeMethodDescriptionSmartContractService.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Lists allSmartContract
instances, specifying a search query. -
Uses of SmartContract in dev.getelements.elements.sdk.service.blockchain.invoke
Methods in dev.getelements.elements.sdk.service.blockchain.invoke that return SmartContractMethods in dev.getelements.elements.sdk.service.blockchain.invoke with parameters of type SmartContractModifier and TypeMethodDescriptionvoid
InvocationScope.setSmartContract
(SmartContract smartContract) -
Uses of SmartContract in dev.getelements.elements.service.blockchain.omni
Methods in dev.getelements.elements.service.blockchain.omni that return SmartContractModifier and TypeMethodDescriptionSuperUserSmartContractService.createSmartContract
(CreateSmartContractRequest createSmartContractRequest) SuperUserSmartContractService.getSmartContract
(String contractId) SuperUserSmartContractService.updateSmartContract
(String smartContractId, UpdateSmartContractRequest updateSmartContractRequest) Methods in dev.getelements.elements.service.blockchain.omni that return types with arguments of type SmartContractModifier and TypeMethodDescriptionSuperUserSmartContractService.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks)