Package com.flowable.action.api.history
Interface HistoricActionLink
-
- All Known Subinterfaces:
HistoricActionLinkEntity
- All Known Implementing Classes:
HistoricActionLinkEntityImpl
public interface HistoricActionLink
- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActionDefinitionId()
java.lang.String
getActionInstanceId()
java.util.Date
getCreationTime()
java.lang.String
getId()
unique identifierjava.lang.String
getScopeId()
java.lang.String
getScopeType()
-
-
-
Method Detail
-
getId
java.lang.String getId()
unique identifier
-
getActionInstanceId
java.lang.String getActionInstanceId()
-
getActionDefinitionId
java.lang.String getActionDefinitionId()
-
getScopeId
java.lang.String getScopeId()
-
getScopeType
java.lang.String getScopeType()
-
getCreationTime
java.util.Date getCreationTime()
-
-