Class/Object

org.genivi.sota.core

PackagesResource

Related Docs: object PackagesResource | package core

Permalink

class PackagesResource extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PackagesResource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackagesResource(resolver: ExternalResolverClient, db: slick.driver.JdbcProfile.API.Database)(implicit system: ActorSystem, mat: ActorMaterializer)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val _config: Config

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def fetch(ns: Namespace, pid: PackageId): Route

    Permalink

    An ota client GET Package info, including for example S3 uri of its binary file.

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val packageStorageOp: PackageStorageOp

    Permalink
  18. def queuedVins(ns: Namespace, pid: PackageId): Route

    Permalink

    An ota client GET the VIN-s waiting for the given Package to be installed.

  19. val route: Route

    Permalink
  20. def searchPackage(ns: Namespace): Route

    Permalink

    An ota client GET a Seq of Package either from regex search, or from table scan.

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def updatePackage(ns: Namespace, pid: PackageId): Route

    Permalink

    An ota client PUT the given PackageId and uploads a binary file for it via form submission.

    An ota client PUT the given PackageId and uploads a binary file for it via form submission.

    • Resolver is notified about the new package.
    • That file is stored in S3 (obtaining an S3-URI in the process)
    • A record for the package is inserted in Core's DB (Package SQL table).
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped