Package com.flowable.core.idm.api
Interface UserAccountDefinition
-
- All Known Subinterfaces:
UserAccountDefinitionEntity
- All Known Implementing Classes:
UserAccountDefinitionEntityImpl
public interface UserAccountDefinition
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getCreationTime()
String
getCreatorId()
String
getId()
String
getKey()
String
getName()
String
getTenantId()
String
getUpdaterId()
Date
getUpdateTime()
-