Uses of Record Class
com.flowable.microsoft.graph.impl.AbstractGraphQuery.GraphQueryPath
Packages that use AbstractGraphQuery.GraphQueryPath
-
Uses of AbstractGraphQuery.GraphQueryPath in com.flowable.idm.engine.microsoft.graph
Methods in com.flowable.idm.engine.microsoft.graph that return AbstractGraphQuery.GraphQueryPathModifier and TypeMethodDescriptionprotected AbstractGraphQuery.GraphQueryPathGraphGroupQuery.groupsForMemberPath(String userId) protected AbstractGraphQuery.GraphQueryPathGraphUserQuery.membersOfGroupPath(String groupId) Methods in com.flowable.idm.engine.microsoft.graph that return types with arguments of type AbstractGraphQuery.GraphQueryPathModifier and TypeMethodDescriptionprotected Collection<AbstractGraphQuery.GraphQueryPath> GraphGroupQuery.groupsForMembersPath(Collection<String> userIds) protected Collection<AbstractGraphQuery.GraphQueryPath> GraphUserQuery.membersOfGroupsPath(Collection<String> groupIds) -
Uses of AbstractGraphQuery.GraphQueryPath in com.flowable.microsoft.graph.impl
Methods in com.flowable.microsoft.graph.impl that return types with arguments of type AbstractGraphQuery.GraphQueryPathModifier and TypeMethodDescriptionAbstractGraphQuery.GraphQuery.queryPaths()Returns the value of thequeryPathsrecord component.Methods in com.flowable.microsoft.graph.impl with parameters of type AbstractGraphQuery.GraphQueryPathModifier and TypeMethodDescriptionprotected longAbstractGraphQuery.countByPath(org.flowable.http.common.api.HttpRequest request, AbstractGraphQuery.GraphQueryPath queryPath, AbstractGraphQuery.GraphQuery graphQuery) protected AbstractGraphQuery.QueryResult<U> AbstractGraphQuery.queryByPath(org.flowable.http.common.api.HttpRequest request, AbstractGraphQuery.GraphQueryPath queryPath, AbstractGraphQuery.GraphQuery graphQuery, MultiValueMap<String, String> defaultQueryParams) Constructor parameters in com.flowable.microsoft.graph.impl with type arguments of type AbstractGraphQuery.GraphQueryPathModifierConstructorDescriptionGraphQuery(List<Collection<AbstractGraphQuery.GraphQueryPath>> queryPaths, Search search, Filter filter) Creates an instance of aGraphQueryrecord class.