Class SApplication
java.lang.Object
org.bonitasoft.engine.business.application.model.AbstractSApplication
org.bonitasoft.engine.business.application.model.SApplication
- All Implemented Interfaces:
Serializable,PersistentObject
- See Also:
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionSApplication(String token, String displayName, String version, long creationDate, long createdBy, String state) SApplication(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
-
Constructor Details
-
SApplication
-
SApplication
-