Package io.iworkflow.core.persistence
Class DataAttributesRWImpl
java.lang.Object
io.iworkflow.core.persistence.DataAttributesRWImpl
- All Implemented Interfaces:
DataAttributesRW
-
Constructor Summary
ConstructorsConstructorDescriptionDataAttributesRWImpl(TypeStore typeStore, Map<String, EncodedObject> keyToValueMap, ObjectEncoder objectEncoder) -
Method Summary
Modifier and TypeMethodDescription<T> TgetDataAttribute(String key, Class<T> type) voidsetDataAttribute(String key, Object value)
-
Constructor Details
-
DataAttributesRWImpl
public DataAttributesRWImpl(TypeStore typeStore, Map<String, EncodedObject> keyToValueMap, ObjectEncoder objectEncoder)
-
-
Method Details
-
getDataAttribute
- Specified by:
getDataAttributein interfaceDataAttributesRW
-
setDataAttribute
- Specified by:
setDataAttributein interfaceDataAttributesRW
-
getToReturnToServer
-