public interface DirectoryEntityResolver
Modifier and Type | Method and Description |
---|---|
<T extends DirectoryEntity> |
put(T entity) |
void |
putAll(List<? extends DirectoryEntity> entities) |
<T extends DirectoryEntity> |
resolve(long directoryId,
String key,
Class<T> entityClass) |
<T extends DirectoryEntity> |
resolveAllOrNothing(long directoryId,
Collection<String> keys,
Class<T> entityClass)
Returns list of all entities for the given keys, or null if any of the corresponding entities can't be found.
|
@Nullable <T extends DirectoryEntity> T resolve(long directoryId, String key, Class<T> entityClass)
<T extends DirectoryEntity> void put(T entity)
@Nullable <T extends DirectoryEntity> List<T> resolveAllOrNothing(long directoryId, Collection<String> keys, Class<T> entityClass)
void putAll(List<? extends DirectoryEntity> entities)
Copyright © 2021 Atlassian. All rights reserved.