Interface ApplicationService
- All Known Implementing Classes:
DefaultApplicationService
public interface ApplicationService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteApplication(String applicationToken) voiddeletePage(String token) getApplication(String applicationToken) Return The application for the given token or throw aNotFoundExceptionReturn the page for the given toke or throw aNotFoundExceptionvoidimportApplications(File application, ApplicationImportPolicy policy) voidimportBonitaConfiguration(File configurationFile) importPage(File pageZip) searchApplications(int page, int count) searchPages(int page, int count)
-
Method Details
-
importApplications
-
getApplication
Return The application for the given token or throw aNotFoundException- Parameters:
applicationToken-- Returns:
- The corresponding application
- Throws:
NotFoundException
-
searchApplications
-
searchApplications
-
deleteApplication
-
importBonitaConfiguration
-
importPage
-
searchPages
-
searchPages
-
getPage
Return the page for the given toke or throw aNotFoundException- Parameters:
token-- Returns:
- Throws:
NotFoundException
-
deletePage
-