Package com.flowable.core.idm.api
Interface PlatformIdentityInfo
-
- All Known Subinterfaces:
PlatformIdentityInfoEntity
- All Known Implementing Classes:
BasicPlatformIdentityInfo
,PlatformIdentityInfoEntityImpl
public interface PlatformIdentityInfo
- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGroupId()
String
getId()
String
getName()
String
getTenantId()
String
getTypeName()
Date
getUpdateTime()
String
getUserId()
Object
getValue()
-