public interface ApplicationService
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION |
static String |
APPLICATION_MENU |
static String |
APPLICATION_PAGE |
static String |
DEFAULT_LAYOUT_NAME |
static String |
DEFAULT_THEME_NAME |
| Modifier and Type | Method and Description |
|---|---|
SApplication |
createApplication(SApplication application) |
SApplicationMenu |
createApplicationMenu(SApplicationMenu applicationMenu) |
SApplicationPage |
createApplicationPage(SApplicationPage applicationPage) |
void |
deleteApplication(long applicationId) |
SApplicationMenu |
deleteApplicationMenu(long applicationMenuId) |
void |
deleteApplicationMenu(SApplicationMenu applicationMenu) |
SApplicationPage |
deleteApplicationPage(long applicationPageId) |
void |
deleteApplicationPage(SApplicationPage applicationPage) |
List<String> |
getAllPagesForProfile(long profileId) |
SApplication |
getApplication(long applicationId) |
SApplication |
getApplicationByToken(String token) |
SApplicationPage |
getApplicationHomePage(long applicationId) |
SApplicationMenu |
getApplicationMenu(long applicationMenuId) |
SApplicationPage |
getApplicationPage(long applicationPageId) |
SApplicationPage |
getApplicationPage(String applicationName,
String applicationPageToken) |
int |
getLastUsedIndex(Long parentMenuId) |
int |
getNextAvailableIndex(Long parentMenuId) |
long |
getNumberOfApplicationMenus(org.bonitasoft.engine.persistence.QueryOptions options) |
long |
getNumberOfApplicationPages(org.bonitasoft.engine.persistence.QueryOptions options) |
long |
getNumberOfApplications(org.bonitasoft.engine.persistence.QueryOptions options) |
List<SApplicationMenu> |
searchApplicationMenus(org.bonitasoft.engine.persistence.QueryOptions options) |
List<SApplicationPage> |
searchApplicationPages(org.bonitasoft.engine.persistence.QueryOptions options) |
List<SApplication> |
searchApplications(org.bonitasoft.engine.persistence.QueryOptions options) |
SApplication |
updateApplication(long applicationId,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) |
SApplication |
updateApplication(SApplication application,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) |
SApplicationMenu |
updateApplicationMenu(long applicationMenuId,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) |
SApplicationMenu |
updateApplicationMenu(SApplicationMenu applicationMenu,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor,
boolean organizeIndexes) |
static final String APPLICATION
static final String APPLICATION_PAGE
static final String APPLICATION_MENU
static final String DEFAULT_LAYOUT_NAME
static final String DEFAULT_THEME_NAME
SApplication createApplication(SApplication application) throws org.bonitasoft.engine.commons.exceptions.SObjectCreationException, org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
org.bonitasoft.engine.commons.exceptions.SObjectCreationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsExceptionSApplication getApplication(long applicationId) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplication getApplicationByToken(String token) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionvoid deleteApplication(long applicationId)
throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException,
org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplication updateApplication(long applicationId, org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException, org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplication updateApplication(SApplication application, org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException, org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsExceptionlong getNumberOfApplications(org.bonitasoft.engine.persistence.QueryOptions options)
throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionList<SApplication> searchApplications(org.bonitasoft.engine.persistence.QueryOptions options) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionSApplicationPage createApplicationPage(SApplicationPage applicationPage) throws org.bonitasoft.engine.commons.exceptions.SObjectCreationException, org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
org.bonitasoft.engine.commons.exceptions.SObjectCreationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsExceptionSApplicationPage getApplicationPage(String applicationName, String applicationPageToken) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplicationPage getApplicationPage(long applicationPageId) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplicationPage getApplicationHomePage(long applicationId) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplicationPage deleteApplicationPage(long applicationPageId) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionvoid deleteApplicationPage(SApplicationPage applicationPage) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionlong getNumberOfApplicationPages(org.bonitasoft.engine.persistence.QueryOptions options)
throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionList<SApplicationPage> searchApplicationPages(org.bonitasoft.engine.persistence.QueryOptions options) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionSApplicationMenu createApplicationMenu(SApplicationMenu applicationMenu) throws org.bonitasoft.engine.commons.exceptions.SObjectCreationException
org.bonitasoft.engine.commons.exceptions.SObjectCreationExceptionSApplicationMenu updateApplicationMenu(long applicationMenuId, org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplicationMenu updateApplicationMenu(SApplicationMenu applicationMenu, org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor, boolean organizeIndexes) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionSApplicationMenu getApplicationMenu(long applicationMenuId) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSApplicationMenu deleteApplicationMenu(long applicationMenuId) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionvoid deleteApplicationMenu(SApplicationMenu applicationMenu) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionlong getNumberOfApplicationMenus(org.bonitasoft.engine.persistence.QueryOptions options)
throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionList<SApplicationMenu> searchApplicationMenus(org.bonitasoft.engine.persistence.QueryOptions options) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionList<String> getAllPagesForProfile(long profileId) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionint getNextAvailableIndex(Long parentMenuId) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionint getLastUsedIndex(Long parentMenuId) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.