object CiteCollectionRepository extends Serializable

Factory for creating CiteCollectionRepository from a CEX source.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteCollectionRepository
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(cexSource: String, delimiter: String = "#", delimiter2: String = ","): CiteCollectionRepository

    Creates CITE Collection data from a CEX source.

    Creates CITE Collection data from a CEX source.

    cexSource

    Text in CEX format. Note that there must be one citedata block per collection and at least one citecollections and citeproperties block that may contain catalog data for any number of collections.

    delimiter

    String defining structural units of delimited text content.

    delimiter2

    Secondary delimiter used within controlled vocabulary lists, if any.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def lcLabel(collectionDef: CiteCollectionDef): String

    Find lowercase version of the name of the labelling property in a CITE Collection's definition.

    Find lowercase version of the name of the labelling property in a CITE Collection's definition.

    collectionDef

    Definition of the collection's structure.

  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def objectMatchesCatalog(citeObj: CiteObject, collectionDef: CiteCollectionDef): Boolean

    True if the given CiteObject validates against the collection's definition.

    True if the given CiteObject validates against the collection's definition. In actuality, won't ever return false, but will throw an Exception if requirements checked by assert statements are violated, otherwise returns true.

    citeObj

    Citable object to evaluate.

    collectionDef

    Collection definition to use in evaulating object.

  17. def propertiesForMappedText(dataMap: Map[String, String], collectionDef: CiteCollectionDef): Vector[CitePropertyValue]

    Create CiteCollectionData from maps of property names to serialized data strings.

    Create CiteCollectionData from maps of property names to serialized data strings.

    dataMap

    Vector of maps with each vector representing one CITE object, and each mapping representing a mapping of property name to string value for that property.

    collectionDef

    CiteCollectionDef for this collection.

  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def typesMatch(propertyVal: Any, expected: CitePropertyType, vocabList: Vector[String]): Boolean

    True if a given value is an appropriate type and value for the specified CitePropertyType.

    True if a given value is an appropriate type and value for the specified CitePropertyType.

    propertyVal

    Value to test.

    expected

    CitePropertyType the value must validate against.

    vocabList

    Vector of controlled vocabulary items if relevant, or an empty vector otherwise.

  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped