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> TgetDataAttribute(String key, Class<T> type) voidsetDataAttribute(String key, Object value)
-
Method Details
-
getDataAttribute
-
setDataAttribute
-