Uses of Interface
com.flowable.dataobject.api.repository.DataObjectSchemaDefinition
-
Uses of DataObjectSchemaDefinition in com.flowable.dataobject.engine.impl.deployer
Methods in com.flowable.dataobject.engine.impl.deployer that return DataObjectSchemaDefinition Modifier and Type Method Description protected DataObjectSchemaDefinition
DataObjectSchemaDefinitionDeployer. getMostRecentVersionOfDefinition(java.lang.String key, java.lang.String tenantId)
-
Uses of DataObjectSchemaDefinition in com.flowable.dataobject.engine.impl.persistence.entity
Subinterfaces of DataObjectSchemaDefinition in com.flowable.dataobject.engine.impl.persistence.entity Modifier and Type Interface Description interface
DataObjectSchemaDefinitionEntity
Classes in com.flowable.dataobject.engine.impl.persistence.entity that implement DataObjectSchemaDefinition Modifier and Type Class Description class
DataObjectSchemaDefinitionEntityImpl
Methods in com.flowable.dataobject.engine.impl.persistence.entity that return types with arguments of type DataObjectSchemaDefinition Modifier and Type Method Description java.util.List<DataObjectSchemaDefinition>
DataObjectSchemaDefinitionEntityManager. findByCriteria(DataObjectSchemaDefinitionQuery query)
java.util.List<DataObjectSchemaDefinition>
DataObjectSchemaDefinitionEntityManagerImpl. findByCriteria(DataObjectSchemaDefinitionQuery query)
-
Uses of DataObjectSchemaDefinition 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 DataObjectSchemaDefinition Modifier and Type Method Description java.util.List<DataObjectSchemaDefinition>
DataObjectSchemaDefinitionDataManager. findByCriteria(DataObjectSchemaDefinitionQueryImpl query)
-
Uses of DataObjectSchemaDefinition 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 DataObjectSchemaDefinition Modifier and Type Method Description java.util.List<DataObjectSchemaDefinition>
MybatisDataObjectSchemaDefinitionDataManager. findByCriteria(DataObjectSchemaDefinitionQueryImpl query)
-
Uses of DataObjectSchemaDefinition in com.flowable.dataobject.engine.impl.repository
Methods in com.flowable.dataobject.engine.impl.repository that return types with arguments of type DataObjectSchemaDefinition Modifier and Type Method Description java.util.List<DataObjectSchemaDefinition>
DataObjectSchemaDefinitionQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of DataObjectSchemaDefinition in com.flowable.dataobject.rest.service.api.repository
Constructors in com.flowable.dataobject.rest.service.api.repository with parameters of type DataObjectSchemaDefinition Constructor Description DataObjectSchemaDefinitionResponse(DataObjectSchemaDefinition definition)