Package io.iworkflow.core.persistence
Interface DataAttributesRW
- All Known Subinterfaces:
Persistence
- All Known Implementing Classes:
DataAttributesRWImpl
,PersistenceImpl
public interface DataAttributesRW
-
Method Summary
Modifier and TypeMethodDescription<T> T
getDataAttribute
(String key, Class<T> type) void
setDataAttribute
(String key, Object value)
-
Method Details
-
getDataAttribute
-
setDataAttribute
-