Packages

class ContractsService extends NamedLogging with NoTracing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContractsService
  2. NoTracing
  3. NamedLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ContractsService(resolveContractTypeId: ResolveContractTypeId, allTemplateIds: AllTemplateIds, getContractByContractId: GetContractByContractId, getContractByContractKey: GetContractByContractKey, getActiveContracts: GetActiveContracts, getCreatesAndArchivesSince: GetCreatesAndArchivesSince, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def insertDeleteStepSource(jwt: Jwt, ledgerId: LedgerId, parties: PartySet, templateIds: List[domain.ContractTypeId.Resolved], startOffset: Option[StartingOffset] = None, terminates: Terminates = Terminates.AtLedgerEnd)(implicit lc: LoggingContextOf[InstanceUUID]): Source[fetchcontracts.util.ContractStreamStep.LAV1, NotUsed]

    An ACS ++ transaction stream of templateIds, starting at startOffset and ending at terminates.

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def liveAcsAsInsertDeleteStepSource(jwt: Jwt, ledgerId: LedgerId, parties: PartySet, templateIds: List[domain.ContractTypeId.Resolved])(implicit lc: LoggingContextOf[InstanceUUID]): Source[fetchcontracts.util.ContractStreamStep.LAV1, NotUsed]
  14. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  15. val loggerFactory: NamedLoggerFactory
    Definition Classes
    ContractsServiceNamedLogging
  16. def lookup(jwt: Jwt, jwtPayload: JwtPayload, req: FetchRequest[ContractsService.LfValue])(implicit lc: LoggingContextOf[InstanceUUID with RequestID], metrics: HttpApiMetrics): ET[ActiveContractO]
  17. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def resolveContractReference(jwt: Jwt, parties: PartySet, contractLocator: ContractLocator[ContractsService.LfValue], ledgerId: LedgerId)(implicit lc: LoggingContextOf[InstanceUUID with RequestID], metrics: HttpApiMetrics): ET[ResolvedContractRef[ContractsService.LfValue]]
  23. def resolveContractTypeIds[Tid <: domain.ContractTypeId.OptionalPkg](jwt: Jwt, ledgerId: LedgerId)(xs: NonEmpty[Set[Tid]])(implicit lc: LoggingContextOf[InstanceUUID with RequestID]): Future[(Set[domain.ContractTypeId.Resolved], Set[Tid])]
  24. def retrieveAll(jwt: Jwt, jwtPayload: JwtPayload)(implicit lc: LoggingContextOf[InstanceUUID]): SearchResult[\/[Error, ResolvedCtTyId[ContractsService.LfValue]]]
  25. def search(jwt: Jwt, ledgerId: LedgerId, parties: PartySet, templateIds: NonEmpty[Set[domain.ContractTypeId.OptionalPkg]])(implicit lc: LoggingContextOf[InstanceUUID with RequestID], metrics: HttpApiMetrics): Future[SearchResult[\/[Error, ResolvedCtTyId[JsValue]]]]
  26. def search(jwt: Jwt, jwtPayload: JwtPayload, request: GetActiveContractsRequest)(implicit lc: LoggingContextOf[InstanceUUID with RequestID], metrics: HttpApiMetrics): Future[SearchResult[\/[Error, ResolvedCtTyId[JsValue]]]]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from NoTracing

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped