Interface DeploymentEntity
- All Superinterfaces:
Deployment,Entity
- All Known Implementing Classes:
DeploymentEntityImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddResource(ResourceEntity resource) <T> List<T>getDeployedArtifacts(Class<T> clazz) 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) Methods inherited from interface org.activiti.engine.repository.Deployment
getCategory, getDeploymentTime, getId, getKey, getName, getTenantIdMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Method Details
-
addResource
-
getResources
Map<String,ResourceEntity> getResources() -
addDeployedArtifact
-
getDeployedArtifacts
-
setName
-
setCategory
-
setKey
-
setTenantId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew() -
setNew
void setNew(boolean isNew) -
getEngineVersion
String getEngineVersion() -
setEngineVersion
-
getVersion
Integer getVersion()- Specified by:
getVersionin interfaceDeployment
-
setVersion
-
getProjectReleaseVersion
String getProjectReleaseVersion()- Specified by:
getProjectReleaseVersionin interfaceDeployment
-
setProjectReleaseVersion
-