Uses of Interface
org.operaton.bpm.engine.impl.identity.Account
Packages that use Account
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 Account in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return AccountModifier and TypeMethodDescriptionIdentityService.getUserAccount(String userId, String userPassword, String accountName) Deprecated. -
Uses of Account in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return AccountModifier and TypeMethodDescriptionIdentityServiceImpl.getUserAccount(String userId, String userPassword, String accountName) -
Uses of Account in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return Account -
Uses of Account in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement Account