Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
-
-
Uses of GroupEntity in org.camunda.bpm.engine.impl.identity.db
Methods in org.camunda.bpm.engine.impl.identity.db that return GroupEntity Modifier and Type Method Description GroupEntity
DbIdentityServiceProvider. createNewGroup(String groupId)
GroupEntity
DbReadOnlyIdentityServiceProvider. findGroupById(String groupId)
-
Uses of GroupEntity in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as GroupEntity Modifier and Type Field Description protected GroupEntity
MembershipEntity. group
protected GroupEntity
TenantMembershipEntity. group
Methods in org.camunda.bpm.engine.impl.persistence.entity that return GroupEntity Modifier and Type Method Description GroupEntity
MembershipEntity. getGroup()
GroupEntity
TenantMembershipEntity. getGroup()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type GroupEntity Modifier and Type Method Description void
MembershipEntity. setGroup(GroupEntity group)
void
TenantMembershipEntity. setGroup(GroupEntity group)
-
Uses of GroupEntity in org.camunda.bpm.identity.impl.ldap
Subclasses of GroupEntity in org.camunda.bpm.identity.impl.ldap Modifier and Type Class Description class
LdapGroupEntity
Methods in org.camunda.bpm.identity.impl.ldap that return GroupEntity Modifier and Type Method Description protected GroupEntity
LdapIdentityProviderSession. transformGroup(SearchResult result)
-
Uses of GroupEntity in org.camunda.bpm.identity.impl.ldap.util
Methods in org.camunda.bpm.identity.impl.ldap.util with parameters of type GroupEntity Modifier and Type Method Description void
LdapPluginLogger. invalidLdapGroupReturned(GroupEntity group, SearchResult searchResult)
-