class VersionedDocumentManager extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VersionedDocumentManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
documents: Map[String, ListBuffer[VersionedDocument]]
Stores a mapping from document uri to a sorted list of versioned documents.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getLatestDocument(uri: String): Option[VersionedDocument]
-
def
getLatestDocumentVersion(uri: String): Option[Int]
Gets latest version of the document by uri, or null if unknown
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: ILogger
- val maxStoredVersions: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
registerChangedDocument(proposal: IChangedDocument): Option[IChangedDocument]
Registers changed client document.
Registers changed client document. Returns null if such a document is already registered, or the newly registered document in common format.
-
def
registerOpenedDocument(proposal: IOpenedDocument): Option[IOpenedDocument]
Registers opened client document.
Registers opened client document. Returns null if such a document is already registered, or the newly registered document in common format.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unregisterDocument(uri: String): Unit
Unregisters all document versions by uri.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )