public class BackgroundQueriesProcessor extends Object implements Closeable
Constructor and Description |
---|
BackgroundQueriesProcessor(String threadPoolName,
Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier,
Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DeltaQueryResult<GroupWithMembershipChanges> |
getGroups() |
DeltaQueryResult<UserWithAttributes> |
getUsers() |
public BackgroundQueriesProcessor(String threadPoolName, Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier, Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier)
public DeltaQueryResult<UserWithAttributes> getUsers() throws OperationFailedException
OperationFailedException
public DeltaQueryResult<GroupWithMembershipChanges> getGroups() throws OperationFailedException
OperationFailedException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2021 Atlassian. All rights reserved.