Class DeploymentEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
org.activiti.engine.impl.persistence.entity.DeploymentEntityImpl
- All Implemented Interfaces:
Serializable,DeploymentEntity,Entity,Deployment
public class DeploymentEntityImpl
extends AbstractEntityNoRevision
implements DeploymentEntity, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringWill only be used during actual deployment to pass deployed artifacts (eg process definitions).protected Dateprotected Stringprotected booleanprotected Stringprotected Stringprotected Map<String,ResourceEntity> protected Stringprotected IntegerFields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddResource(ResourceEntity resource) <T> List<T>getDeployedArtifacts(Class<T> clazz) getKey()getName()Returns a representation of the object, as would be stored in the database.booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidsetEngineVersion(String engineVersion) voidvoidvoidsetNew(boolean isNew) voidsetProjectReleaseVersion(String projectReleaseVersion) voidsetResources(Map<String, ResourceEntity> resources) voidsetTenantId(String tenantId) voidsetVersion(Integer version) toString()Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.repository.Deployment
getIdMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Field Details
-
name
-
category
-
key
-
tenantId
-
resources
-
deploymentTime
-
isNew
protected boolean isNew -
version
-
engineVersion
-
deployedArtifacts
Will only be used during actual deployment to pass deployed artifacts (eg process definitions). Will be null otherwise.
-
-
Constructor Details
-
DeploymentEntityImpl
public DeploymentEntityImpl()
-
-
Method Details
-
addResource
- Specified by:
addResourcein interfaceDeploymentEntity
-
getResources
- Specified by:
getResourcesin interfaceDeploymentEntity
-
getPersistentState
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
addDeployedArtifact
- Specified by:
addDeployedArtifactin interfaceDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifactsin interfaceDeploymentEntity
-
getName
- Specified by:
getNamein interfaceDeployment
-
setName
- Specified by:
setNamein interfaceDeploymentEntity
-
getCategory
- Specified by:
getCategoryin interfaceDeployment
-
setCategory
- Specified by:
setCategoryin interfaceDeploymentEntity
-
getKey
- Specified by:
getKeyin interfaceDeployment
-
setKey
- Specified by:
setKeyin interfaceDeploymentEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceDeployment
-
setTenantId
- Specified by:
setTenantIdin interfaceDeploymentEntity
-
setResources
- Specified by:
setResourcesin interfaceDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTimein interfaceDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTimein interfaceDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceDeploymentEntity
-
setNew
public void setNew(boolean isNew) - Specified by:
setNewin interfaceDeploymentEntity
-
getEngineVersion
- Specified by:
getEngineVersionin interfaceDeploymentEntity
-
setEngineVersion
- Specified by:
setEngineVersionin interfaceDeploymentEntity
-
getVersion
- Specified by:
getVersionin interfaceDeployment- Specified by:
getVersionin interfaceDeploymentEntity
-
setVersion
- Specified by:
setVersionin interfaceDeploymentEntity
-
getProjectReleaseVersion
- Specified by:
getProjectReleaseVersionin interfaceDeployment- Specified by:
getProjectReleaseVersionin interfaceDeploymentEntity
-
setProjectReleaseVersion
- Specified by:
setProjectReleaseVersionin interfaceDeploymentEntity
-
toString
-