Uses of Class
com.flowable.dataobject.engine.impl.runtime.DetachedDataObjectInstanceVariableContainer
Packages that use DetachedDataObjectInstanceVariableContainer
Package
Description
- 
Uses of DetachedDataObjectInstanceVariableContainer in com.flowable.dataobject.engine.impl.runtimeSubclasses of DetachedDataObjectInstanceVariableContainer in com.flowable.dataobject.engine.impl.runtimeMethods in com.flowable.dataobject.engine.impl.runtime that return DetachedDataObjectInstanceVariableContainerModifier and TypeMethodDescriptionDetachedDataObjectVariableType.retrieveDataObjectInstance(com.fasterxml.jackson.databind.JsonNode itemNode, DataObjectRepositoryService repositoryService) Methods in com.flowable.dataobject.engine.impl.runtime with parameters of type DetachedDataObjectInstanceVariableContainerModifier and TypeMethodDescriptionprotected voidDetachedDataObjectVariableType.fillDataObjectInstanceJsonValues(DetachedDataObjectInstanceVariableContainer dataObjectInstance, com.fasterxml.jackson.databind.node.ObjectNode itemNode) 
- 
Uses of DetachedDataObjectInstanceVariableContainer in com.flowable.dataobject.engine.impl.runtime.datasourceMethods in com.flowable.dataobject.engine.impl.runtime.datasource that return DetachedDataObjectInstanceVariableContainerModifier and TypeMethodDescriptionDataObjectOperations.createDetachedDataObjectInstance(com.fasterxml.jackson.databind.node.ObjectNode data, String lookupIdValue, DataObjectDefinition dataObjectDefinition, ServiceRegistryDataObjectModel objectModel, String tenantId)