| Package | Description |
|---|---|
| org.exoplatform.application.registry | |
| org.exoplatform.application.registry.impl |
| Modifier and Type | Method and Description |
|---|---|
ApplicationCategory |
ApplicationRegistryService.getApplicationCategory(String name)
Return ApplicationCategory with name provided
if not found, return null |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationCategory> |
ApplicationRegistryService.getApplicationCategories()
Return list of all current application categories (unsorted, all Application in all ApplicationType)
|
List<ApplicationCategory> |
ApplicationRegistryService.getApplicationCategories(Comparator<ApplicationCategory> sortComparator)
Return list of all current application categories (sorted, all applications in all types)
|
List<ApplicationCategory> |
ApplicationRegistryService.getApplicationCategories(String accessUser,
ApplicationType<?>... appTypes)
Return list of ApplicationCatgory (and applications in each category)
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationRegistryService.getApplications(ApplicationCategory category,
ApplicationType<?>... appTypes)
Return list of applications (unsorted) in specific category and have specific type
|
List<Application> |
ApplicationRegistryService.getApplications(ApplicationCategory category,
Comparator<Application> sortComparator,
ApplicationType<?>... appTypes)
Return list of applications (sorted) in specific category and have specific type
|
void |
ApplicationRegistryService.remove(ApplicationCategory category)
Remove application category (and all application in it) from database
If it doesn't exist, it will be ignored |
void |
ApplicationRegistryService.save(ApplicationCategory category)
Save an ApplicationCategory to database
If it doesn't exist, a new one will be created, if not, it will be updated |
void |
ApplicationRegistryService.save(ApplicationCategory category,
Application application)
Save Application in an ApplicationCategory
If ApplicationCategory or Application don't exist, they'll be created If Application has been already existed, it will be updated |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationCategory> |
ApplicationRegistryService.getApplicationCategories(Comparator<ApplicationCategory> sortComparator)
Return list of all current application categories (sorted, all applications in all types)
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationCategory |
ApplicationRegistryServiceImpl.getApplicationCategory(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationCategory> |
ApplicationRegistryServiceImpl.getApplicationCategories() |
List<ApplicationCategory> |
ApplicationRegistryServiceImpl.getApplicationCategories(Comparator<ApplicationCategory> sortComparator) |
List<ApplicationCategory> |
ApplicationRegistryServiceImpl.getApplicationCategories(Comparator<ApplicationCategory> sortComparator,
String accessUser,
ApplicationType<?>... appTypes) |
List<ApplicationCategory> |
ApplicationRegistryServiceImpl.getApplicationCategories(String accessUser,
ApplicationType<?>... appTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationRegistryServiceImpl.getApplications(ApplicationCategory category,
ApplicationType<?>... appTypes) |
List<Application> |
ApplicationRegistryServiceImpl.getApplications(ApplicationCategory category,
Comparator<Application> sortComparator,
ApplicationType<?>... appTypes) |
void |
ApplicationRegistryServiceImpl.remove(ApplicationCategory category) |
void |
ApplicationRegistryServiceImpl.save(ApplicationCategory category) |
void |
ApplicationRegistryServiceImpl.save(ApplicationCategory category,
Application application) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationCategory> |
ApplicationRegistryServiceImpl.getApplicationCategories(Comparator<ApplicationCategory> sortComparator) |
List<ApplicationCategory> |
ApplicationRegistryServiceImpl.getApplicationCategories(Comparator<ApplicationCategory> sortComparator,
String accessUser,
ApplicationType<?>... appTypes) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.