Class ActionDeploymentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineEntity
com.flowable.action.engine.impl.persistence.entity.ActionDeploymentEntityImpl
- All Implemented Interfaces:
ActionDeployment,ActionDeploymentEntity,Serializable,EngineDeployment,HasRevision,Entity
public class ActionDeploymentEntityImpl
extends AbstractActionEngineEntity
implements ActionDeploymentEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,ActionDefinitionCacheEntry> protected 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 TypeMethodDescriptionvoidaddActionDefinitionCacheEntry(String actionDefinitionId, ActionDefinitionCacheEntry actionDefinitionCacheEntry) voidaddDeployedArtifact(Object deployedArtifact) voidaddResource(ActionResourceEntity resource) getActionDefinitionCacheEntry(String actionDefinitionId) <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.action.engine.impl.persistence.entity.AbstractActionEngineEntity
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. -
actionDefinitionCache
-
-
Constructor Details
-
ActionDeploymentEntityImpl
public ActionDeploymentEntityImpl()
-
-
Method Details
-
addResource
- Specified by:
addResourcein interfaceActionDeploymentEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
addDeployedArtifact
- Specified by:
addDeployedArtifactin interfaceActionDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifactsin interfaceActionDeploymentEntity
-
addActionDefinitionCacheEntry
public void addActionDefinitionCacheEntry(String actionDefinitionId, ActionDefinitionCacheEntry actionDefinitionCacheEntry) - Specified by:
addActionDefinitionCacheEntryin interfaceActionDeploymentEntity
-
getActionDefinitionCacheEntry
- Specified by:
getActionDefinitionCacheEntryin interfaceActionDeploymentEntity
-
getName
- Specified by:
getNamein interfaceEngineDeployment
-
setName
- Specified by:
setNamein interfaceActionDeploymentEntity
-
getKey
- Specified by:
getKeyin interfaceEngineDeployment
-
setKey
- Specified by:
setKeyin interfaceActionDeploymentEntity
-
getResources
- Specified by:
getResourcesin interfaceEngineDeployment
-
getCategory
- Specified by:
getCategoryin interfaceEngineDeployment
-
setCategory
- Specified by:
setCategoryin interfaceActionDeploymentEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceEngineDeployment
-
setTenantId
- Specified by:
setTenantIdin interfaceActionDeploymentEntity
-
getParentDeploymentId
- Specified by:
getParentDeploymentIdin interfaceActionDeployment
-
setParentDeploymentId
- Specified by:
setParentDeploymentIdin interfaceActionDeploymentEntity
-
setResources
- Specified by:
setResourcesin interfaceActionDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTimein interfaceEngineDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTimein interfaceActionDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceActionDeploymentEntity- Specified by:
isNewin interfaceEngineDeployment
-
setNew
public void setNew(boolean isNew) - Specified by:
setNewin interfaceActionDeploymentEntity
-
getDerivedFrom
- Specified by:
getDerivedFromin interfaceEngineDeployment
-
getDerivedFromRoot
- Specified by:
getDerivedFromRootin interfaceEngineDeployment
-
getEngineVersion
- Specified by:
getEngineVersionin interfaceEngineDeployment
-
toString
-