Interface PrivilegeMappingEntity

  • All Superinterfaces:
    org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.idm.api.PrivilegeMapping, java.io.Serializable
    All Known Implementing Classes:
    PrivilegeMappingEntityImpl

    public interface PrivilegeMappingEntity
    extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.idm.api.PrivilegeMapping
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setGroupId​(java.lang.String groupId)  
      void setPrivilegeId​(java.lang.String privilegeId)  
      void setUserId​(java.lang.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
      • Methods inherited from interface org.flowable.idm.api.PrivilegeMapping

        getGroupId, getPrivilegeId, getUserId
    • Method Detail

      • setPrivilegeId

        void setPrivilegeId​(java.lang.String privilegeId)
      • setUserId

        void setUserId​(java.lang.String userId)
      • setGroupId

        void setGroupId​(java.lang.String groupId)