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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
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 definitionvoidvoidvoidsetDeploymentId(String deploymentId) voidvoidvoidsetPageUrl(String pageUrl) voidsetTenantId(String tenantId) Methods inherited from class com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods 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:
getPersistentStatein interfaceEntity
-
getAppId
Description copied from interface:PageDefinitionreference to the app definition- Specified by:
getAppIdin interfacePageDefinition
-
setAppId
- Specified by:
setAppIdin interfacePageDefinitionEntity
-
getAppKey
Description copied from interface:PageDefinitionreference to the app definition key- Specified by:
getAppKeyin interfacePageDefinition
-
setAppKey
- Specified by:
setAppKeyin interfacePageDefinitionEntity
-
getName
Description copied from interface:PageDefinitionpage name- Specified by:
getNamein interfacePageDefinition
-
setName
- Specified by:
setNamein interfacePageDefinitionEntity
-
getKey
Description copied from interface:PageDefinitionunique value for all versions of this page definition- Specified by:
getKeyin interfacePageDefinition
-
setKey
- Specified by:
setKeyin interfacePageDefinitionEntity
-
getPageUrl
Description copied from interface:PageDefinitionthe page url of this page definition.- Specified by:
getPageUrlin interfacePageDefinition
-
setPageUrl
- Specified by:
setPageUrlin interfacePageDefinitionEntity
-
getDeploymentId
Description copied from interface:PageDefinitionthe deployment in which this page definition is contained.- Specified by:
getDeploymentIdin interfacePageDefinition
-
setDeploymentId
- Specified by:
setDeploymentIdin interfacePageDefinitionEntity
-
getTenantId
Description copied from interface:PageDefinitionthe tenant identifier of this page definition- Specified by:
getTenantIdin interfacePageDefinition
-
setTenantId
- Specified by:
setTenantIdin interfacePageDefinitionEntity
-