Class SApplicationWithIcon
java.lang.Object
org.bonitasoft.engine.business.application.model.AbstractSApplication
org.bonitasoft.engine.business.application.model.SApplicationWithIcon
- All Implemented Interfaces:
Serializable,PersistentObject
- See Also:
-
Field Summary
FieldsFields inherited from class org.bonitasoft.engine.business.application.model.AbstractSApplication
CREATED_BY, CREATION_DATE, DESCRIPTION, DISPLAY_NAME, EDITABLE, HOME_PAGE_ID, ICON_MIME_TYPE, ICON_PATH, ID, INTERNAL_PROFILE, LAST_UPDATE_DATE, LAYOUT_ID, LINK, PROFILE_ID, STATE, THEME_ID, TOKEN, UPDATED_BY, VERSION -
Constructor Summary
ConstructorsConstructorDescriptionSApplicationWithIcon(String token, String displayName, String version, long creationDate, long createdBy, String state) SApplicationWithIcon(String token, String displayName, String version, long creationDate, long createdBy, String state, boolean editable) -
Method Summary
Methods inherited from class org.bonitasoft.engine.business.application.model.AbstractSApplication
hasIconMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Field Details
-
ICON_CONTENT
- See Also:
-
ALWAYS_MODIFIABLE_FIELDS
-
-
Constructor Details
-
SApplicationWithIcon
-
SApplicationWithIcon
-