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
OperationFailedExceptionpublic DeltaQueryResult<GroupWithMembershipChanges> getGroups() throws OperationFailedException
OperationFailedExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2019 Atlassian. All rights reserved.