services.mongodb

MongoDBEventService

class MongoDBEventService extends EventService

Linear Supertypes
EventService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoDBEventService
  2. EventService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoDBEventService()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addEvent(event: Event): Unit

    Adds a general event

    Adds a general event

    Definition Classes
    MongoDBEventServiceEventService
  7. def addObjectEvent(user: Option[User], object_id: UUID, object_name: String, action_type: String): Unit

    Event where user interacts with one object

    Event where user interacts with one object

    Definition Classes
    MongoDBEventServiceEventService
  8. def addSourceEvent(user: Option[User], object_id: UUID, object_name: String, source_id: UUID, source_name: String, action_type: String): Unit

    Event where the user interacts with 2 objects, etc moving a dataset to a collection

    Event where the user interacts with 2 objects, etc moving a dataset to a collection

    Definition Classes
    MongoDBEventServiceEventService
  9. def addUserEvent(user: Option[User], action_type: String): Unit

    Event where only the user is involved

    Event where only the user is involved

    Definition Classes
    MongoDBEventServiceEventService
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def getEvents(id: String, id_type: String, limit: Option[Integer]): SalatMongoCursor[Event]

    Gets all events for one UUID

    Gets all events for one UUID

    Definition Classes
    MongoDBEventServiceEventService
  17. def getEvents(followedEntities: List[TypedID], limit: Option[Integer]): List[Event]

    Gets limit number of events from users, collections, datasets, and files and compliles them into 1 list

    Gets limit number of events from users, collections, datasets, and files and compliles them into 1 list

    Definition Classes
    MongoDBEventServiceEventService
  18. def getEventsByTime(followedEntities: List[TypedID], time: Date, limit: Option[Integer]): List[Event]

    Get limit number of events which come after a specificied time

    Get limit number of events which come after a specificied time

    Definition Classes
    MongoDBEventServiceEventService
  19. def getEventsOfType(following: List[UUID], id_type: String, limit: Option[Integer]): List[Event]

    Gets all users for a specific list and specific type: object or source

    Gets all users for a specific list and specific type: object or source

    Definition Classes
    MongoDBEventServiceEventService
  20. def getLatestNEventsOfType(n: Int, event_type: Option[String]): List[Event]

    Get the latest N events

    Get the latest N events

    Definition Classes
    MongoDBEventServiceEventService
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def listEvents(): List[Event]

    Lists all the events

    Lists all the events

    Definition Classes
    MongoDBEventServiceEventService
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EventService

Inherited from AnyRef

Inherited from Any

Ungrouped