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 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 List<UserAccountDefinition>
UserAccountDefinitionQueryImpl. executeList(CommandContext commandContext)
List<UserAccountDefinition>
UserAccountDefinitionRegistrationBuilderImpl. register()
List<UserAccountDefinition>
UserAccountDefinitionServiceImpl. register(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder)
Methods in com.flowable.idm.engine.impl with parameters of type UserAccountDefinition Modifier and Type Method Description void
UserAccountDefinitionModelManager. addUserAccountDefinitionModel(UserAccountDefinition userAccountDefinition, UserAccountDefinitionModel userAccountDefinitionModel)
void
UserAccountDefinitionModelManager. removeUserAccountDefinition(UserAccountDefinition userAccountDefinition)
-
Uses of UserAccountDefinition in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return UserAccountDefinition Modifier and Type Method Description protected UserAccountDefinition
AbstractNeedsUserAccountDefinitionCmd. resolveUserAccountDefinition(CommandContext commandContext, String userAccountDefinitionKey, String tenantId)
Methods in com.flowable.idm.engine.impl.cmd that return types with arguments of type UserAccountDefinition Modifier and Type Method Description List<UserAccountDefinition>
RegisterUserAccountDefinitionsCmd. execute(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 interface
UserAccountDefinitionEntity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement UserAccountDefinition Modifier and Type Class Description class
UserAccountDefinitionEntityImpl
Methods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccountDefinition Modifier and Type Method Description List<UserAccountDefinition>
UserAccountDefinitionEntityManager. findByCriteria(UserAccountDefinitionQuery query)
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 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 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 List<UserAccountDefinition>
PlatformIdmTestHelper. classUserAccountDefinitions
protected List<UserAccountDefinition>
PlatformIdmTestHelper. methodUserAccountDefinitions
Methods in com.flowable.idm.engine.test that return types with arguments of type UserAccountDefinition Modifier and Type Method Description List<UserAccountDefinition>
PlatformIdmTestHelper. getClassUserAccountDefinitions()
List<UserAccountDefinition>
PlatformIdmTestHelper. getMethodUserAccountDefinitions()
protected List<UserAccountDefinition>
PlatformIdmTestHelper. registerUserAccountDefinitions(String[] resources, String tenantId)
Method parameters in com.flowable.idm.engine.test with type arguments of type UserAccountDefinition Modifier and Type Method Description void
PlatformIdmTestHelper. setClassUserAccountDefinitions(List<UserAccountDefinition> classUserAccountDefinitions)
void
PlatformIdmTestHelper. setMethodUserAccountDefinitions(List<UserAccountDefinition> methodUserAccountDefinitions)
-