Package org.bonitasoft.engine.page
Class SPage
java.lang.Object
org.bonitasoft.engine.page.AbstractSPage
org.bonitasoft.engine.page.SPage
- All Implemented Interfaces:
Serializable,PersistentObject
- Author:
- Matthieu Chaffotte
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSPage(String name, String description, String displayName, long installationDate, long installedBy, boolean provided, boolean editable, long lastModificationDate, long lastUpdatedBy, String contentName) SPage(String name, String description, String displayName, long installationDate, long installedBy, boolean provided, long lastModificationDate, long lastUpdatedBy, String contentName) -
Method Summary
Methods 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
-
NAME
- See Also:
-
DESCRIPTION
- See Also:
-
INSTALLATION_DATE
- See Also:
-
INSTALLED_BY
- See Also:
-
CONTENT_TYPE
- See Also:
-
PROCESS_DEFINITION_ID
- See Also:
-
ID
- See Also:
-
PROVIDED
- See Also:
-
DISPLAY_NAME
- See Also:
-
LAST_MODIFICATION_DATE
- See Also:
-
LAST_UPDATE_BY
- See Also:
-
-
Constructor Details
-
SPage
-
SPage
-
SPage
-
SPage
-