public class PageImpl extends Object implements Page
| Constructor and Description |
|---|
PageImpl(long pageId,
String name,
String displayName,
boolean provided,
String description,
long installationDate,
long installedBy,
long lastModificationDate,
long lastUpdatedBy,
String zipName,
String contentType,
Long processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentName()
Get the name of the zip file.
|
String |
getContentType()
Get the type of this
Page. |
String |
getDescription()
Get the description of this
Page. |
String |
getDisplayName()
Get the display name of this
Page. |
long |
getId()
Gets the unique object identifier.
|
Date |
getInstallationDate()
Get the date when this page was initially installed into the Engine.
|
long |
getInstalledBy()
Get the ID of the user that installed the page.
|
Date |
getLastModificationDate()
Get the date when this page was last modified.
|
long |
getLastUpdatedBy()
Get the userId of the user that last updated this page.
|
String |
getName()
Get the name of this
Page. |
long |
getPageId() |
Long |
getProcessDefinitionId()
Get the process definition ID of this
Page. |
boolean |
isProvided()
Is this page provided by default.
|
String |
toString() |
public long getId()
BaseElementgetId in interface BaseElementpublic boolean isProvided()
PageisProvided in interface Pagepublic String getDescription()
PagePage.getDescription in interface PagePage.public Date getInstallationDate()
PagegetInstallationDate in interface Pagepublic long getInstalledBy()
PagegetInstalledBy in interface Pagepublic Date getLastModificationDate()
PagegetLastModificationDate in interface Pagepublic String getDisplayName()
PagePage.getDisplayName in interface PagePage.public long getPageId()
public long getLastUpdatedBy()
PagegetLastUpdatedBy in interface Pagepublic String getContentName()
PagegetContentName in interface PagePage.public String getContentType()
PagePage.getContentType in interface PagePage. see ContentType for available valuespublic Long getProcessDefinitionId()
PagePage.getProcessDefinitionId in interface PagePage, or null if not set.Copyright © 2018 Bonitasoft S.A.. All rights reserved.