Package org.bonitasoft.engine.identity
Interface Icon
-
- All Superinterfaces:
BonitaObject,Serializable
- All Known Implementing Classes:
IconImpl
public interface Icon extends BonitaObject
an icon that can be attached to a user, group, role.- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getContent()longgetId()StringgetMimeType()
-
-
-
Method Detail
-
getId
long getId()
-
getMimeType
String getMimeType()
- Returns:
- the mime type of the icon
-
getContent
byte[] getContent()
- Returns:
- the content of the icon
-
-