Uses of Class
com.atlassian.crowd.plugin.rest.entity.GroupEntity
Packages that use GroupEntity
-
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return GroupEntityModifier and TypeMethodDescriptionGroupEntityExpander.expand(com.atlassian.plugins.rest.api.expand.ExpandContext<GroupEntity> context, com.atlassian.plugins.rest.api.expand.resolver.EntityExpanderResolver expanderResolver, com.atlassian.plugins.rest.api.expand.EntityCrawler entityCrawler) GroupEntityList.get(int index) static GroupEntityGroupEntity.newMinimalGroupEntity(String name, String applicationName, URI baseURI) Creates aGroupEntitywith the minimal amount of information required.Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type GroupEntityMethod parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type GroupEntityModifier and TypeMethodDescriptionGroupEntityExpander.expand(com.atlassian.plugins.rest.api.expand.ExpandContext<GroupEntity> context, com.atlassian.plugins.rest.api.expand.resolver.EntityExpanderResolver expanderResolver, com.atlassian.plugins.rest.api.expand.EntityCrawler entityCrawler) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupEntityModifierConstructorDescriptionGroupEventEntity(com.atlassian.crowd.model.event.Operation operation, GroupEntity group, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) GroupMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation, GroupEntity childGroup, GroupEntityList parentGroups, GroupEntityList childGroups) Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type GroupEntity -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return GroupEntityModifier and TypeMethodDescriptionstatic GroupEntityGroupEntityUtil.expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes) Expands a GroupEntity from its minimal form to the expanded version.static GroupEntityEntityTranslator.toGroupEntity(Group group, com.atlassian.crowd.embedded.api.Attributes attributes, com.atlassian.plugins.rest.api.model.Link groupLink) Translates a Group with Attributes to a GroupEntity.static GroupEntityEntityTranslator.toGroupEntity(Group group, com.atlassian.plugins.rest.api.model.Link groupLink) Translates a Group to a GroupEntity.static GroupEntityEntityTranslator.toGroupEntity(Group group, URI baseURI) Translates a Group to a GroupEntity.static GroupEntityMethods in com.atlassian.crowd.plugin.rest.util with parameters of type GroupEntityModifier and TypeMethodDescriptionstatic GroupEntityGroupEntityUtil.expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes) Expands a GroupEntity from its minimal form to the expanded version.static GroupTemplateEntityTranslator.toGroup(GroupEntity groupEntity) Translates a GroupEntity to a GroupTemplate.