Uses of Class
com.atlassian.jira.association.NodeAssocationType

Packages that use NodeAssocationType
com.atlassian.jira.association   
com.atlassian.jira.project   
 

Uses of NodeAssocationType in com.atlassian.jira.association
 

Fields in com.atlassian.jira.association declared as NodeAssocationType
static NodeAssocationType NodeAssocationType.ISSUE_TO_AFFECTS_VERISON
           
static NodeAssocationType NodeAssocationType.ISSUE_TO_COMPONENT
           
static NodeAssocationType NodeAssocationType.ISSUE_TO_FIX_VERISON
           
 

Methods in com.atlassian.jira.association with parameters of type NodeAssocationType
 void NodeAssociationStoreImpl.createAssociation(NodeAssocationType type, Long sourceNodeId, Long sinkNodeId)
           
 void NodeAssociationStore.createAssociation(NodeAssocationType type, Long sourceNodeId, Long sinkNodeId)
          Create an association between two entities, given a particular association type.
 List<Long> NodeAssociationStoreImpl.getSinkIdsFromSource(NodeAssocationType nodeAssocationType, Long sourceNodeId)
           
 List<Long> NodeAssociationStore.getSinkIdsFromSource(NodeAssocationType nodeAssocationType, Long sourceId)
           
 List<Long> NodeAssociationStoreImpl.getSourceIdsFromSink(NodeAssocationType nodeAssocationType, Long sinkNodeId)
           
 List<Long> NodeAssociationStore.getSourceIdsFromSink(NodeAssocationType nodeAssocationType, Long sinkId)
           
 void NodeAssociationStoreImpl.removeAssociation(NodeAssocationType type, Long sourceNodeId, Long sinkNodeId)
           
 void NodeAssociationStore.removeAssociation(NodeAssocationType type, Long sourceNodeId, Long sinkNodeId)
          Removes the given association if it exists.
 void NodeAssociationStoreImpl.removeAssociationsFromSource(NodeAssocationType nodeAssocationType, Long sourceNodeId)
           
 void NodeAssociationStore.removeAssociationsFromSource(NodeAssocationType nodeAssocationType, Long sourceId)
          Remove associations of the given type from the given source.
 

Uses of NodeAssocationType in com.atlassian.jira.project
 

Fields in com.atlassian.jira.project declared as NodeAssocationType
static NodeAssocationType ProjectRelationConstants.PROJECT_CATEGORY_ASSOC
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.