Class

lspace.client.session.LDNotification

SessionRevoked

Related Doc: package LDNotification

Permalink

case class SessionRevoked(message: String, node: Node) extends LDNotification with Product with Serializable

message

reason

Linear Supertypes
Serializable, Serializable, Product, Equals, LDNotification, WrappedNode, WrappedResource[Node], Node, Resource[Node], IriResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionRevoked
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LDNotification
  7. WrappedNode
  8. WrappedResource
  9. Node
  10. Resource
  11. IriResource
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SessionRevoked(message: String, node: Node)

    Permalink

    message

    reason

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def -*-(key: Property): PartialOutEdge[Node]

    Permalink
    Definition Classes
    Resource
  4. def ---(f: (default.type) ⇒ Property): PartialOutEdge[Node]

    Permalink
    Definition Classes
    Resource
  5. def ---(key: Property): PartialOutEdge[Node]

    Permalink
    Definition Classes
    Resource
  6. def ---(key: String): PartialOutEdge[Node]

    Permalink
    Definition Classes
    Resource
  7. def -|-(key: Property): PartialOutEdge[Node]

    Permalink
    Definition Classes
    Resource
  8. def <--(key: Property): PartialInEdge[Node]

    Permalink
    Definition Classes
    Resource
  9. def <--(key: String): PartialInEdge[Node]

    Permalink
    Definition Classes
    Resource
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def @id: String

    Permalink
    Definition Classes
    Resource
  12. def @ids: Set[String]

    Permalink
    Definition Classes
    Resource
  13. def @type: List[ClassType[_]]

    Permalink
    Definition Classes
    Resource
  14. def _addLabel(ontology: Ontology): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Node
  15. def _remove(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedResource
  16. def addBoth[V, R[T] <: Resource[T]](key: Property, value: R[V]): (Edge[Node, V], Edge[V, Node])

    Permalink
    Definition Classes
    Resource
  17. def addIn[V <: ClassType[_]](key: Property, value: V): Edge[Node, Node]

    Permalink
    Definition Classes
    Resource
  18. def addIn[V, R[Z] <: ClassType[Z]](key: Property, dt: R[V], value: V)(implicit ev1: <:!<[V, ClassType[_]]): Edge[V, Node]

    Permalink
    Definition Classes
    Resource
  19. def addIn[V, V0, VT0 <: ClassType[_]](key: Property, value: V)(implicit ev1: <:!<[V, ClassType[_]], ct: Aux[V, V0, VT0]): Edge[V0, Node]

    Permalink
    Definition Classes
    Resource
  20. def addIn[V <: ClassType[_]](key: String, value: V): Edge[Node, Node]

    Permalink
    Definition Classes
    Resource
  21. def addIn[V, V0, VT0 <: ClassType[_]](key: String, value: V)(implicit ev1: <:!<[V, ClassType[_]], dt: Aux[V, V0, VT0]): Edge[V0, Node]

    Permalink
    Definition Classes
    Resource
  22. def addLabel(classType: Ontology): Unit

    Permalink
    Definition Classes
    WrappedNode → Node
  23. def addOut[V](key: TypedProperty[V], value: V): Edge[Node, V]

    Permalink
    Definition Classes
    Resource
  24. def addOut[V <: ClassType[_]](key: Property, value: V): Edge[Node, Node]

    Permalink
    Definition Classes
    Resource
  25. def addOut[V, R[Z] <: ClassType[Z]](key: Property, dt: R[V], value: V)(implicit ev1: <:!<[V, ClassType[_]]): Edge[Node, V]

    Permalink
    Definition Classes
    Resource
  26. def addOut[V, V0, VT0 <: ClassType[_]](key: Property, value: V)(implicit ev1: <:!<[V, ClassType[_]], ct: Aux[V, V0, VT0]): Edge[Node, V0]

    Permalink
    Definition Classes
    Resource
  27. def addOut[V <: ClassType[_]](key: String, value: V): Edge[Node, Node]

    Permalink
    Definition Classes
    Resource
  28. def addOut[V, V0, VT0 <: ClassType[_]](key: String, value: V)(implicit ev1: <:!<[V, ClassType[_]], dt: Aux[V, V0, VT0]): Edge[Node, V0]

    Permalink
    Definition Classes
    Resource
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    Node → Resource → IriResource → AnyRef → Any
  33. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. val graph: Graph

    Permalink
    Definition Classes
    WrappedResource → Resource
  36. def hasLabel[L](label: ClassType[L]*): Option[Resource[L]]

    Permalink
    Definition Classes
    Resource
  37. lazy val hashCode: Int

    Permalink
    Definition Classes
    WrappedResource → Resource → AnyRef → Any
  38. def id: Long

    Permalink
    Definition Classes
    WrappedResource → Resource
  39. def in(key: Property*): List[Any]

    Permalink
    Definition Classes
    WrappedResource → Resource
  40. def in(key: String, keys: String*): List[Any]

    Permalink
    Definition Classes
    Resource
  41. def inE(key: Property*): List[Edge[Any, Node]]

    Permalink
    Definition Classes
    WrappedResource → Resource
  42. def inE(key: String, keys: String*): List[Edge[Any, Node]]

    Permalink
    Definition Classes
    Resource
  43. def inEMap(key: Property*): Map[Property, List[Edge[Any, Node]]]

    Permalink
    Definition Classes
    WrappedResource → Resource
  44. def inEMap(key: String, keys: String*): Map[Property, List[Edge[Any, Node]]]

    Permalink
    Definition Classes
    Resource
  45. def inMap(key: Property*): Map[Property, List[Any]]

    Permalink
    Definition Classes
    WrappedResource → Resource
  46. def inMap(key: String, keys: String*): Map[Property, List[Any]]

    Permalink
    Definition Classes
    Resource
  47. def iri: String

    Permalink
    Definition Classes
    WrappedResource → Resource → IriResource
  48. def iris: Set[String]

    Permalink
    Definition Classes
    WrappedResource → Resource
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. def labels: List[Ontology]

    Permalink
    Definition Classes
    WrappedNode → Node → Resource
  51. var memento: Long

    Permalink
    Definition Classes
    Resource
  52. val message: String

    Permalink

    reason

  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. val node: Node

    Permalink
  55. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  57. def out(key: Property*): List[Any]

    Permalink
    Definition Classes
    WrappedResource → Resource
  58. def out[V](key: TypedProperty[V], keys: TypedProperty[V]*): List[V]

    Permalink
    Definition Classes
    Resource
  59. def out(key: String, keys: String*): List[Any]

    Permalink
    Definition Classes
    Resource
  60. def outE(key: Property*): List[Edge[Node, Any]]

    Permalink
    Definition Classes
    WrappedResource → Resource
  61. def outE[V](key: TypedProperty[V], keys: TypedProperty[V]*): List[Edge[Node, V]]

    Permalink
    Definition Classes
    Resource
  62. def outE(key: String, keys: String*): List[Edge[Node, Any]]

    Permalink
    Definition Classes
    Resource
  63. def outEMap(key: Property*): Map[Property, List[Edge[Node, Any]]]

    Permalink
    Definition Classes
    WrappedResource → Resource
  64. def outEMap(key: String, keys: String*): Map[Property, List[Edge[Node, Any]]]

    Permalink
    Definition Classes
    Resource
  65. def outMap(key: Property*): Map[Property, List[Any]]

    Permalink
    Definition Classes
    WrappedResource → Resource
  66. def outMap(key: String, keys: String*): Map[Property, List[Any]]

    Permalink
    Definition Classes
    Resource
  67. def prettyPrint: String

    Permalink
    Definition Classes
    Node → Resource
  68. def remove(): Unit

    Permalink
    Definition Classes
    WrappedResource → Resource
  69. def removeIn(key: Property): Unit

    Permalink
    Definition Classes
    WrappedResource → Resource
  70. def removeIn[V >: Node](edge: Edge[_, V]): Unit

    Permalink
    Definition Classes
    WrappedResource → Resource
  71. def removeLabel(classType: Ontology): Unit

    Permalink
    Definition Classes
    WrappedNode → Node
  72. def removeOut(key: Property): Unit

    Permalink
    Definition Classes
    WrappedResource → Resource
  73. def removeOut[V >: Node](edge: Edge[V, _]): Unit

    Permalink
    Definition Classes
    WrappedResource → Resource
  74. def sameResource(resource: Resource[_]): Boolean

    Permalink
    Definition Classes
    Resource
  75. val self: Node

    Permalink
    Definition Classes
    WrappedNode → Resource
  76. var status: CacheStatus

    Permalink
    Definition Classes
    Resource
  77. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  78. val value: Node

    Permalink
    Definition Classes
    WrappedNode → Node → Resource
  79. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LDNotification

Inherited from WrappedNode

Inherited from WrappedResource[Node]

Inherited from Node

Inherited from Resource[Node]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped