Uses of Class
org.flowable.idm.api.Picture
-
Packages that use Picture Package Description org.flowable.idm.api -
-
Uses of Picture in org.flowable.idm.api
Methods in org.flowable.idm.api that return Picture Modifier and Type Method Description PictureIdmIdentityService. getUserPicture(String userId)Retrieves the picture for a given user.Methods in org.flowable.idm.api with parameters of type Picture Modifier and Type Method Description voidIdmIdentityService. setUserPicture(String userId, Picture picture)Sets the picture for a given user.
-