Interface UserDefinition

All Known Subinterfaces:
UserDefinitionEntity
All Known Implementing Classes:
UserDefinitionEntityImpl

public interface UserDefinition
  • Method Details

    • getId

      String getId()
    • getName

      String getName()
    • getKey

      String getKey()
    • getTenantId

      String getTenantId()
    • getCreationTime

      Date getCreationTime()
    • getCreatorId

      String getCreatorId()
    • getUpdateTime

      Date getUpdateTime()
    • getUpdaterId

      String getUpdaterId()
    • getCandidateUserIds

      Set<String> getCandidateUserIds()
    • getCandidateGroupIds

      Set<String> getCandidateGroupIds()