Interface AgentDeploymentEntity
- All Superinterfaces:
AgentDeployment,org.flowable.common.engine.api.repository.EngineDeployment,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
AgentDeploymentEntityImpl
public interface AgentDeploymentEntity
extends AgentDeployment, org.flowable.common.engine.impl.persistence.entity.Entity
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddResource(AgentResourceEntity resource) <T> List<T> getDeployedArtifacts(Class<T> clazz) 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) Methods inherited from interface com.flowable.agent.api.repository.AgentDeployment
getParentDeploymentIdMethods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getCategory, getDeploymentTime, getDerivedFrom, getDerivedFromRoot, getEngineVersion, getId, getKey, getName, getResources, getTenantId, isNewMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
addResource
-
addDeployedArtifact
-
getDeployedArtifacts
-
setName
-
setKey
-
setCategory
-
setTenantId
-
setParentDeploymentId
-
setResources
-
setDeploymentTime
-
setNew
void setNew(boolean isNew)
-