Trait

com.gu.flexiblecontent.model.thrift.Identifiers

Proxy

Related Doc: package Identifiers

Permalink

trait Proxy extends Identifiers

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.

Linear Supertypes
Identifiers, Serializable, ValidatingThriftStruct[Identifiers], HasThriftStructCodec3[Identifiers], Product7[String, Long, Option[String], Option[String], Option[String], Option[String], Option[String]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. Identifiers
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product7
  7. Product
  8. Equals
  9. ThriftStruct
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_Identifiers: Identifiers

    Permalink
    Attributes
    protected

Concrete 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. def _1: String

    Permalink
    Definition Classes
    Identifiers → Product7
  5. def _2: Long

    Permalink
    Definition Classes
    Identifiers → Product7
  6. def _3: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  7. def _4: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  8. def _5: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  9. def _6: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  10. def _7: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  11. def _codec: ValidatingThriftStructCodec3[Identifiers]

    Permalink
    Definition Classes
    Identifiers → ValidatingThriftStruct → HasThriftStructCodec3
  12. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyIdentifiers
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Identifiers → Equals
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def copy(path: String = this.path, pageId: Long = this.pageId, storyBundleId: Option[String] = this.storyBundleId, fingerpostId: Option[String] = this.fingerpostId, shortPath: Option[String] = this.shortPath, vidispineId: Option[String] = this.vidispineId, firstPublishedPath: Option[String] = this.firstPublishedPath, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Identifiers

    Permalink
    Definition Classes
    Identifiers
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Identifiers → Equals → AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fingerpostId: Option[String]

    Permalink

    The id for that represents this content in the fingerpost wires system This is only set if the content has been sent from wires

    The id for that represents this content in the fingerpost wires system This is only set if the content has been sent from wires

    Definition Classes
    ProxyIdentifiers
  21. def firstPublishedPath: Option[String]

    Permalink
    Definition Classes
    ProxyIdentifiers
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    Identifiers
  24. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    Identifiers
  25. def hashCode(): Int

    Permalink
    Definition Classes
    Identifiers → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def pageId: Long

    Permalink

    The page id of the content page that hosts this content

    The page id of the content page that hosts this content

    Definition Classes
    ProxyIdentifiers
  31. def path: String

    Permalink

    the url path the content lives on

    the url path the content lives on

    Definition Classes
    ProxyIdentifiers
  32. def productArity: Int

    Permalink
    Definition Classes
    Identifiers → Product7 → Product
  33. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Identifiers → Product7 → Product
  34. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  35. def productPrefix: String

    Permalink
    Definition Classes
    Identifiers → Product
  36. def setField(_blob: TFieldBlob): Identifiers

    Permalink

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    Identifiers
  37. def shortPath: Option[String]

    Permalink

    The short path for this content, derived from the page id

    The short path for this content, derived from the page id

    Definition Classes
    ProxyIdentifiers
  38. def storyBundleId: Option[String]

    Permalink

    The story bundle id for that represents this content in incopy This is only set if the content has been sent to or from incopy

    The story bundle id for that represents this content in incopy This is only set if the content has been sent to or from incopy

    Definition Classes
    ProxyIdentifiers
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Identifiers → AnyRef → Any
  41. def toTuple: (String, Long, Option[String], Option[String], Option[String], Option[String], Option[String])

    Permalink
    Definition Classes
    Identifiers
  42. def unsetField(_fieldId: Short): Identifiers

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    Identifiers
  43. def unsetFingerpostId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  44. def unsetFirstPublishedPath: Identifiers

    Permalink
    Definition Classes
    Identifiers
  45. def unsetPageId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  46. def unsetPath: Identifiers

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    Identifiers
  47. def unsetShortPath: Identifiers

    Permalink
    Definition Classes
    Identifiers
  48. def unsetStoryBundleId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  49. def unsetVidispineId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  50. def vidispineId: Option[String]

    Permalink
    Definition Classes
    ProxyIdentifiers
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    Identifiers → ThriftStruct

Inherited from Identifiers

Inherited from Serializable

Inherited from ValidatingThriftStruct[Identifiers]

Inherited from HasThriftStructCodec3[Identifiers]

Inherited from Product7[String, Long, Option[String], Option[String], Option[String], Option[String], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped