Uses of Class
com.atlassian.crowd.plugin.rest.entity.GroupEntityList
Packages that use GroupEntityList
-
Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.entity
Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupEntityListModifierConstructorDescriptionGroupMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation, GroupEntity childGroup, GroupEntityList parentGroups, GroupEntityList childGroups) UserMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation, UserEntity childUser, GroupEntityList parentGroups) -
Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return GroupEntityListModifier and TypeMethodDescriptionstatic GroupEntityListEntityTranslator.toGroupEntities(List<? extends Group> groups, URI baseURI) Translates a list of Groups to a list of GroupEntities.static GroupEntityListEntityTranslator.toMinimalGroupEntities(Collection<String> groupNames, URI baseUri) Translates a list of group names to a GroupEntityList.