Package com.flowable.core.idm.api
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()
-
Method Details
-
getKey
java.lang.String getKey() -
getTenantId
java.lang.String getTenantId()
-