Uses of Interface
com.flowable.dataobject.api.runtime.DataObjectInstance
-
Uses of DataObjectInstance in com.flowable.dataobject.engine.impl.persistence.entity
Subinterfaces of DataObjectInstance in com.flowable.dataobject.engine.impl.persistence.entity Modifier and Type Interface Description interface
DataObjectInstanceEntity
Classes in com.flowable.dataobject.engine.impl.persistence.entity that implement DataObjectInstance Modifier and Type Class Description class
DataObjectInstanceEntityImpl
Methods in com.flowable.dataobject.engine.impl.persistence.entity that return types with arguments of type DataObjectInstance Modifier and Type Method Description java.util.List<DataObjectInstance>
DataObjectInstanceEntityManager. findByCriteria(DataObjectInstanceQuery query)
java.util.List<DataObjectInstance>
DataObjectInstanceEntityManagerImpl. findByCriteria(DataObjectInstanceQuery query)
-
Uses of DataObjectInstance in com.flowable.dataobject.engine.impl.persistence.entity.data
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data that return types with arguments of type DataObjectInstance Modifier and Type Method Description java.util.List<DataObjectInstance>
DataObjectInstanceDataManager. findByCriteria(DataObjectInstanceQueryImpl query)
-
Uses of DataObjectInstance in com.flowable.dataobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data.impl that return types with arguments of type DataObjectInstance Modifier and Type Method Description java.util.List<DataObjectInstance>
MybatisDataObjectInstanceDataManager. findByCriteria(DataObjectInstanceQueryImpl query)
-
Uses of DataObjectInstance in com.flowable.dataobject.engine.impl.runtime
Methods in com.flowable.dataobject.engine.impl.runtime that return types with arguments of type DataObjectInstance Modifier and Type Method Description java.util.List<DataObjectInstance>
DataObjectInstanceQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)