Class ActionLinkEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineEntity
com.flowable.action.engine.impl.persistence.entity.ActionLinkEntityImpl
- All Implemented Interfaces:
ActionLink,ActionLinkEntity,HasRevision,Entity
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActionDefinitionId(String actionDefinitionId) voidsetActionInstanceId(String actionInstanceId) voidsetCreationTime(Date creationTime) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) toString()Methods inherited from class com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.flowable.action.api.runtime.ActionLink
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
actionInstanceId
-
actionDefinitionId
-
scopeId
-
scopeType
-
creationTime
-
-
Constructor Details
-
ActionLinkEntityImpl
public ActionLinkEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getActionInstanceId
- Specified by:
getActionInstanceIdin interfaceActionLink
-
setActionInstanceId
- Specified by:
setActionInstanceIdin interfaceActionLinkEntity
-
getActionDefinitionId
- Specified by:
getActionDefinitionIdin interfaceActionLink
-
setActionDefinitionId
- Specified by:
setActionDefinitionIdin interfaceActionLinkEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceActionLink
-
setScopeId
- Specified by:
setScopeIdin interfaceActionLinkEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceActionLink
-
setScopeType
- Specified by:
setScopeTypein interfaceActionLinkEntity
-
getCreationTime
- Specified by:
getCreationTimein interfaceActionLink
-
setCreationTime
- Specified by:
setCreationTimein interfaceActionLinkEntity
-
toString
-