Interface PersistentWorkItem

  • All Superinterfaces:
    Transformable

    public interface PersistentWorkItem
    extends Transformable
    Basic interface so that persisteces can avoid depending on the JPA implementation of a work item.
    • Method Detail

      • getId

        Long getId()
      • setId

        void setId​(Long id)
      • getProcessInstanceId

        long getProcessInstanceId()