Interface PolicyDefinitionLinkEntity
-
- All Superinterfaces:
Entity
,PolicyDefinitionLink
- All Known Implementing Classes:
PolicyDefinitionLinkEntityImpl
public interface PolicyDefinitionLinkEntity extends PolicyDefinitionLink, Entity
-
-
Field Summary
-
Fields inherited from interface com.flowable.policy.api.repository.PolicyDefinitionLink
TYPE_SECURITY_POLICY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLinkValue(String linkValue)
void
setPolicyDefinitionId(String policyDefinitionId)
void
setType(String type)
-
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 com.flowable.policy.api.repository.PolicyDefinitionLink
getId, getLinkValue, getPolicyDefinitionId, getType
-
-