Class PlatformUserResponseUtil
- java.lang.Object
-
- com.flowable.platform.service.util.PlatformUserResponseUtil
-
public class PlatformUserResponseUtil extends Object
- Author:
- Christopher Welsch
-
-
Constructor Summary
Constructors Constructor Description PlatformUserResponseUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlatformUserResponse
createPlatformUserResponse(PlatformUser user)
static List<PlatformUserResponse>
createUserResponseList(List<PlatformUser> users)
-
-
-
Method Detail
-
createUserResponseList
public static List<PlatformUserResponse> createUserResponseList(List<PlatformUser> users)
-
createPlatformUserResponse
public static PlatformUserResponse createPlatformUserResponse(PlatformUser user)
-
-