Package com.flowable.core.idm.api
Interface UserDefinition
-
- All Known Subinterfaces:
UserDefinitionEntity
- All Known Implementing Classes:
UserDefinitionEntityImpl
public interface UserDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getCandidateGroupIds()
Set<String>
getCandidateUserIds()
Date
getCreationTime()
String
getCreatorId()
String
getId()
String
getKey()
String
getName()
String
getTenantId()
String
getUpdaterId()
Date
getUpdateTime()
-