Class AgentDeploymentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
com.flowable.agent.engine.impl.persistence.entity.AgentDeploymentEntityImpl
- All Implemented Interfaces:
AgentDeployment,AgentDeploymentEntity,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 AgentDeploymentEntityImpl
extends AbstractAgentEngineEntity
implements AgentDeploymentEntity, Serializable
- 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 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(AgentResourceEntity 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, org.flowable.common.engine.api.repository.EngineResource> resources) voidsetTenantId(String tenantId) toString()Methods inherited from class com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
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
-
AgentDeploymentEntityImpl
public AgentDeploymentEntityImpl()
-
-
Method Details
-
addResource
- Specified by:
addResourcein interfaceAgentDeploymentEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
addDeployedArtifact
- Specified by:
addDeployedArtifactin interfaceAgentDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifactsin interfaceAgentDeploymentEntity
-
getName
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setName
- Specified by:
setNamein interfaceAgentDeploymentEntity
-
getKey
- Specified by:
getKeyin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setKey
- Specified by:
setKeyin interfaceAgentDeploymentEntity
-
getResources
- Specified by:
getResourcesin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
getCategory
- Specified by:
getCategoryin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setCategory
- Specified by:
setCategoryin interfaceAgentDeploymentEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setTenantId
- Specified by:
setTenantIdin interfaceAgentDeploymentEntity
-
getParentDeploymentId
- Specified by:
getParentDeploymentIdin interfaceAgentDeployment
-
setParentDeploymentId
- Specified by:
setParentDeploymentIdin interfaceAgentDeploymentEntity
-
setResources
public void setResources(Map<String, org.flowable.common.engine.api.repository.EngineResource> resources) - Specified by:
setResourcesin interfaceAgentDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTimein interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTimein interfaceAgentDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setNew
public void setNew(boolean isNew) - Specified by:
setNewin interfaceAgentDeploymentEntity
-
getDerivedFrom
- Specified by:
getDerivedFromin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
getDerivedFromRoot
- Specified by:
getDerivedFromRootin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
getEngineVersion
- Specified by:
getEngineVersionin interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
toString
-