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) Deprecated.MongoDBMapperImpl.toSmartContract(MongoSmartContract source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type SmartContractModifier and TypeMethodDescriptionMongoDBMapper.toMongoSmartContract(SmartContract source) Deprecated.MongoDBMapperImpl.toMongoSmartContract(SmartContract source) Deprecated. -
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 aSmartContractin the database.default SmartContractSmartContractDao.getSmartContractById(String contractId) Gets the specific smart contract.default SmartContractSmartContractDao.getSmartContractByNameOrId(String contractNameOrId) Gets the specific smart contract.SmartContractDao.updateSmartContract(SmartContract smartContract) Updates aSmartContractin 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 aSmartContractin the database.SmartContractDao.updateSmartContract(SmartContract smartContract) Updates aSmartContractin 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 specificSmartContractinstance 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 allSmartContractinstances, 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 TypeMethodDescriptionvoidInvocationScope.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)