Uses of Class
org.flowable.idm.api.Picture
Packages that use Picture
-
Uses of Picture in org.flowable.idm.api
Methods in org.flowable.idm.api that return PictureModifier and TypeMethodDescriptionIdmIdentityService.getUserPicture(String userId) Retrieves the picture for a given user.Methods in org.flowable.idm.api with parameters of type PictureModifier and TypeMethodDescriptionvoidIdmIdentityService.setUserPicture(String userId, Picture picture) Sets the picture for a given user.