Uses of Class
org.flowable.ui.common.model.RemoteGroup
-
Packages that use RemoteGroup Package Description org.flowable.ui.common.model org.flowable.ui.common.service.idm -
-
Uses of RemoteGroup in org.flowable.ui.common.model
Fields in org.flowable.ui.common.model with type parameters of type RemoteGroup Modifier and Type Field Description protected List<RemoteGroup>RemoteUser. groupsMethods in org.flowable.ui.common.model that return types with arguments of type RemoteGroup Modifier and Type Method Description List<RemoteGroup>RemoteUser. getGroups()Method parameters in org.flowable.ui.common.model with type arguments of type RemoteGroup Modifier and Type Method Description voidRemoteUser. setGroups(List<RemoteGroup> groups) -
Uses of RemoteGroup in org.flowable.ui.common.service.idm
Methods in org.flowable.ui.common.service.idm that return RemoteGroup Modifier and Type Method Description RemoteGroupRemoteIdmService. getGroup(String groupId)RemoteGroupRemoteIdmServiceImpl. getGroup(String groupId)protected RemoteGroupRemoteIdmServiceImpl. parseGroupInfo(com.fasterxml.jackson.databind.JsonNode json)Methods in org.flowable.ui.common.service.idm that return types with arguments of type RemoteGroup Modifier and Type Method Description List<RemoteGroup>RemoteIdmService. findGroupsByNameFilter(String filter)List<RemoteGroup>RemoteIdmServiceImpl. findGroupsByNameFilter(String filter)protected List<RemoteGroup>RemoteIdmServiceImpl. parseGroupsInfo(com.fasterxml.jackson.databind.JsonNode json)
-