TransformFileInfo

uk.gov.nationalarchives.dp.client.FileInfo.TransformFileInfo
case class TransformFileInfo(name: String, from: String, to: String, purpose: String, originalName: String, xmlData: String) extends FileInfo

Represents a Preservica transform.

Value parameters

from

What you are transforming from.

name

The name of the transform.

originalName

The original name of the transformation.

purpose

The purpose of the transformation.

to

What you are transforming to.

xmlData

The XML of the transform.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FileInfo
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toQueryParams: Map[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product