Packages

package attachments

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. attachments
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package resources

Type Members

  1. type AttachmentCache = Has[Service]
  2. case class AttachmentEntry(reftable: String, refcolumn: String) extends Product with Serializable
  3. case class AttachmentList(attachments: List[AttachmentEntry]) extends Product with Serializable
  4. case class AttachmentResult(table: String, colname: String, count: Long, keys: Option[List[Long]]) extends Product with Serializable
  5. type Attachments = Has[Service]

Value Members

  1. object AttachmentCache
  2. object AttachmentList extends Serializable
  3. object AttachmentResult extends Serializable
  4. object Attachments

Inherited from AnyRef

Inherited from Any

Ungrouped