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, org.flowable.common.engine.api.repository.EngineDeployment, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class ActionDeploymentEntityImpl extends AbstractActionEngineEntity implements ActionDeploymentEntity, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • name

      protected String name
    • key

      protected String key
    • category

      protected String category
    • tenantId

      protected String tenantId
    • parentDeploymentId

      protected String parentDeploymentId
    • resources

      protected Map<String,org.flowable.common.engine.api.repository.EngineResource> resources
    • deploymentTime

      protected Date deploymentTime
    • isNew

      protected boolean isNew
    • deployedArtifacts

      protected Map<Class<?>,List<Object>> deployedArtifacts
      Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise.
    • actionDefinitionCache

      protected Map<String,ActionDefinitionCacheEntry> actionDefinitionCache
  • Constructor Details

    • ActionDeploymentEntityImpl

      public ActionDeploymentEntityImpl()
  • Method Details