org.bonitasoft.engine.platform.command.impl
public class PlatformCommandServiceImpl extends Object implements PlatformCommandService
| Constructor and Description |
|---|
PlatformCommandServiceImpl(org.bonitasoft.engine.services.PersistenceService platformPersistenceService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(org.bonitasoft.engine.platform.command.model.SPlatformCommand platformCommand) |
void |
delete(String platformCommandName) |
void |
deleteAll() |
void |
deletePlatformCommand(org.bonitasoft.engine.platform.command.model.SPlatformCommand sPlatformCommand) |
org.bonitasoft.engine.platform.command.model.SPlatformCommand |
getPlatformCommand(String platformCommandName) |
List<org.bonitasoft.engine.platform.command.model.SPlatformCommand> |
getPlatformCommands(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
void |
update(org.bonitasoft.engine.platform.command.model.SPlatformCommand platformCommand,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) |
public PlatformCommandServiceImpl(org.bonitasoft.engine.services.PersistenceService platformPersistenceService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger)
public void create(org.bonitasoft.engine.platform.command.model.SPlatformCommand platformCommand) throws SPlatformCommandAlreadyExistsException, SPlatformCommandCreationException, SPlatformCommandGettingException
create in interface PlatformCommandServiceSPlatformCommandAlreadyExistsExceptionSPlatformCommandCreationExceptionSPlatformCommandGettingExceptionpublic void deletePlatformCommand(org.bonitasoft.engine.platform.command.model.SPlatformCommand sPlatformCommand) throws SPlatformCommandDeletionException
public void delete(String platformCommandName) throws SPlatformCommandNotFoundException, SPlatformCommandDeletionException, SPlatformCommandGettingException
delete in interface PlatformCommandServiceSPlatformCommandNotFoundExceptionSPlatformCommandDeletionExceptionSPlatformCommandGettingExceptionpublic void deleteAll()
throws SPlatformCommandDeletionException
deleteAll in interface PlatformCommandServiceSPlatformCommandDeletionExceptionpublic List<org.bonitasoft.engine.platform.command.model.SPlatformCommand> getPlatformCommands(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws SPlatformCommandGettingException
getPlatformCommands in interface PlatformCommandServiceSPlatformCommandGettingExceptionpublic org.bonitasoft.engine.platform.command.model.SPlatformCommand getPlatformCommand(String platformCommandName) throws SPlatformCommandNotFoundException, SPlatformCommandGettingException
getPlatformCommand in interface PlatformCommandServiceSPlatformCommandNotFoundExceptionSPlatformCommandGettingExceptionpublic void update(org.bonitasoft.engine.platform.command.model.SPlatformCommand platformCommand, org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor updateDescriptor) throws SPlatformCommandUpdateException
update in interface PlatformCommandServiceSPlatformCommandUpdateExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.