Class PlatformDeploymentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
com.flowable.platform.engine.impl.persistence.entity.PlatformDeploymentEntityImpl
- All Implemented Interfaces:
PlatformDeployment,PlatformDeploymentEntity,Serializable,EngineDeployment,HasRevision,Entity
public class PlatformDeploymentEntityImpl
extends AbstractPlatformEngineEntity
implements PlatformDeploymentEntity, Serializable
- Author:
- Yvo Swillens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringWill only be used during actual deployment to pass deployed artifacts (eg form definitions).protected Dateprotected booleanprotected Stringprotected Stringprotected Stringprotected Map<String,EngineResource> protected 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 TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddResource(PlatformResourceEntity resource) <T> List<T>getDeployedArtifacts(Class<T> clazz) getKey()getName()booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidvoidvoidsetNew(boolean isNew) voidsetParentDeploymentId(String parentDeploymentId) voidsetResources(Map<String, EngineResource> resources) voidsetTenantId(String tenantId) toString()Methods inherited from class com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
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, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
name
-
key
-
category
-
tenantId
-
parentDeploymentId
-
resources
-
deploymentTime
-
isNew
protected boolean isNew -
deployedArtifacts
Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise.
-
-
Constructor Details
-
PlatformDeploymentEntityImpl
public PlatformDeploymentEntityImpl()
-
-
Method Details
-
addResource
- Specified by:
addResourcein interfacePlatformDeploymentEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
addDeployedArtifact
- Specified by:
addDeployedArtifactin interfacePlatformDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifactsin interfacePlatformDeploymentEntity
-
getName
- Specified by:
getNamein interfaceEngineDeployment
-
setName
- Specified by:
setNamein interfacePlatformDeploymentEntity
-
getKey
- Specified by:
getKeyin interfaceEngineDeployment
-
setKey
- Specified by:
setKeyin interfacePlatformDeploymentEntity
-
getResources
- Specified by:
getResourcesin interfaceEngineDeployment
-
getCategory
- Specified by:
getCategoryin interfaceEngineDeployment
-
setCategory
- Specified by:
setCategoryin interfacePlatformDeploymentEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceEngineDeployment
-
setTenantId
- Specified by:
setTenantIdin interfacePlatformDeploymentEntity
-
getParentDeploymentId
- Specified by:
getParentDeploymentIdin interfacePlatformDeployment
-
setParentDeploymentId
- Specified by:
setParentDeploymentIdin interfacePlatformDeploymentEntity
-
setResources
- Specified by:
setResourcesin interfacePlatformDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTimein interfaceEngineDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTimein interfacePlatformDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceEngineDeployment- Specified by:
isNewin interfacePlatformDeploymentEntity
-
setNew
public void setNew(boolean isNew) - Specified by:
setNewin interfacePlatformDeploymentEntity
-
getDerivedFrom
- Specified by:
getDerivedFromin interfaceEngineDeployment
-
getDerivedFromRoot
- Specified by:
getDerivedFromRootin interfaceEngineDeployment
-
getEngineVersion
- Specified by:
getEngineVersionin interfaceEngineDeployment
-
toString
-