Trait

com.rasterfoundry.api.project

ProjectRoutes

Related Doc: package project

Permalink

trait ProjectRoutes extends Authentication with Config with Directives with QueryParametersCommon with SceneQueryParameterDirective with ProjectSceneQueryParameterDirective with PaginationDirectives with CommonHandlers with AWSBatch with UserErrorHandler with RollbarNotifier with LazyLogging with ProjectAnnotationRoutes with ProjectLayerRoutes with ProjectLayerAnnotationRoutes with ProjectAuthorizationDirectives

Linear Supertypes
ProjectLayerAnnotationRoutes, ProjectLayerRoutes, ProjectAnnotationRoutes, ProjectAuthorizationDirectives, UserErrorHandler, AWSBatch, RollbarNotifier, CommonHandlers, PaginationDirectives, ProjectSceneQueryParameterDirective, SceneQueryParameterDirective, QueryParametersCommon, QueryParameterDeserializers, Config, Authentication, LazyLogging, Directives, FramedEntityStreamingDirectives, WebSocketDirectives, SecurityDirectives, SchemeDirectives, RouteDirectives, RespondWithDirectives, RangeDirectives, PathDirectives, ImplicitPathMatcherConstruction, PathMatchers, TimeoutDirectives, ParameterDirectives, MiscDirectives, MethodDirectives, MarshallingDirectives, HostDirectives, HeaderDirectives, FutureDirectives, FormFieldDirectives, ToNameReceptacleEnhancements, FileUploadDirectives, FileAndResourceDirectives, ExecutionDirectives, CodingDirectives, DebuggingDirectives, CookieDirectives, CacheConditionDirectives, BasicDirectives, RouteConcatenation, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectRoutes
  2. ProjectLayerAnnotationRoutes
  3. ProjectLayerRoutes
  4. ProjectAnnotationRoutes
  5. ProjectAuthorizationDirectives
  6. UserErrorHandler
  7. AWSBatch
  8. RollbarNotifier
  9. CommonHandlers
  10. PaginationDirectives
  11. ProjectSceneQueryParameterDirective
  12. SceneQueryParameterDirective
  13. QueryParametersCommon
  14. QueryParameterDeserializers
  15. Config
  16. Authentication
  17. LazyLogging
  18. Directives
  19. FramedEntityStreamingDirectives
  20. WebSocketDirectives
  21. SecurityDirectives
  22. SchemeDirectives
  23. RouteDirectives
  24. RespondWithDirectives
  25. RangeDirectives
  26. PathDirectives
  27. ImplicitPathMatcherConstruction
  28. PathMatchers
  29. TimeoutDirectives
  30. ParameterDirectives
  31. MiscDirectives
  32. MethodDirectives
  33. MarshallingDirectives
  34. HostDirectives
  35. HeaderDirectives
  36. FutureDirectives
  37. FormFieldDirectives
  38. ToNameReceptacleEnhancements
  39. FileUploadDirectives
  40. FileAndResourceDirectives
  41. ExecutionDirectives
  42. CodingDirectives
  43. DebuggingDirectives
  44. CookieDirectives
  45. CacheConditionDirectives
  46. BasicDirectives
  47. RouteConcatenation
  48. AnyRef
  49. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AsyncAuthenticator[T] = (Credentials) ⇒ Future[Option[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  2. type AsyncAuthenticatorPF[T] = PartialFunction[Credentials, Future[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  3. type AuthenticationResult[+T] = Either[HttpChallenge, T]

    Permalink
    Definition Classes
    SecurityDirectives
  4. type Authenticator[T] = (Credentials) ⇒ Option[T]

    Permalink
    Definition Classes
    SecurityDirectives
  5. type AuthenticatorPF[T] = PartialFunction[Credentials, T]

    Permalink
    Definition Classes
    SecurityDirectives
  6. case class MalformedPaginationRejection extends Rejection with Product with Serializable

    Permalink
    Definition Classes
    PaginationDirectives
  7. abstract class NumberMatcher[T] extends PathMatcher1[T]

    Permalink
    Definition Classes
    PathMatchers
  8. type RequestToSourceUnmarshaller[T] = Unmarshaller[HttpRequest, Source[T, NotUsed]]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives

Abstract Value Members

  1. abstract val xa: Transactor[IO]

    Permalink

Concrete 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. val BULK_OPERATION_MAX_LIMIT: Int

    Permalink
    Definition Classes
    ProjectLayerRoutes
  5. val DoubleNumber: PathMatcher1[Double]

    Permalink
    Definition Classes
    PathMatchers
  6. val JavaUUID: PathMatcher1[UUID]

    Permalink
    Definition Classes
    PathMatchers
  7. val Neutral: PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  8. object Segment extends PathMatcher1[String]

    Permalink
    Definition Classes
    PathMatchers
  9. def Segments(min: Int, max: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  10. def Segments(count: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  11. val Segments: PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  12. def _defaultClassLoader: ClassLoader

    Permalink
    Attributes
    protected[akka.http]
    Definition Classes
    FileAndResourceDirectives
  13. implicit def _enhanceRouteWithConcatenation(route: Route): RouteWithConcatenation

    Permalink
    Definition Classes
    RouteConcatenation
  14. implicit def _regex2PathMatcher(regex: Regex): PathMatcher1[String]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  15. implicit def _segmentStringToPathMatcher(segment: String): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  16. implicit def _string2NR(string: String): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  17. implicit def _stringExtractionPair2PathMatcher[T](tuple: (String, T)): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  18. implicit def _stringNameOptionReceptacle2PathMatcher(nr: NameOptionReceptacle[String]): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  19. implicit def _symbol2NR(symbol: Symbol): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  20. implicit def _valueMap2PathMatcher[T](valueMap: Map[String, T]): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  21. def acceptScene(projectId: UUID, sceneId: UUID): Route

    Permalink
  22. def acceptScenes(projectId: UUID): Route

    Permalink
  23. def activationParams: Directive1[ActivationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  24. def addProjectPermission(projectId: UUID): Route

    Permalink
  25. def addProjectScenes(projectId: UUID, layerIdO: Option[UUID] = None): Route

    Permalink
  26. def annotationExportQueryParameters: Directive1[AnnotationExportQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  27. def annotationQueryParams: Directive1[AnnotationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  28. lazy val anonymousUser: Future[Option[User]]

    Permalink
    Definition Classes
    Authentication
  29. def aoiQueryParameters: Directive1[AoiQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  30. def as[T](implicit um: FromRequestUnmarshaller[T]): FromRequestUnmarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. final def asSourceOf[T](support: EntityStreamingSupport)(implicit um: FromByteStringUnmarshaller[T]): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  33. final def asSourceOf[T](implicit um: FromByteStringUnmarshaller[T], support: EntityStreamingSupport): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  34. val auth0Bearer: String

    Permalink
    Definition Classes
    Config
  35. val auth0ClientId: String

    Permalink
    Definition Classes
    Config
  36. val auth0Domain: String

    Permalink
    Definition Classes
    Config
  37. val auth0ManagementClientId: String

    Permalink
    Definition Classes
    Config
  38. val auth0ManagementSecret: String

    Permalink
    Definition Classes
    Config
  39. def authenticate: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  40. def authenticateBasic[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  41. def authenticateBasicAsync[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  42. def authenticateBasicPF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  43. def authenticateBasicPFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  44. def authenticateOAuth2[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  45. def authenticateOAuth2Async[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  46. def authenticateOAuth2PF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  47. def authenticateOAuth2PFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  48. def authenticateOrRejectWithChallenge[C <: HttpCredentials, T](authenticator: (Option[C]) ⇒ Future[AuthenticationResult[T]])(implicit arg0: ClassTag[C]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  49. def authenticateOrRejectWithChallenge[T](authenticator: (Option[HttpCredentials]) ⇒ Future[AuthenticationResult[T]]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  50. def authenticateSuperUser: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  51. def authenticateWithParameter: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  52. def authenticateWithToken(tokenString: String): Directive1[User]

    Permalink
    Definition Classes
    Authentication
    Annotations
    @SuppressWarnings()
  53. def authorize(check: (RequestContext) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  54. def authorize(check: ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  55. def authorizeAsync(check: (RequestContext) ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  56. def authorizeAsync(check: ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  57. val awsbatchConfig: awsbatch.type

    Permalink
    Definition Classes
    AWSBatch
  58. val batchClient: AWSBatch

    Permalink
    Definition Classes
    AWSBatch
  59. def cancelRejection(rejection: Rejection): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  60. def cancelRejections(cancelFilter: (Rejection) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  61. def cancelRejections(classes: Class[_]*): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  62. lazy val challenge: HttpChallenge

    Permalink
    Definition Classes
    Authentication
  63. def checkSameOrigin(allowed: Default): Directive0

    Permalink
    Definition Classes
    HeaderDirectives
  64. def circeDecodingError: ExceptionHandler

    Permalink
    Definition Classes
    CommonHandlers
  65. val clientEnvironment: String

    Permalink
    Definition Classes
    Config
  66. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. val cogMissingHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  68. def complete(m: ⇒ ToResponseMarshallable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  69. def completeOrFail(magnet: CompleteOrRecoverWithMagnet): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  70. def completeOrRecoverWith(magnet: CompleteOrRecoverWithMagnet): Directive1[Throwable]

    Permalink
    Definition Classes
    FutureDirectives
  71. def completeSingleOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  72. def completeSomeOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  73. def completeWith[T](marshaller: ToResponseMarshaller[T])(inner: ((T) ⇒ Unit) ⇒ Unit): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  74. def completeWithOneOrFail(future: ⇒ Future[Int]): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  75. def concat(routes: Route*): Route

    Permalink
    Definition Classes
    RouteConcatenation
  76. def conditional(eTag: Option[EntityTag], lastModified: Option[DateTime]): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  77. def conditional(eTag: EntityTag, lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  78. def conditional(lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  79. def conditional(eTag: EntityTag): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  80. val config: Config

    Permalink
    Definition Classes
    Config
  81. val configAuth: Config

    Permalink
    Definition Classes
    Authentication
  82. def cookie(name: String): Directive1[HttpCookiePair]

    Permalink
    Definition Classes
    CookieDirectives
  83. def createAOI(projectId: UUID): Route

    Permalink
  84. def createAnnotation(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  85. def createAnnotationGroup(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  86. def createLayerAnnotation(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  87. def createLayerAnnotationGroup(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  88. def createProject: Route

    Permalink
  89. def createProjectLayer(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  90. def createUserWithRoles(userId: String, email: String, name: String, picture: String, jwtClaims: JWTClaimsSet): doobie.ConnectionIO[(User, List[UserGroupRole])]

    Permalink
    Definition Classes
    Authentication
  91. val dataBucket: String

    Permalink
    Definition Classes
    Config
  92. def decodeRequest: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  93. def decodeRequestWith(decoders: Decoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  94. def decodeRequestWith(decoder: Decoder): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  95. def defaultPersonalInfo(user: User, claims: JWTClaimsSet): PersonalInfo

    Permalink
    Definition Classes
    Authentication
  96. def delete: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  97. def deleteAnnotation(projectId: UUID, annotationId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  98. def deleteAnnotationGroup(projectId: UUID, agId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  99. def deleteCookie(name: String, domain: String, path: String): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  100. def deleteCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  101. def deleteLayerAnnotation(projectId: UUID, annotationId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  102. def deleteLayerAnnotationGroup(projectId: UUID, layerId: UUID, agId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  103. def deleteLayerAnnotations(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  104. def deleteProject(projectId: UUID): Route

    Permalink
  105. def deleteProjectAnnotations(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  106. def deleteProjectLayer(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  107. def deleteProjectPermissions(projectId: UUID): Route

    Permalink
  108. def deleteProjectScenes(projectId: UUID, layerIdO: Option[UUID] = None): Route

    Permalink
  109. implicit val deserializerGroupType: Unmarshaller[String, GroupType]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  110. implicit val deserializerTimestamp: Unmarshaller[String, Timestamp]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  111. implicit val deserializerUUID: Unmarshaller[String, UUID]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  112. val dropboxClientId: String

    Permalink
    Definition Classes
    Config
  113. def encodeResponse: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  114. def encodeResponseWith(first: Encoder, more: Encoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  115. def entity[T](um: FromRequestUnmarshaller[T]): Directive1[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  116. val environment: String

    Permalink
    Definition Classes
    RollbarNotifier
  117. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  119. def exportAnnotationShapefile(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  120. def exportLayerAnnotationShapefile(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  121. def extract[T](f: (RequestContext) ⇒ T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  122. def extractActorSystem: Directive1[ActorSystem]

    Permalink
    Definition Classes
    BasicDirectives
  123. def extractClientIP: Directive1[RemoteAddress]

    Permalink
    Definition Classes
    MiscDirectives
  124. def extractCredentials: Directive1[Option[HttpCredentials]]

    Permalink
    Definition Classes
    SecurityDirectives
  125. def extractDataBytes: Directive1[Source[ByteString, Any]]

    Permalink
    Definition Classes
    BasicDirectives
  126. def extractExecutionContext: Directive1[ExecutionContextExecutor]

    Permalink
    Definition Classes
    BasicDirectives
  127. def extractHost: Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  128. def extractLog: Directive1[LoggingAdapter]

    Permalink
    Definition Classes
    BasicDirectives
  129. def extractMapTokenParam: Directive1[Option[UUID]]

    Permalink
    Definition Classes
    Authentication
  130. def extractMatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  131. def extractMaterializer: Directive1[Materializer]

    Permalink
    Definition Classes
    BasicDirectives
  132. def extractMethod: Directive1[HttpMethod]

    Permalink
    Definition Classes
    MethodDirectives
  133. def extractOfferedWsProtocols: Directive1[Seq[String]]

    Permalink
    Definition Classes
    WebSocketDirectives
  134. def extractParserSettings: Directive1[ParserSettings]

    Permalink
    Definition Classes
    BasicDirectives
  135. def extractRequest: Directive1[HttpRequest]

    Permalink
    Definition Classes
    BasicDirectives
  136. def extractRequestContext: Directive1[RequestContext]

    Permalink
    Definition Classes
    BasicDirectives
  137. def extractRequestEntity: Directive1[RequestEntity]

    Permalink
    Definition Classes
    BasicDirectives
  138. def extractRequestTimeout: Directive1[Duration]

    Permalink
    Definition Classes
    TimeoutDirectives
  139. def extractScheme: Directive1[String]

    Permalink
    Definition Classes
    SchemeDirectives
  140. def extractSettings: Directive1[RoutingSettings]

    Permalink
    Definition Classes
    BasicDirectives
  141. def extractStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  142. def extractStrictEntity(timeout: FiniteDuration): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  143. def extractTokenHeader: Directive1[Option[String]]

    Permalink
    Definition Classes
    Authentication
  144. def extractUnmatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  145. def extractUpgradeToWebSocket: Directive1[UpgradeToWebSocket]

    Permalink
    Definition Classes
    WebSocketDirectives
  146. def extractUri: Directive1[Uri]

    Permalink
    Definition Classes
    BasicDirectives
  147. def failWith(error: Throwable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  148. def fileUpload(fieldName: String): Directive1[(FileInfo, Source[ByteString, Any])]

    Permalink
    Definition Classes
    FileUploadDirectives
  149. def fileUploadAll(fieldName: String): Directive1[Seq[(FileInfo, Source[ByteString, Any])]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  150. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  151. def formField(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  152. def formFieldMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    FormFieldDirectives
  153. def formFieldMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    FormFieldDirectives
  154. def formFieldSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    FormFieldDirectives
  155. def formFields(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  156. def get: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  157. def getAnnotation(projectId: UUID, annotationId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  158. def getAnnotationGroup(projectId: UUID, agId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  159. def getAnnotationGroupSummary(projectId: UUID, annotationGroupId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  160. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  161. def getFromBrowseableDirectories(directories: String*)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  162. def getFromBrowseableDirectory(directory: String)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  163. def getFromDirectory(directoryName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  164. def getFromFile(file: File, contentType: ContentType): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  165. def getFromFile(file: File)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  166. def getFromFile(fileName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  167. def getFromResource(resourceName: String, contentType: ContentType, classLoader: ClassLoader): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  168. def getFromResource(resourceName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  169. def getFromResourceDirectory(directoryName: String, classLoader: ClassLoader)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  170. def getLayerAnnotation(projectId: UUID, annotationId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  171. def getLayerAnnotationGroup(projectId: UUID, layerId: UUID, agId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  172. def getLayerAnnotationGroupSummary(projectId: UUID, layerId: UUID, annotationGroupId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  173. def getNameOrFallback(claims: JWTClaimsSet): String

    Permalink
    Definition Classes
    Authentication
  174. def getProject(projectId: UUID): Route

    Permalink
  175. def getProjectLayer(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  176. def getProjectLayerMosaicDefinition(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  177. def getProjectLayerSceneColorCorrectParams(projectId: UUID, layerId: UUID, sceneId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  178. def getProjectLayerSceneCounts(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  179. def getProjectMosaicDefinition(projectId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Get the information which defines mosaicing behavior for each scene in a given project

  180. def getProjectSceneColorCorrectParams(projectId: UUID, sceneId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Get the color correction paramters for a project/scene pairing

  181. def getStringClaimOrBlank(claims: JWTClaimsSet, key: String): String

    Permalink
    Definition Classes
    Authentication
  182. def groupQueryParameters: Directive1[GroupQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  183. def handleExceptions(handler: ExceptionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  184. def handleRejections(handler: RejectionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  185. def handleWebSocketMessages(handler: Flow[Message, Message, Any]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  186. def handleWebSocketMessagesForOptionalProtocol(handler: Flow[Message, Message, Any], subprotocol: Option[String]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  187. def handleWebSocketMessagesForProtocol(handler: Flow[Message, Message, Any], subprotocol: String): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  188. def handleWith[A, B](f: (A) ⇒ B)(implicit um: FromRequestUnmarshaller[A], m: ToResponseMarshaller[B]): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  189. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  190. def head: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  191. def headerValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  192. def headerValueByName(headerName: String): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  193. def headerValueByName(headerName: Symbol): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  194. def headerValueByType[T](magnet: HeaderMagnet[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  195. def headerValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  196. def host(regex: Regex): Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  197. def host(predicate: (String) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    HostDirectives
  198. def host(hostNames: String*): Directive0

    Permalink
    Definition Classes
    HostDirectives
  199. val httpHost: String

    Permalink
    Definition Classes
    Config
  200. val httpPort: Int

    Permalink
    Definition Classes
    Config
  201. def ignoreTrailingSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  202. def instanceOf[T](implicit m: ToResponseMarshaller[T]): ToResponseMarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  203. val intercomAppId: String

    Permalink
    Definition Classes
    Config
  204. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  205. def kickoffAOIUpdateProject(projectId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  206. def kickoffProjectExport(exportId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  207. def kickoffSceneImport(uploadId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  208. def kickoffSceneIngest(sceneId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  209. def listAOIs(projectId: UUID): Route

    Permalink
  210. def listAnnotationGroups(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  211. def listAnnotations(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  212. def listDirectoryContents(directories: String*)(implicit renderer: DirectoryRenderer): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  213. def listLabels(projectId: UUID): Route

    Permalink
  214. def listLayerAnnotationGroups(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  215. def listLayerAnnotations(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  216. def listLayerDatasources(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  217. def listLayerLabels(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  218. def listLayerScenes(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  219. def listProjectDatasources(projectId: UUID): Route

    Permalink
  220. def listProjectLayers(projectId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  221. def listProjectPermissions(projectId: UUID): Route

    Permalink
  222. def listProjectScenes(projectId: UUID): Route

    Permalink
  223. def listProjects: Route

    Permalink
  224. def listUserProjectActions(projectId: UUID): Route

    Permalink
  225. def logRequest(magnet: LoggingMagnet[(HttpRequest) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  226. def logRequestResult(magnet: LoggingMagnet[(HttpRequest) ⇒ (RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  227. def logResult(magnet: LoggingMagnet[(RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  228. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  229. def mapInnerRoute(f: (Route) ⇒ Route): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  230. def mapRejections(f: (Seq[Rejection]) ⇒ Seq[Rejection]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  231. def mapRequest(f: (HttpRequest) ⇒ HttpRequest): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  232. def mapRequestContext(f: (RequestContext) ⇒ RequestContext): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  233. def mapResponse(f: (HttpResponse) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  234. def mapResponseEntity(f: (ResponseEntity) ⇒ ResponseEntity): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  235. def mapResponseHeaders(f: (Seq[HttpHeader]) ⇒ Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  236. def mapRouteResult(f: (RouteResult) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  237. def mapRouteResultFuture(f: (Future[RouteResult]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  238. def mapRouteResultPF(f: PartialFunction[RouteResult, RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  239. def mapRouteResultWith(f: (RouteResult) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  240. def mapRouteResultWithPF(f: PartialFunction[RouteResult, Future[RouteResult]]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  241. def mapSettings(f: (RoutingSettings) ⇒ RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  242. def mapUnmatchedPath(f: (Path) ⇒ Path): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  243. def method(httpMethod: HttpMethod): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  244. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  245. def nothingMatcher[L](implicit arg0: Tuple[L]): PathMatcher[L]

    Permalink
    Definition Classes
    PathMatchers
  246. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  248. def onComplete[T](future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  249. def onCompleteWithBreaker[T](breaker: CircuitBreaker)(future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  250. def onSuccess(magnet: OnSuccessMagnet): Directive[Out]

    Permalink
    Definition Classes
    FutureDirectives
  251. def optionalCookie(name: String): Directive1[Option[HttpCookiePair]]

    Permalink
    Definition Classes
    CookieDirectives
  252. def optionalHeaderValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  253. def optionalHeaderValueByName(headerName: String): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  254. def optionalHeaderValueByName(headerName: Symbol): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  255. def optionalHeaderValueByType[T <: HttpHeader](magnet: HeaderMagnet[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  256. def optionalHeaderValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  257. def options: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  258. def orgQueryParams: Directive1[OrgQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  259. def overrideMethodWithParameter(paramName: String): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  260. def ownerQueryParameters: Directive1[OwnerQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  261. def ownershipTypeQueryParameters: Directive1[OwnershipTypeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  262. def parameter(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  263. def parameterMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    ParameterDirectives
  264. def parameterMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    ParameterDirectives
  265. def parameterSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    ParameterDirectives
  266. def parameters(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  267. def pass: Directive0

    Permalink
    Definition Classes
    BasicDirectives
  268. def patch: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  269. def path[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  270. def pathEnd: Directive0

    Permalink
    Definition Classes
    PathDirectives
  271. def pathEndOrSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  272. def pathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  273. def pathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  274. def pathSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  275. def pathSuffix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  276. def pathSuffixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  277. def platformIdParams: Directive1[PlatformIdQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  278. def post: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  279. def processShapefile(projectId: UUID, tempFile: File, fileMetadata: FileInfo, propsO: Option[Map[String, String]] = None, projectLayerIdO: Option[UUID]): Route

    Permalink
  280. def processShapefileImport(matches: Iterator[File], prj: Iterator[File], props: Map[String, String], user: User, projectId: UUID, projectLayerIdO: Option[UUID]): Route

    Permalink
  281. def processShapefileUpload(matches: Iterator[File]): List[String]

    Permalink
  282. def projectAuthFromMapTokenO(mapTokenO: Option[UUID], projectId: UUID): Directive0

    Permalink
  283. def projectAuthFromTokenO(tokenO: Option[String], projectId: UUID, analysisId: Option[UUID] = None): Directive0

    Permalink
  284. def projectIsPublic(projectId: UUID): Directive0

    Permalink
  285. def projectQueryParameters: Directive1[ProjectQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  286. val projectRoutes: Route

    Permalink
  287. val projectSceneQueryParameters: Directive1[ProjectSceneQueryParameters]

    Permalink
  288. def provide[T](value: T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  289. def put: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  290. def rawPathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  291. def rawPathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  292. def recoverRejections(f: (Seq[Rejection]) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  293. def recoverRejectionsWith(f: (Seq[Rejection]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  294. def redirect(uri: Uri, redirectionType: Redirection): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  295. def redirectToNoTrailingSlashIfPresent(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  296. def redirectToTrailingSlashIfMissing(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  297. val region: String

    Permalink
    Definition Classes
    Config
  298. def reject(rejections: Rejection*): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  299. def reject: StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  300. def rejectEmptyResponse: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  301. def replaceProjectPermissions(projectId: UUID): Route

    Permalink
  302. def requestEncodedWith(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  303. def requestEntityEmpty: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  304. def requestEntityPresent: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  305. def respondWithDefaultHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  306. def respondWithDefaultHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  307. def respondWithDefaultHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  308. def respondWithHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  309. def respondWithHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  310. def respondWithHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  311. def responseEncodingAccepted(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  312. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  313. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  314. val rollbarClientToken: String

    Permalink
    Definition Classes
    Config
  315. val sceneQueryParameters: Directive1[CombinedSceneQueryParams]

    Permalink
    Definition Classes
    SceneQueryParameterDirective
  316. val sceneSearchModeQueryParams: Directive1[SceneSearchModeQueryParams]

    Permalink
    Definition Classes
    SceneQueryParameterDirective
  317. val sceneSpecificQueryParams: Directive1[SceneQueryParameters]

    Permalink
    Definition Classes
    SceneQueryParameterDirective
  318. def scheme(name: String): Directive0

    Permalink
    Definition Classes
    SchemeDirectives
  319. val scopedUploadRoleArn: String

    Permalink
    Definition Classes
    Config
  320. def searchParams: Directive1[SearchQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  321. def selectPreferredLanguage(first: Language, more: Language*): Directive1[Language]

    Permalink
    Definition Classes
    MiscDirectives
  322. def sendError(s: String): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  323. def sendError(e: Throwable): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  324. def separateOnSlashes(string: String): PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  325. def setCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  326. def setProjectColorMode(projectId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink
  327. def setProjectLayerColorMode(projectId: UUID, layerId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    ProjectLayerRoutes
  328. def setProjectLayerSceneColorCorrectParams(projectId: UUID, layerId: UUID, sceneId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  329. def setProjectLayerSceneOrder(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  330. def setProjectLayerScenesColorCorrectParams(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  331. def setProjectSceneColorCorrectParams(projectId: UUID, sceneId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Set color correction parameters for a project/scene pairing

  332. def setProjectSceneOrder(projectId: UUID): Route

    Permalink

    Set the manually defined z-ordering for scenes within a given project

  333. def setProjectScenesColorCorrectParams(projectId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Set color correction parameters for a list of scenes

  334. def shapeQueryParams: Directive1[ShapeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  335. def splitProjectLayer(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  336. def storeUploadedFile(fieldName: String, destFn: (FileInfo) ⇒ File): Directive[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  337. def storeUploadedFiles(fieldName: String, destFn: (FileInfo) ⇒ File): Directive1[Seq[(FileInfo, File)]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  338. def submitJobRequest(jobDefinition: String, jobQueueName: String, parameters: Map[String, String], jobName: String): Unit

    Permalink
    Definition Classes
    AWSBatch
    Annotations
    @SuppressWarnings()
  339. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  340. def tagQueryParameters: Directive1[TagQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  341. def teamQueryParameters: Directive1[TeamQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  342. def textract[L](f: (RequestContext) ⇒ L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  343. val thumbnailBucket: String

    Permalink
    Definition Classes
    Config
  344. val tileServerLocation: String

    Permalink
    Definition Classes
    Config
  345. def timestampQueryParameters: Directive1[TimestampQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  346. def toStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  347. def toStrictEntity(timeout: FiniteDuration): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  348. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  349. def tprovide[L](values: L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  350. def updateAnnotation(projectId: UUID, annotationId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  351. def updateAnnotationGroup(projectId: UUID, agId: UUID): Route

    Permalink
    Definition Classes
    ProjectAnnotationRoutes
  352. def updateLayerAnnotation(projectId: UUID, annotationId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  353. def updateLayerAnnotationGroup(projectId: UUID, layerId: UUID, agId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerAnnotationRoutes
  354. def updateProject(projectId: UUID): Route

    Permalink
  355. def updateProjectLayer(projectId: UUID, layerId: UUID): Route

    Permalink
    Definition Classes
    ProjectLayerRoutes
  356. def updateProjectScenes(projectId: UUID, layerIdO: Option[UUID] = None): Route

    Permalink
  357. def userAuditQueryParameters: Directive1[UserAuditQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  358. val userExceptionHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  359. def userQueryParameters: Directive1[UserQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  360. def validate(check: ⇒ Boolean, errorMsg: String): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  361. def verifyJWT(tokenString: String): Either[BadJWTException, (JwtToken, JWTClaimsSet)]

    Permalink
    Definition Classes
    Authentication
  362. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  365. def withExecutionContext(ec: ExecutionContextExecutor): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  366. def withLog(log: LoggingAdapter): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  367. def withMaterializer(materializer: Materializer): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  368. def withOptionalPagination: Directive1[Option[PageRequest]]

    Permalink
    Definition Classes
    PaginationDirectives
  369. def withPagination: Directive1[PageRequest]

    Permalink
    Definition Classes
    PaginationDirectives
  370. def withPrecompressedMediaTypeSupport: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  371. def withRangeSupport: Directive0

    Permalink
    Definition Classes
    RangeDirectives
  372. def withRequestTimeout(timeout: Duration, handler: Option[(HttpRequest) ⇒ HttpResponse]): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  373. def withRequestTimeout(timeout: Duration, handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  374. def withRequestTimeout(timeout: Duration): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  375. def withRequestTimeoutResponse(handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  376. def withSettings(settings: RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  377. def withSizeLimit(maxBytes: Long): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  378. def withoutRequestTimeout: Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  379. def withoutSizeLimit: Directive0

    Permalink
    Definition Classes
    MiscDirectives

Deprecated Value Members

  1. def uploadedFile(fieldName: String): Directive1[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Deprecated in favor of storeUploadedFile which allows to specify a file to store the upload in.

Inherited from ProjectLayerRoutes

Inherited from ProjectAnnotationRoutes

Inherited from UserErrorHandler

Inherited from AWSBatch

Inherited from RollbarNotifier

Inherited from CommonHandlers

Inherited from PaginationDirectives

Inherited from QueryParametersCommon

Inherited from Config

Inherited from Authentication

Inherited from LazyLogging

Inherited from Directives

Inherited from FramedEntityStreamingDirectives

Inherited from WebSocketDirectives

Inherited from SecurityDirectives

Inherited from SchemeDirectives

Inherited from RouteDirectives

Inherited from RespondWithDirectives

Inherited from RangeDirectives

Inherited from PathDirectives

Inherited from ImplicitPathMatcherConstruction

Inherited from PathMatchers

Inherited from TimeoutDirectives

Inherited from ParameterDirectives

Inherited from MiscDirectives

Inherited from MethodDirectives

Inherited from MarshallingDirectives

Inherited from HostDirectives

Inherited from HeaderDirectives

Inherited from FutureDirectives

Inherited from FormFieldDirectives

Inherited from ToNameReceptacleEnhancements

Inherited from FileUploadDirectives

Inherited from FileAndResourceDirectives

Inherited from ExecutionDirectives

Inherited from CodingDirectives

Inherited from DebuggingDirectives

Inherited from CookieDirectives

Inherited from CacheConditionDirectives

Inherited from BasicDirectives

Inherited from RouteConcatenation

Inherited from AnyRef

Inherited from Any

Ungrouped