Uses of Class
org.operaton.bpm.engine.identity.Picture
Packages that use Picture
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 Picture in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return PictureModifier and TypeMethodDescriptionIdentityService.getUserPicture(String userId) Retrieves the picture for a given user.Methods in org.operaton.bpm.engine with parameters of type PictureModifier and TypeMethodDescriptionvoidIdentityService.setUserPicture(String userId, Picture picture) Sets the picture for a given user. -
Uses of Picture in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return PictureMethods in org.operaton.bpm.engine.impl with parameters of type PictureModifier and TypeMethodDescriptionvoidIdentityServiceImpl.setUserPicture(String userId, Picture picture) -
Uses of Picture in org.operaton.bpm.engine.impl.cmd
Fields in org.operaton.bpm.engine.impl.cmd declared as PictureMethods in org.operaton.bpm.engine.impl.cmd that return PictureConstructors in org.operaton.bpm.engine.impl.cmd with parameters of type Picture