Interface ProcessInstanceSnapshot.Condition<T>

Enclosing class:
ProcessInstanceSnapshot

protected static interface ProcessInstanceSnapshot.Condition<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(T condition)
     
  • Method Details

    • matches

      boolean matches(T condition)