Uses of Interface
com.flowable.core.idm.api.UserAccountDefinition
-
Uses of UserAccountDefinition in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>UserAccountDefinitionRegistrationBuilder. register()Perform the registration of all registered definitions within the resources -
Uses of UserAccountDefinition in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>UserAccountDefinitionQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<UserAccountDefinition>UserAccountDefinitionRegistrationBuilderImpl. register()java.util.List<UserAccountDefinition>UserAccountDefinitionServiceImpl. register(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder)Methods in com.flowable.idm.engine.impl with parameters of type UserAccountDefinition Modifier and Type Method Description voidUserAccountDefinitionModelManager. addUserAccountDefinitionModel(UserAccountDefinition userAccountDefinition, UserAccountDefinitionModel userAccountDefinitionModel)voidUserAccountDefinitionModelManager. removeUserAccountDefinition(UserAccountDefinition userAccountDefinition) -
Uses of UserAccountDefinition in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>RegisterUserAccountDefinitionsCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of UserAccountDefinition in com.flowable.idm.engine.impl.persistence.entity
Subinterfaces of UserAccountDefinition in com.flowable.idm.engine.impl.persistence.entity Modifier and Type Interface Description interfaceUserAccountDefinitionEntityClasses in com.flowable.idm.engine.impl.persistence.entity that implement UserAccountDefinition Modifier and Type Class Description classUserAccountDefinitionEntityImplMethods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>UserAccountDefinitionEntityManager. findByCriteria(UserAccountDefinitionQuery query)java.util.List<UserAccountDefinition>UserAccountDefinitionEntityManagerImpl. findByCriteria(UserAccountDefinitionQuery query) -
Uses of UserAccountDefinition in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>UserAccountDefinitionDataManager. findByCriteria(UserAccountDefinitionQueryImpl query) -
Uses of UserAccountDefinition in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>MybatisUserAccountDefinitionDataManager. findByCriteria(UserAccountDefinitionQueryImpl query) -
Uses of UserAccountDefinition in com.flowable.idm.engine.test
Fields in com.flowable.idm.engine.test with type parameters of type UserAccountDefinition Modifier and Type Field Description protected java.util.List<UserAccountDefinition>PlatformIdmTestHelper. classUserAccountDefinitionsprotected java.util.List<UserAccountDefinition>PlatformIdmTestHelper. methodUserAccountDefinitionsMethods in com.flowable.idm.engine.test that return types with arguments of type UserAccountDefinition Modifier and Type Method Description java.util.List<UserAccountDefinition>PlatformIdmTestHelper. getClassUserAccountDefinitions()java.util.List<UserAccountDefinition>PlatformIdmTestHelper. getMethodUserAccountDefinitions()protected java.util.List<UserAccountDefinition>PlatformIdmTestHelper. registerUserAccountDefinitions(java.lang.String[] resources, java.lang.String tenantId)Method parameters in com.flowable.idm.engine.test with type arguments of type UserAccountDefinition Modifier and Type Method Description voidPlatformIdmTestHelper. setClassUserAccountDefinitions(java.util.List<UserAccountDefinition> classUserAccountDefinitions)voidPlatformIdmTestHelper. setMethodUserAccountDefinitions(java.util.List<UserAccountDefinition> methodUserAccountDefinitions)