com.atlassian.crowd.model
Class DirectoryEntities

java.lang.Object
  extended by com.atlassian.crowd.model.DirectoryEntities

public class DirectoryEntities
extends Object

Utility class for DirectoryEntity.

Since:
2.8.1

Field Summary
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 Summary
DirectoryEntities()
           
 
Method Summary
static Iterable<String> namesOf(Iterable<? extends DirectoryEntity> entities)
          Transforms entities into their names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

DirectoryEntities

public DirectoryEntities()
Method Detail

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.