Package org.bonitasoft.engine.identity
Class IconServiceImpl
java.lang.Object
org.bonitasoft.engine.identity.IconServiceImpl
- All Implemented Interfaces:
IconService
-
Field Summary
Fields inherited from interface org.bonitasoft.engine.identity.IconService
EVENT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIcon(String iconFilename, byte[] iconContent) voiddeleteIcon(Long iconId) replaceIcon(String iconFilename, byte[] iconContent, Long iconIdToReplace)
-
Constructor Details
-
IconServiceImpl
-
-
Method Details
-
replaceIcon
public Optional<Long> replaceIcon(String iconFilename, byte[] iconContent, Long iconIdToReplace) throws SBonitaReadException, SRecorderException - Specified by:
replaceIconin interfaceIconService- Throws:
SBonitaReadExceptionSRecorderException
-
createIcon
- Specified by:
createIconin interfaceIconService- Throws:
SRecorderException
-
getIcon
- Specified by:
getIconin interfaceIconService- Throws:
SBonitaReadException
-
deleteIcon
- Specified by:
deleteIconin interfaceIconService- Throws:
SBonitaReadExceptionSRecorderException
-