Uses of Class
com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
Packages that use ApplicationEntityList
Package
Description
-
Uses of ApplicationEntityList in com.atlassian.crowd.plugin.rest.service.controller.application
Methods in com.atlassian.crowd.plugin.rest.service.controller.application that return ApplicationEntityListModifier and TypeMethodDescriptionApplicationController.getAllApplications(URI baseUri) Finds all applications. -
Uses of ApplicationEntityList in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return ApplicationEntityListModifier and TypeMethodDescriptionstatic ApplicationEntityListApplicationEntityTranslator.toApplicationEntities(Collection<Application> applications, URI baseUri) Translates from a collection ofApplications to a list ofApplicationEntitys.