Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
-
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type UserProfileDto Modifier and Type Method Description List<UserProfileDto>
UserRestService. queryUsers(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest.dto.identity
Fields in org.camunda.bpm.engine.rest.dto.identity declared as UserProfileDto Modifier and Type Field Description protected UserProfileDto
PasswordPolicyRequestDto. profile
protected UserProfileDto
UserDto. profile
Methods in org.camunda.bpm.engine.rest.dto.identity that return UserProfileDto Modifier and Type Method Description static UserProfileDto
UserProfileDto. fromUser(User user)
UserProfileDto
PasswordPolicyRequestDto. getProfile()
UserProfileDto
UserDto. getProfile()
Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type UserProfileDto Modifier and Type Method Description static List<UserProfileDto>
UserProfileDto. fromUserList(List<User> sourceList)
Methods in org.camunda.bpm.engine.rest.dto.identity with parameters of type UserProfileDto Modifier and Type Method Description void
PasswordPolicyRequestDto. setProfile(UserProfileDto profile)
void
UserDto. setProfile(UserProfileDto profile)
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type UserProfileDto Modifier and Type Method Description List<UserProfileDto>
UserRestServiceImpl. queryUsers(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<UserProfileDto>
UserRestServiceImpl. queryUsers(UserQueryDto queryDto, Integer firstResult, Integer maxResults)
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest.sub.identity
Methods in org.camunda.bpm.engine.rest.sub.identity that return UserProfileDto Modifier and Type Method Description UserProfileDto
UserResource. getUserProfile(javax.ws.rs.core.UriInfo context)
Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type UserProfileDto Modifier and Type Method Description void
UserResource. updateProfile(UserProfileDto profile)
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest.sub.identity.impl
Methods in org.camunda.bpm.engine.rest.sub.identity.impl that return UserProfileDto Modifier and Type Method Description UserProfileDto
UserResourceImpl. getUserProfile(javax.ws.rs.core.UriInfo context)
Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type UserProfileDto Modifier and Type Method Description void
UserResourceImpl. updateProfile(UserProfileDto profile)
-