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
- implicit val dec1: EntityDecoder[IO, ExportMappingsImportMapResponse]
- implicit val dec2: EntityDecoder[IO, ImportMapOData]
- val delete: Action
- val download: Action
- implicit val enc: EntityEncoder[ImportMappingsImportMap]
- def filter(items: Traversable[ImportMapOData], filters: Seq[String]): Seq[ImportMapOData]
- def get(command: String): Action
- def getByName(name: String): IO[Option[ImportMapOData]]
-
def
getImportMapXml(importMapId: String): IO[String]
Get an import map's XML content.
- def getList(): IO[Seq[ImportMapOData]]
-
def
importImportMap(xmlContent: String): IO[ImportMapOData]
Import a map.
Import a map. Overwrites anything that already exists with the same name.
- val list: Action
-
lazy val
logger: Logger
- Definition Classes
- LazyLogger
-
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.