Object/Trait

com.gu.flexiblecontent.model.thrift

Identifiers

Related Docs: trait Identifiers | package thrift

Permalink

object Identifiers extends ValidatingThriftStructCodec3[Identifiers] with Serializable

This struct represents the bundle of identifiers that content can be looked up by.

Linear Supertypes
Serializable, Serializable, ValidatingThriftStructCodec3[Identifiers], ThriftStructCodec3[Identifiers], ThriftStructCodec[Identifiers], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Identifiers
  2. Serializable
  3. Serializable
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Identifiers

    Permalink

    The default read-only implementation of Identifiers.

    The default read-only implementation of Identifiers. You typically should not need to directly reference this class; instead, use the Identifiers.apply method to construct new instances.

  2. trait Proxy extends Identifiers

    Permalink

    This Proxy trait allows you to extend the Identifiers trait with additional state or behavior and implement the read-only methods from Identifiers using an underlying instance.

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 FingerpostIdField: TField

    Permalink
  5. val FingerpostIdFieldManifest: Manifest[String]

    Permalink
  6. val FirstPublishedPathField: TField

    Permalink
  7. val FirstPublishedPathFieldManifest: Manifest[String]

    Permalink
  8. object Immutable extends ThriftStructCodec3[Identifiers] with Serializable

    Permalink
  9. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  10. val PageIdField: TField

    Permalink
  11. val PageIdFieldManifest: Manifest[Long]

    Permalink
  12. val PathField: TField

    Permalink
  13. val PathFieldManifest: Manifest[String]

    Permalink
  14. val ShortPathField: TField

    Permalink
  15. val ShortPathFieldManifest: Manifest[String]

    Permalink
  16. val StoryBundleIdField: TField

    Permalink
  17. val StoryBundleIdFieldManifest: Manifest[String]

    Permalink
  18. val Struct: TStruct

    Permalink
  19. val VidispineIdField: TField

    Permalink
  20. val VidispineIdFieldManifest: Manifest[String]

    Permalink
  21. def apply(path: String, pageId: Long, storyBundleId: Option[String] = _root_.scala.None, fingerpostId: Option[String] = _root_.scala.None, shortPath: Option[String] = _root_.scala.None, vidispineId: Option[String] = _root_.scala.None, firstPublishedPath: Option[String] = _root_.scala.None): Identifiers

    Permalink
  22. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  24. def decode(_iprot: TProtocol): Identifiers

    Permalink
    Definition Classes
    Identifiers → ThriftStructCodec
  25. def encode(_item: Identifiers, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    Identifiers → ThriftStructCodec
  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. lazy val metaData: ThriftStructMetaData[Identifiers]

    Permalink
    Definition Classes
    ThriftStructCodec
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  36. lazy val structAnnotations: Map[String, String]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  40. def unapply(_item: Identifiers): Option[(String, Long, Option[String], Option[String], Option[String], Option[String], Option[String])]

    Permalink
  41. def validate(_item: Identifiers): Unit

    Permalink

    Checks that all required fields are non-null.

  42. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  43. def validateNewInstance(item: Identifiers): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Identifiers → ValidatingThriftStructCodec3
  44. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withoutPassthroughFields(original: Identifiers): Identifiers

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from ValidatingThriftStructCodec3[Identifiers]

Inherited from ThriftStructCodec3[Identifiers]

Inherited from ThriftStructCodec[Identifiers]

Inherited from AnyRef

Inherited from Any

Ungrouped