com.atlassian.crowd.model
public class DirectoryEntities extends Object
DirectoryEntity.| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<DirectoryEntity,String> |
LOWER_NAME_FUNCTION
A function that projects the lower case name
|
static com.google.common.base.Function<DirectoryEntity,String> |
NAME_FUNCTION
A function that projects the name
|
| Constructor and Description |
|---|
DirectoryEntities() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
namesOf(Iterable<? extends DirectoryEntity> entities)
Transforms entities into their names.
|
public static final com.google.common.base.Function<DirectoryEntity,String> NAME_FUNCTION
public static final com.google.common.base.Function<DirectoryEntity,String> LOWER_NAME_FUNCTION
public static Iterable<String> namesOf(Iterable<? extends DirectoryEntity> entities)
entities - some entitiesCopyright © 2015 Atlassian. All Rights Reserved.