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 List<DataObjectInstance>
DataObjectInstanceEntityManager. findByCriteria(DataObjectInstanceEntityQuery query)
List<DataObjectInstance>
DataObjectInstanceEntityManagerImpl. findByCriteria(DataObjectInstanceEntityQuery 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 List<DataObjectInstance>
DataObjectInstanceDataManager. findByCriteria(DataObjectInstanceEntityQueryImpl 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 List<DataObjectInstance>
MybatisDataObjectInstanceDataManager. findByCriteria(DataObjectInstanceEntityQueryImpl 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 List<DataObjectInstance>
DataObjectInstanceEntityQueryImpl. executeList(CommandContext commandContext)
-