datomisca

Excise

Related Doc: package datomisca

object Excise

Source
excision.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Excise
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def attribute(attr: Keyword): ExciseAttr

  6. def attribute(attr: Keyword, excisionId: TempId): ExciseAttr

    WARNING: this removes ALL values of this attribute Creates operations to excise all attributes restricting to datoms created before a transaction

    WARNING: this removes ALL values of this attribute Creates operations to excise all attributes restricting to datoms created before a transaction

    excisionId

    the temporary ID of the excision entity

  7. def attribute(attr: Keyword, before: Long): ExciseAttr

  8. def attribute(attr: Keyword, excisionId: TempId, before: Long): ExciseAttr

    Create operations to excise all attributes restricting to datoms created before a transaction

    Create operations to excise all attributes restricting to datoms created before a transaction

    excisionId

    the temporary ID of the excision entity

    before

    the transaction before which datoms excision is limited

  9. def attribute(attr: Keyword, before: Date): ExciseAttr

  10. def attribute(attr: Keyword, excisionId: TempId, before: Date): ExciseAttr

    Create operations to excise all attributes restricting to datoms created before a date

    Create operations to excise all attributes restricting to datoms created before a date

    excisionId

    the temporary ID of the excision entity

    before

    the instant before which datoms excision is limited

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def entity[T](id: T, before: Date)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

  13. def entity[T](id: T, excisionId: TempId, before: Date)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

    Create operations to excise entity restricting excision to datoms created before a date

    Create operations to excise entity restricting excision to datoms created before a date

    id

    the targeted DId which can be a Long or a LookupRef

    excisionId

    the temporary ID of the excision entity

    before

    the instant before which datoms excision is limited

  14. def entity[T](id: T, before: Long)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

  15. def entity[T](id: T, excisionId: TempId, before: Long)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

    Create operations to excise entity restricting excision to datoms created before a tx

    Create operations to excise entity restricting excision to datoms created before a tx

    id

    the targeted DId which can be a Long or a LookupRef

    excisionId

    the temporary ID of the excision entity

    before

    the transaction id before which datoms excision is limited

  16. def entity[T](id: T)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

  17. def entity[T](id: T, excisionId: TempId)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

    Create operations to excise a full entity

    Create operations to excise a full entity

    id

    the targeted DId which must can be a Long or a LookupRef

    excisionId

    the temporary ID of the excision entity

  18. def entity[T](id: T, attr: Keyword, attrs: Keyword*)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

  19. def entity[T](id: T, excisionId: TempId, attr: Keyword, attrs: Keyword*)(implicit ev: AsPermanentEntityId[T]): ExciseEntity

    Create operations to excise partialy an entity

    Create operations to excise partialy an entity

    id

    the targeted DId which can be a Long or a LookupRef

    excisionId

    the temporary ID of the excision entity

    attr

    attribute to excised from entity (partial excision)

  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped