Uses of Class
org.apache.archiva.redback.rest.api.model.Application
-
Packages that use Application Package Description org.apache.archiva.redback.rest.api.services org.apache.archiva.redback.rest.services -
-
Uses of Application in org.apache.archiva.redback.rest.api.services
Methods in org.apache.archiva.redback.rest.api.services that return types with arguments of type Application Modifier and Type Method Description List<Application>RoleManagementService. getApplications(String username)Deprecated. -
Uses of Application in org.apache.archiva.redback.rest.services
Methods in org.apache.archiva.redback.rest.services that return types with arguments of type Application Modifier and Type Method Description List<Application>DefaultRoleManagementService. getApplications(String username)Deprecated.
-