Package org.bonitasoft.engine.identity
Interface IconService
- All Known Implementing Classes:
IconServiceImpl
public interface IconService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateIcon(String iconFilename, byte[] iconContent) voiddeleteIcon(Long iconId) replaceIcon(String iconFilename, byte[] iconContent, Long iconIdToReplace)
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Method Details
-
replaceIcon
Optional<Long> replaceIcon(String iconFilename, byte[] iconContent, Long iconIdToReplace) throws SBonitaReadException, SRecorderException -
createIcon
- Throws:
SRecorderException
-
getIcon
- Throws:
SBonitaReadException
-
deleteIcon
-