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 GroupEntityDbIdentityServiceProvider. createNewGroup(java.lang.String groupId)GroupEntityDbReadOnlyIdentityServiceProvider. findGroupById(java.lang.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 GroupEntityMembershipEntity. groupprotected GroupEntityTenantMembershipEntity. groupMethods in org.camunda.bpm.engine.impl.persistence.entity that return GroupEntity Modifier and Type Method Description GroupEntityMembershipEntity. getGroup()GroupEntityTenantMembershipEntity. getGroup()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type GroupEntity Modifier and Type Method Description voidMembershipEntity. setGroup(GroupEntity group)voidTenantMembershipEntity. 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 classLdapGroupEntityMethods in org.camunda.bpm.identity.impl.ldap that return GroupEntity Modifier and Type Method Description protected GroupEntityLdapIdentityProviderSession. transformGroup(javax.naming.directory.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 voidLdapPluginLogger. invalidLdapGroupReturned(GroupEntity group, javax.naming.directory.SearchResult searchResult)
-