com.atlassian.crowd.model
Class DirectoryEntities
java.lang.Object
com.atlassian.crowd.model.DirectoryEntities
public class DirectoryEntities
- extends Object
Utility class for DirectoryEntity.
- Since:
- 2.8.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME_FUNCTION
public static final com.google.common.base.Function<DirectoryEntity,String> NAME_FUNCTION
- A function that projects the name
LOWER_NAME_FUNCTION
public static final com.google.common.base.Function<DirectoryEntity,String> LOWER_NAME_FUNCTION
- A function that projects the lower case name
DirectoryEntities
public DirectoryEntities()
namesOf
public static Iterable<String> namesOf(Iterable<? extends DirectoryEntity> entities)
- Transforms entities into their names.
- Parameters:
entities - some entities
- Returns:
- their names
Copyright © 2015 Atlassian. All Rights Reserved.