Uses of Class
org.activiti.cloud.services.query.model.IntegrationContextEntity
-
Packages that use IntegrationContextEntity Package Description org.activiti.cloud.services.query.model -
-
Uses of IntegrationContextEntity in org.activiti.cloud.services.query.model
Methods in org.activiti.cloud.services.query.model that return IntegrationContextEntity Modifier and Type Method Description IntegrationContextEntityServiceTaskEntity. getIntegrationContext()Methods in org.activiti.cloud.services.query.model with parameters of type IntegrationContextEntity Modifier and Type Method Description voidServiceTaskEntity. setIntegrationContext(IntegrationContextEntity integrationContext)Constructor parameters in org.activiti.cloud.services.query.model with type arguments of type IntegrationContextEntity Constructor Description QIntegrationContextEntity(com.querydsl.core.types.Path<? extends IntegrationContextEntity> path)QIntegrationContextEntity(Class<? extends IntegrationContextEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-