class ImportMapActions extends LazyLogger
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImportMapActions
- LazyLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ImportMapActions(context: DynamicsContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit val dec1: EntityDecoder[IO, ExportMappingsImportMapResponse]
- implicit val dec2: EntityDecoder[IO, ImportMapOData]
- val delete: Action
- val download: Action
- implicit val enc: EntityEncoder[ImportMappingsImportMap]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filter(items: Traversable[ImportMapOData], filters: Seq[String]): Seq[ImportMapOData]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(command: String): Action
- def getByName(name: String): IO[Option[ImportMapOData]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getImportMapXml(importMapId: String): IO[String]
Get an import map's XML content.
- def getList(): IO[Seq[ImportMapOData]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
importImportMap(xmlContent: String): IO[ImportMapOData]
Import a map.
Import a map. Overwrites anything that already exists with the same name.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: Action
-
lazy val
logger: Logger
- Definition Classes
- LazyLogger
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
upload: Action
Upload and optionally clobber an import map.
- def uploadMultiple(files: Seq[String], noclobber: Boolean = true): IO[Unit]
-
def
uploadOne(file: String, noclobber: Boolean): IO[Unit]
Upload a single import map.
Upload a single import map. Potentially clobber it if it already exists.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )