Interface SlaDefinitionEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision,SlaDefinition
- All Known Implementing Classes:
SlaDefinitionEntityImpl
public interface SlaDefinitionEntity
extends SlaDefinition, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeploymentId(String deploymentId) voidvoidvoidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(int version) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface com.flowable.platform.api.repository.SlaDefinition
getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Method Details
-
setKey
-
setVersion
void setVersion(int version) -
setDeploymentId
-
setTenantId
-
setName
-
setResourceName
-