Class PageDefinitionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
com.flowable.app.engine.impl.persistence.entity.PageDefinitionEntityImpl
- All Implemented Interfaces:
PageDefinitionEntity
,PageDefinition
,HasRevision
,Entity
public class PageDefinitionEntityImpl
extends AbstractAppEngineEntity
implements PageDefinitionEntity
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAppId()
reference to the app definitionreference to the app definition keythe deployment in which this page definition is contained.getKey()
unique value for all versions of this page definitiongetName()
page namethe page url of this page definition.the tenant identifier of this page definitionvoid
void
void
setDeploymentId
(String deploymentId) void
void
void
setPageUrl
(String pageUrl) void
setTenantId
(String tenantId) Methods inherited from class com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface com.flowable.core.app.api.PageDefinition
getId
-
Field Details
-
appId
-
appKey
-
name
-
key
-
pageUrl
-
deploymentId
-
tenantId
-
-
Constructor Details
-
PageDefinitionEntityImpl
public PageDefinitionEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getAppId
Description copied from interface:PageDefinition
reference to the app definition- Specified by:
getAppId
in interfacePageDefinition
-
setAppId
- Specified by:
setAppId
in interfacePageDefinitionEntity
-
getAppKey
Description copied from interface:PageDefinition
reference to the app definition key- Specified by:
getAppKey
in interfacePageDefinition
-
setAppKey
- Specified by:
setAppKey
in interfacePageDefinitionEntity
-
getName
Description copied from interface:PageDefinition
page name- Specified by:
getName
in interfacePageDefinition
-
setName
- Specified by:
setName
in interfacePageDefinitionEntity
-
getKey
Description copied from interface:PageDefinition
unique value for all versions of this page definition- Specified by:
getKey
in interfacePageDefinition
-
setKey
- Specified by:
setKey
in interfacePageDefinitionEntity
-
getPageUrl
Description copied from interface:PageDefinition
the page url of this page definition.- Specified by:
getPageUrl
in interfacePageDefinition
-
setPageUrl
- Specified by:
setPageUrl
in interfacePageDefinitionEntity
-
getDeploymentId
Description copied from interface:PageDefinition
the deployment in which this page definition is contained.- Specified by:
getDeploymentId
in interfacePageDefinition
-
setDeploymentId
- Specified by:
setDeploymentId
in interfacePageDefinitionEntity
-
getTenantId
Description copied from interface:PageDefinition
the tenant identifier of this page definition- Specified by:
getTenantId
in interfacePageDefinition
-
setTenantId
- Specified by:
setTenantId
in interfacePageDefinitionEntity
-