Interface PlatformGroup

All Superinterfaces:
org.flowable.idm.api.Group, java.io.Serializable
All Known Subinterfaces:
PlatformGroupEntity
All Known Implementing Classes:
BasicPlatformGroup, LdapPlatformGroup, PlatformGroupEntityImpl

public interface PlatformGroup
extends org.flowable.idm.api.Group
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getKey()  
    java.lang.String getTenantId()  

    Methods inherited from interface org.flowable.idm.api.Group

    getId, getName, getType, setId, setName, setType
  • Method Details