Class

com.ing.baker.java_api

EventList

Related Doc: package java_api

Permalink

class EventList extends AbstractList[AnyRef]

Java API class wrapping a sequence of events for a process instance.

Linear Supertypes
AbstractList[AnyRef], List[AnyRef], AbstractCollection[AnyRef], Collection[AnyRef], Iterable[AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventList
  2. AbstractList
  3. List
  4. AbstractCollection
  5. Collection
  6. Iterable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventList(events: List[AnyRef])

    Permalink
  2. new EventList()

    Permalink
  3. new EventList(events: Seq[Any])

    Permalink

    events

    The event sequence.

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(arg0: Int, arg1: AnyRef): Unit

    Permalink
    Definition Classes
    AbstractList → List
  5. def add(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AbstractList → List → AbstractCollection → Collection
  6. def addAll(arg0: Int, arg1: Collection[_ <: AnyRef]): Boolean

    Permalink
    Definition Classes
    AbstractList → List
  7. def addAll(arg0: Collection[_ <: AnyRef]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    AbstractList → List → AbstractCollection → Collection
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def contains(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  12. def containsAll(arg0: Collection[_]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AbstractList → List → Collection → AnyRef → Any
  15. def eventClassList: List[Class[_]]

    Permalink

    Returns a list of the event classes.

    Returns a list of the event classes.

    returns

    A list of event classes.

  16. def eventCount(clazz: Class[_]): Int

    Permalink

    Returns the number of times an event occurred.

    Returns the number of times an event occurred.

    clazz

    The event class.

    returns

    The number of times an event occurred.

  17. def eventOccurred(clazz: Class[_]): Boolean

    Permalink

    Returns whether an event occurred or not.

    Returns whether an event occurred or not.

    clazz

    The event class.

  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def forEach(arg0: Consumer[_ >: AnyRef]): Unit

    Permalink
    Definition Classes
    Iterable
  20. def get(index: Int): AnyRef

    Permalink
    Definition Classes
    EventList → AbstractList → List
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AbstractList → List → Collection → AnyRef → Any
  23. def indexOf(arg0: Any): Int

    Permalink
    Definition Classes
    AbstractList → List
  24. def isEmpty(): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def iterator(): Iterator[AnyRef]

    Permalink
    Definition Classes
    AbstractList → List → AbstractCollection → Collection → Iterable
  27. def lastIndexOf(arg0: Any): Int

    Permalink
    Definition Classes
    AbstractList → List
  28. def listIterator(arg0: Int): ListIterator[AnyRef]

    Permalink
    Definition Classes
    AbstractList → List
  29. def listIterator(): ListIterator[AnyRef]

    Permalink
    Definition Classes
    AbstractList → List
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def parallelStream(): Stream[AnyRef]

    Permalink
    Definition Classes
    Collection
  34. def remove(arg0: Int): AnyRef

    Permalink
    Definition Classes
    AbstractList → List
  35. def remove(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  36. def removeAll(arg0: Collection[_]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  37. def removeIf(arg0: Predicate[_ >: AnyRef]): Boolean

    Permalink
    Definition Classes
    Collection
  38. def removeRange(arg0: Int, arg1: Int): Unit

    Permalink
    Attributes
    protected[java.util]
    Definition Classes
    AbstractList
  39. def replaceAll(arg0: UnaryOperator[AnyRef]): Unit

    Permalink
    Definition Classes
    List
  40. def retainAll(arg0: Collection[_]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  41. def set(arg0: Int, arg1: AnyRef): AnyRef

    Permalink
    Definition Classes
    AbstractList → List
  42. def size(): Int

    Permalink
    Definition Classes
    EventList → List → AbstractCollection → Collection
  43. def sort(arg0: Comparator[_ >: AnyRef]): Unit

    Permalink
    Definition Classes
    List
  44. def spliterator(): Spliterator[AnyRef]

    Permalink
    Definition Classes
    List → Collection → Iterable
  45. def stream(): Stream[AnyRef]

    Permalink
    Definition Classes
    Collection
  46. def subList(arg0: Int, arg1: Int): List[AnyRef]

    Permalink
    Definition Classes
    AbstractList → List
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toArray[T](arg0: Array[T]): Array[T]

    Permalink
    Definition Classes
    AbstractCollection → Collection
  49. def toArray(): Array[AnyRef]

    Permalink
    Definition Classes
    AbstractCollection → Collection
  50. def toString(): String

    Permalink
    Definition Classes
    AbstractCollection → AnyRef → Any
  51. final def wait(): Unit

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

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

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

Inherited from AbstractList[AnyRef]

Inherited from List[AnyRef]

Inherited from AbstractCollection[AnyRef]

Inherited from Collection[AnyRef]

Inherited from Iterable[AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped