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
Modifier and TypeFieldDescriptionprotected String
Will only be used during actual deployment to pass deployed artifacts (eg form definitions).protected Date
protected boolean
protected String
protected String
protected String
protected Map<String,
EngineResource> 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 TypeMethodDescriptionvoid
addDeployedArtifact
(Object deployedArtifact) void
addResource
(PlatformResourceEntity resource) <T> List<T>
getDeployedArtifacts
(Class<T> clazz) getKey()
getName()
boolean
isNew()
void
setCategory
(String category) void
setDeploymentTime
(Date deploymentTime) void
void
void
setNew
(boolean isNew) void
setParentDeploymentId
(String parentDeploymentId) void
setResources
(Map<String, EngineResource> resources) void
setTenantId
(String tenantId) toString()
Methods inherited from class com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
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, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getId
Methods 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:
addResource
in interfacePlatformDeploymentEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
addDeployedArtifact
- Specified by:
addDeployedArtifact
in interfacePlatformDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifacts
in interfacePlatformDeploymentEntity
-
getName
- Specified by:
getName
in interfaceEngineDeployment
-
setName
- Specified by:
setName
in interfacePlatformDeploymentEntity
-
getKey
- Specified by:
getKey
in interfaceEngineDeployment
-
setKey
- Specified by:
setKey
in interfacePlatformDeploymentEntity
-
getResources
- Specified by:
getResources
in interfaceEngineDeployment
-
getCategory
- Specified by:
getCategory
in interfaceEngineDeployment
-
setCategory
- Specified by:
setCategory
in interfacePlatformDeploymentEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceEngineDeployment
-
setTenantId
- Specified by:
setTenantId
in interfacePlatformDeploymentEntity
-
getParentDeploymentId
- Specified by:
getParentDeploymentId
in interfacePlatformDeployment
-
setParentDeploymentId
- Specified by:
setParentDeploymentId
in interfacePlatformDeploymentEntity
-
setResources
- Specified by:
setResources
in interfacePlatformDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTime
in interfaceEngineDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTime
in interfacePlatformDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNew
in interfaceEngineDeployment
- Specified by:
isNew
in interfacePlatformDeploymentEntity
-
setNew
public void setNew(boolean isNew) - Specified by:
setNew
in interfacePlatformDeploymentEntity
-
getDerivedFrom
- Specified by:
getDerivedFrom
in interfaceEngineDeployment
-
getDerivedFromRoot
- Specified by:
getDerivedFromRoot
in interfaceEngineDeployment
-
getEngineVersion
- Specified by:
getEngineVersion
in interfaceEngineDeployment
-
toString
-