Uses of Interface
com.flowable.engage.api.ConversationDefinition
-
-
Uses of ConversationDefinition in com.flowable.engage.api
Methods in com.flowable.engage.api that return ConversationDefinition Modifier and Type Method Description ConversationDefinition
ConversationDefinitionBuilder. create()
Methods in com.flowable.engage.api that return types with arguments of type ConversationDefinition Modifier and Type Method Description List<ConversationDefinition>
ConversationDefinitionRegistrationBuilder. register()
Perform the registration of all registered definitions within the resources -
Uses of ConversationDefinition in com.flowable.engage.engine.impl
Methods in com.flowable.engage.engine.impl that return types with arguments of type ConversationDefinition Modifier and Type Method Description List<ConversationDefinition>
ConversationDefinitionQueryImpl. executeList(CommandContext commandContext)
List<ConversationDefinition>
ConversationDefinitionRegistrationBuilderImpl. register()
List<ConversationDefinition>
ConversationDefinitionServiceImpl. register(ConversationDefinitionRegistrationBuilderImpl registrationBuilder)
-
Uses of ConversationDefinition in com.flowable.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return types with arguments of type ConversationDefinition Modifier and Type Method Description List<ConversationDefinition>
RegisterConversationDefinitionsCmd. execute(CommandContext commandContext)
-
Uses of ConversationDefinition in com.flowable.engage.engine.impl.persistence.entity
Subinterfaces of ConversationDefinition in com.flowable.engage.engine.impl.persistence.entity Modifier and Type Interface Description interface
ConversationDefinitionEntity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationDefinition Modifier and Type Class Description class
ConversationDefinitionEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ConversationDefinition Modifier and Type Method Description List<ConversationDefinition>
ConversationDefinitionEntityManager. findByCriteria(ConversationDefinitionQuery query)
List<ConversationDefinition>
ConversationDefinitionEntityManagerImpl. findByCriteria(ConversationDefinitionQuery query)
-
Uses of ConversationDefinition in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type ConversationDefinition Modifier and Type Method Description List<ConversationDefinition>
ConversationDefinitionDataManager. findByCriteria(ConversationDefinitionQueryImpl query)
-
Uses of ConversationDefinition in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ConversationDefinition Modifier and Type Method Description List<ConversationDefinition>
MybatisConversationDefinitionDataManager. findByCriteria(ConversationDefinitionQueryImpl query)
-
Uses of ConversationDefinition in com.flowable.engage.engine.test
Fields in com.flowable.engage.engine.test with type parameters of type ConversationDefinition Modifier and Type Field Description protected List<ConversationDefinition>
EngageTestHelper. classUserDefinitionDeployment
protected List<ConversationDefinition>
EngageTestHelper. methodUserDefinitionDeployment
Methods in com.flowable.engage.engine.test that return types with arguments of type ConversationDefinition Modifier and Type Method Description protected List<ConversationDefinition>
EngageTestHelper. deploy(String[] resources, String deploymentName)
List<ConversationDefinition>
EngageTestHelper. getClassUserDefinitionDeployment()
List<ConversationDefinition>
EngageTestHelper. getMethodUserDefinitionDeployment()
Method parameters in com.flowable.engage.engine.test with type arguments of type ConversationDefinition Modifier and Type Method Description void
EngageTestHelper. setClassUserDefinitionDeployment(List<ConversationDefinition> classUserDefinitionDeployment)
void
EngageTestHelper. setMethodUserDefinitionDeployment(List<ConversationDefinition> methodUserDefinitionDeployment)
-