Uses of Interface
com.atlassian.jira.rest.client.api.IdentifiableEntity

Packages that use IdentifiableEntity
com.atlassian.jira.rest.client.api.domain   
com.atlassian.jira.rest.client.api.domain.input   
 

Uses of IdentifiableEntity in com.atlassian.jira.rest.client.api.domain
 

Classes in com.atlassian.jira.rest.client.api.domain with type parameters of type IdentifiableEntity
static class EntityHelper.HasIdPredicate<T extends IdentifiableEntity<K>,K>
           
 

Classes in com.atlassian.jira.rest.client.api.domain that implement IdentifiableEntity
 class BasicIssue
          Very basic (key and link only) representation of a JIRA issue.
 class BasicIssueType
          Basic information about issue type.
 class BasicPriority
          Basic information about selected priority
 class CimFieldInfo
          Contains information about field in IssueType.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions)
 class CimIssueType
          Describes issue type with fields info map.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions)
 class Field
          Representation of JIRA field, either system or custom.
 class Filter
          Represents Filter
 class Issue
          Single JIRA issue
 class IssueField
          JIRA issue field with its current value.
 class IssueType
          Complete information about a single issue type defined in JIRA
 class Priority
          Complete information about a JIRA issue priority
 class ProjectRole
          A way to group users (@see RoleActors) with projects.
 

Fields in com.atlassian.jira.rest.client.api.domain with type parameters of type IdentifiableEntity
static com.google.common.base.Function<IdentifiableEntity<String>,String> EntityHelper.GET_ENTITY_STRING_ID_FUNCTION
           
 

Methods in com.atlassian.jira.rest.client.api.domain with type parameters of type IdentifiableEntity
static
<T extends IdentifiableEntity<K>,K>
T
EntityHelper.findEntityById(Iterable<T> entities, K id)
           
static
<X extends IdentifiableEntity<Y>,Y>
EntityHelper.HasIdPredicate<X,Y>
EntityHelper.HasIdPredicate.forId(Y id)
           
 

Method parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type IdentifiableEntity
static
<T> Iterable<String>
EntityHelper.toStringIdList(Iterable<IdentifiableEntity<T>> items)
           
 

Uses of IdentifiableEntity in com.atlassian.jira.rest.client.api.domain.input
 

Classes in com.atlassian.jira.rest.client.api.domain.input that implement IdentifiableEntity
 class FieldInput
          New value for selected field - used while changing issue fields - e.g.
 



Copyright © 2013 Atlassian. All Rights Reserved.