Class SuperUserFlowSmartContractInvocationService

java.lang.Object
dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>
dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
All Implemented Interfaces:
dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService, dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>

public class SuperUserFlowSmartContractInvocationService extends SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker> implements dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService

    dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>>
     
    dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>
     
    protected dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
     
    protected dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>
    newResolution(dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope flowInvocationScope)
     
    void
    setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>> resolutionProvider)
     
    void
    setScopedInvokerFactory(dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker> scopedInvokerFactory)
     

    Methods inherited from class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService

    getSmartContractDao, getVaultDao, getWalletDao, resolve, setSmartContractDao, setVaultDao, setWalletDao

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService

    resolve, resolve
  • Constructor Details

    • SuperUserFlowSmartContractInvocationService

      public SuperUserFlowSmartContractInvocationService()
  • Method Details

    • newInvocationScope

      protected dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope newInvocationScope()
      Specified by:
      newInvocationScope in class SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>
    • newResolution

      protected dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker> newResolution(dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope flowInvocationScope)
      Specified by:
      newResolution in class SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>
    • getScopedInvokerFactory

      public dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker> getScopedInvokerFactory()
    • setScopedInvokerFactory

      @Inject public void setScopedInvokerFactory(dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker> scopedInvokerFactory)
    • getResolutionProvider

      public jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>> getResolutionProvider()
    • setResolutionProvider

      @Inject public void setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope,dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker>> resolutionProvider)