- All Superinterfaces:
ActionInstance
, org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
ActionInstanceEntityImpl
public interface ActionInstanceEntity
extends ActionInstance, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Tijs Rademakers
-
Method Summary
Methods inherited from interface com.flowable.action.api.runtime.ActionInstance
getActionDefinitionId, getFormInstanceId, getFormKey, getFormParentDeploymentId, getId, getName, getPriority, getScopeDefinitionId, getScopeId, getScopeType, getStartDate, getSubScopeId, getTenantId
Methods 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
-
void setActionDefinitionId(java.lang.String actionDefinitionId)
-
void setName(java.lang.String name)
-
void setScopeId(java.lang.String scopeId)
-
void setSubScopeId(java.lang.String subScopeId)
-
void setScopeType(java.lang.String scopeType)
-
void setScopeDefinitionId(java.lang.String scopeDefinitionId)
-
void setStartDate(java.util.Date startDate)
-
void setFormInstanceId(java.lang.String formInstanceId)
-
void setFormKey(java.lang.String formKey)
-
void setFormParentDeploymentId(java.lang.String formParentDeploymentId)
-
void setPriority(java.lang.Integer priority)
-
void setTenantId(java.lang.String tenantId)