Uses of Interface
com.atlassian.jira.entity.property.EntityProperty

Packages that use EntityProperty
com.atlassian.jira.bc.issue.properties   
com.atlassian.jira.bc.project.property   
com.atlassian.jira.entity   
com.atlassian.jira.entity.property   
com.atlassian.jira.event.entity   
com.atlassian.jira.event.issue.property   
com.atlassian.jira.event.project.property   
 

Uses of EntityProperty in com.atlassian.jira.bc.issue.properties
 

Methods in com.atlassian.jira.bc.issue.properties that return types with arguments of type EntityProperty
 com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,IssuePropertyDeletedEvent> IssuePropertyHelper.createDeletePropertyEventFunction()
           
 com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,IssuePropertySetEvent> IssuePropertyHelper.createSetPropertyEventFunction()
           
 

Uses of EntityProperty in com.atlassian.jira.bc.project.property
 

Methods in com.atlassian.jira.bc.project.property that return types with arguments of type EntityProperty
 com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,ProjectPropertyDeletedEvent> ProjectPropertyHelper.createDeletePropertyEventFunction()
           
 com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,ProjectPropertySetEvent> ProjectPropertyHelper.createSetPropertyEventFunction()
           
 

Uses of EntityProperty in com.atlassian.jira.entity
 

Fields in com.atlassian.jira.entity with type parameters of type EntityProperty
static EntityFactory<EntityProperty> Entity.ENTITY_PROPERTY
           
 

Methods in com.atlassian.jira.entity that return EntityProperty
 EntityProperty EntityPropertyFactory.build(org.ofbiz.core.entity.GenericValue gv)
           
 

Methods in com.atlassian.jira.entity with parameters of type EntityProperty
 Map<String,Object> EntityPropertyFactory.fieldMapFrom(EntityProperty entityProperty)
           
 

Uses of EntityProperty in com.atlassian.jira.entity.property
 

Classes in com.atlassian.jira.entity.property that implement EntityProperty
 class EntityPropertyImpl
           
 

Methods in com.atlassian.jira.entity.property that return EntityProperty
static EntityProperty EntityPropertyImpl.existing(Long id, String entityName, Long entityId, String key, String value, Timestamp created, Timestamp updated)
           
static EntityProperty EntityPropertyImpl.forCreate(String entityName, Long entityId, String key, String value)
           
 EntityProperty JsonEntityPropertyManagerImpl.get(String entityName, Long entityId, String key)
           
 EntityProperty JsonEntityPropertyManager.get(String entityName, Long entityId, String key)
          Look up an entity property by the entity name, entity id, and property key.
 

Methods in com.atlassian.jira.entity.property that return types with arguments of type EntityProperty
 com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> EntityPropertyHelper.createDeletePropertyEventFunction()
           
 com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> EntityPropertyHelper.createSetPropertyEventFunction()
           
 List<EntityProperty> EntityPropertyQuery.ExecutableQuery.find()
          Produces a list of entity properties that satisfy this query.
 com.atlassian.fugue.Option<EntityProperty> EntityPropertyService.PropertyServiceResult.getEntityProperty()
           
 

Method parameters in com.atlassian.jira.entity.property with type arguments of type EntityProperty
 void EntityPropertyQuery.ExecutableQuery.find(Visitor<EntityProperty> visitor)
          Produces a call to the provided visitor for each entity property that satisfies this query.
 

Constructor parameters in com.atlassian.jira.entity.property with type arguments of type EntityProperty
EntityPropertyService.DeletePropertyValidationResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<EntityProperty> entityProperty)
           
EntityPropertyService.PropertyResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<EntityProperty> entityProperty)
           
EntityPropertyService.PropertyServiceResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<EntityProperty> entityProperty)
           
 

Uses of EntityProperty in com.atlassian.jira.event.entity
 

Methods in com.atlassian.jira.event.entity that return EntityProperty
 EntityProperty AbstractPropertyEvent.getEntityProperty()
           
 

Constructors in com.atlassian.jira.event.entity with parameters of type EntityProperty
AbstractPropertyEvent(EntityProperty entityProperty, ApplicationUser user)
           
 

Uses of EntityProperty in com.atlassian.jira.event.issue.property
 

Constructors in com.atlassian.jira.event.issue.property with parameters of type EntityProperty
IssuePropertyDeletedEvent(EntityProperty entityProperty, ApplicationUser user)
           
IssuePropertySetEvent(EntityProperty entityProperty, ApplicationUser user)
           
 

Uses of EntityProperty in com.atlassian.jira.event.project.property
 

Constructors in com.atlassian.jira.event.project.property with parameters of type EntityProperty
ProjectPropertyDeletedEvent(EntityProperty entityProperty, ApplicationUser user)
           
ProjectPropertySetEvent(EntityProperty entityProperty, ApplicationUser user)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.