Interface MembershipEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
All Known Implementing Classes:
MembershipEntityImpl

public interface MembershipEntity extends org.flowable.common.engine.impl.persistence.entity.Entity
Author:
Tom Baeyens, Joram Barrez
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setGroupId(String groupId)
     
    void
    setUserId(String userId)
     

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
  • Method Details

    • getUserId

      String getUserId()
    • setUserId

      void setUserId(String userId)
    • getGroupId

      String getGroupId()
    • setGroupId

      void setGroupId(String groupId)