Package io.iworkflow.core.persistence
Interface Persistence
-
- All Superinterfaces:
DataAttributesRW
,SearchAttributesRW
,StateExecutionLocals
- All Known Implementing Classes:
PersistenceImpl
public interface Persistence extends DataAttributesRW, SearchAttributesRW, StateExecutionLocals
-
-
Field Summary
-
Fields inherited from interface io.iworkflow.core.persistence.SearchAttributesRW
DateTimeFormat
-
-
Method Summary
-
Methods inherited from interface io.iworkflow.core.persistence.DataAttributesRW
getDataAttribute, setDataAttribute
-
Methods inherited from interface io.iworkflow.core.persistence.SearchAttributesRW
getSearchAttributeBoolean, getSearchAttributeDatetime, getSearchAttributeDouble, getSearchAttributeInt64, getSearchAttributeKeyword, getSearchAttributeKeywordArray, getSearchAttributeText, setSearchAttributeBoolean, setSearchAttributeDatetime, setSearchAttributeDouble, setSearchAttributeInt64, setSearchAttributeKeyword, setSearchAttributeKeywordArray, setSearchAttributeText
-
Methods inherited from interface io.iworkflow.core.persistence.StateExecutionLocals
getStateExecutionLocal, recordEvent, setStateExecutionLocal
-
-