case class Workspace(layers: Seq[NamespaceLayer], projectConfig: Option[ProjectConfig] = None) extends Product with Serializable
Metadata workspace, maintains information on available metadata within a project/package.
Duplicate detection is based on the relevant MetadataDocumentType(s) being able to generate an accurate TypeName for the metadata. Where multiple metadata items may contribute to a type, e.g. labels, make sure that duplicatesAllowed is set which will bypass the duplicate detection. Duplicates are reported as errors and then ignored.
During an upsert/deletion of new types the index will also need to be updated so that it maintains an accurate view of the metadata files being used.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Workspace
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Workspace(layers: Seq[NamespaceLayer], projectConfig: Option[ProjectConfig] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def deployOrderedIndexes: Iterator[IssuesAnd[DocumentIndex]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def events: Iterator[PackageEvent]
- def get(typeName: TypeName): Set[MetadataDocument]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val indexes: Map[ModuleLayer, IssuesAnd[DocumentIndex]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layers: Seq[NamespaceLayer]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projectConfig: Option[ProjectConfig]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated