com.atlassian.jira.entity.property
Class EntityPropertyService.PropertyKeys<E>

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.entity.property.EntityPropertyService.PropertyKeys<E>
All Implemented Interfaces:
ServiceResult
Enclosing interface:
EntityPropertyService<T extends WithId>

@ExperimentalApi
public static class EntityPropertyService.PropertyKeys<E>
extends ServiceResultImpl


Constructor Summary
EntityPropertyService.PropertyKeys(ErrorCollection errorCollection, List<String> keys, E entity)
           
 
Method Summary
 E getEntity()
           
 List<String> getKeys()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPropertyService.PropertyKeys

public EntityPropertyService.PropertyKeys(ErrorCollection errorCollection,
                                          List<String> keys,
                                          E entity)
Method Detail

getKeys

public List<String> getKeys()

getEntity

public E getEntity()


Copyright © 2002-2014 Atlassian. All Rights Reserved.