- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
, org.flowable.common.engine.impl.db.HasRevision
, PolicyDefinition
- All Known Implementing Classes:
PolicyDefinitionEntityImpl
public interface PolicyDefinitionEntity
extends PolicyDefinition, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface com.flowable.policy.api.repository.PolicyDefinition
getCreationTime, getCreatorId, getDeploymentId, getId, getKey, getName, getPolicyDefinitionLinks, getResourceName, getTenantId, getType, getVersion
-
Method Details
-
void setKey(java.lang.String key)
-
void setVersion(int version)
-
void setDeploymentId(java.lang.String deploymentId)
-
void setTenantId(java.lang.String tenantId)
-
void setType(java.lang.String type)
-
void setName(java.lang.String name)
-
void setResourceName(java.lang.String resourceName)
-
void setCreationTime(java.util.Date creationTime)
-
void setCreatorId(java.lang.String creatorId)
-