Uses of Interface
org.operaton.bpm.engine.identity.NativeUserQuery
Packages that use NativeUserQuery
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of NativeUserQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return NativeUserQueryModifier and TypeMethodDescriptionIdentityService.createNativeUserQuery()Creates aNativeUserQuerythat allows to select users with native queries. -
Uses of NativeUserQuery in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement NativeUserQueryMethods in org.operaton.bpm.engine.impl that return NativeUserQuery -
Uses of NativeUserQuery in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return NativeUserQueryModifier and TypeMethodDescriptionCreateNativeUserQueryCmd.execute(CommandContext commandContext) -
Uses of NativeUserQuery in org.operaton.bpm.engine.impl.identity
Methods in org.operaton.bpm.engine.impl.identity that return NativeUserQueryModifier and TypeMethodDescriptionReadOnlyIdentityProvider.createNativeUserQuery()Creates aNativeUserQuerythat allows to select users with native queries. -
Uses of NativeUserQuery in org.operaton.bpm.engine.impl.identity.db
Methods in org.operaton.bpm.engine.impl.identity.db that return NativeUserQuery -
Uses of NativeUserQuery in org.operaton.bpm.identity.impl.ldap
Methods in org.operaton.bpm.identity.impl.ldap that return NativeUserQuery -
Uses of NativeUserQuery in org.operaton.bpm.spring.boot.starter.security.oauth2.impl
Methods in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that return NativeUserQuery