Uses of Class
com.atlassian.jira.sharing.SharedEntity.TypeDescriptor

Packages that use SharedEntity.TypeDescriptor
com.atlassian.jira.favourites   
com.atlassian.jira.issue.search Interfaces and constants related to JIRA's Lucene-based search capabilities. 
com.atlassian.jira.portal   
com.atlassian.jira.sharing   
com.atlassian.jira.sharing.index   
com.atlassian.jira.sharing.type   
com.atlassian.jira.web.action.util.sharing   
com.atlassian.jira.web.bean   
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.favourites
 

Methods in com.atlassian.jira.favourites with parameters of type SharedEntity.TypeDescriptor
 Collection OfBizFavouritesStore.getFavouriteIds(User user, SharedEntity.TypeDescriptor entityType)
           
 Collection FavouritesStore.getFavouriteIds(User user, SharedEntity.TypeDescriptor entityType)
          Get the ids of a user's favourite Entities for a given entity type
 Collection FavouritesManager.getFavouriteIds(User user, SharedEntity.TypeDescriptor entityType)
          Get the ids of a user's favourite Entities for a given entity type
 Collection CachingFavouritesStore.getFavouriteIds(User user, SharedEntity.TypeDescriptor entityType)
           
 Collection DefaultFavouritesManager.getFavouriteIds(User user, SharedEntity.TypeDescriptor entityType)
           
 void OfBizFavouritesStore.removeFavouritesForUser(User user, SharedEntity.TypeDescriptor entityType)
           
 void FavouritesStore.removeFavouritesForUser(User user, SharedEntity.TypeDescriptor entityType)
          Remove the favourite associations for the given User and the given type
 void FavouritesManager.removeFavouritesForUser(User user, SharedEntity.TypeDescriptor entityType)
          Remove the favourite associations for the given User and the given type
 void CachingFavouritesStore.removeFavouritesForUser(User user, SharedEntity.TypeDescriptor entityType)
           
 void DefaultFavouritesManager.removeFavouritesForUser(User user, SharedEntity.TypeDescriptor entityType)
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.issue.search
 

Fields in com.atlassian.jira.issue.search declared as SharedEntity.TypeDescriptor
static SharedEntity.TypeDescriptor SearchRequest.ENTITY_TYPE
           
 

Methods in com.atlassian.jira.issue.search that return SharedEntity.TypeDescriptor
 SharedEntity.TypeDescriptor SearchRequest.getEntityType()
           
 SharedEntity.TypeDescriptor DefaultSearchRequestManager.getType()
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.portal
 

Fields in com.atlassian.jira.portal declared as SharedEntity.TypeDescriptor
static SharedEntity.TypeDescriptor PortalPage.ENTITY_TYPE
          This is the SharedEntity type, eg "PortalPage"
 

Methods in com.atlassian.jira.portal that return SharedEntity.TypeDescriptor
 SharedEntity.TypeDescriptor AbstractPortalPageImpl.getEntityType()
           
 SharedEntity.TypeDescriptor DefaultPortalPageManager.getType()
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.sharing
 

Methods in com.atlassian.jira.sharing that return SharedEntity.TypeDescriptor
 SharedEntity.TypeDescriptor SharedEntity.TypeDescriptor.Factory.create(String name)
          should only be called by types that implement SharedEntity
 SharedEntity.TypeDescriptor SharedEntity.getEntityType()
          The type of entity it is.
 SharedEntity.TypeDescriptor SharedEntity.Indentifier.getEntityType()
           
 SharedEntity.TypeDescriptor SharedEntityAccessor.getType()
          Returns the type that this object can work with.
 SharedEntity.TypeDescriptor SharedEntity.TypeDescriptor.Factory.register(SharedEntity.TypeDescriptor typeDescriptor)
           
 

Methods in com.atlassian.jira.sharing with parameters of type SharedEntity.TypeDescriptor
 SharedEntityAccessor SharedEntityAccessor.Factory.getSharedEntityAccessor(SharedEntity.TypeDescriptor type)
          Retrieves a SharedEntityAccessor that can operate on the passed type.
 SharedEntityAccessor DefaultSharedEntityAccessorFactory.getSharedEntityAccessor(SharedEntity.TypeDescriptor type)
           
 SharedEntity.TypeDescriptor SharedEntity.TypeDescriptor.Factory.register(SharedEntity.TypeDescriptor typeDescriptor)
           
 

Constructors in com.atlassian.jira.sharing with parameters of type SharedEntity.TypeDescriptor
SharedEntity.Indentifier(Long id, SharedEntity.TypeDescriptor type, User owner)
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.sharing.index
 

Methods in com.atlassian.jira.sharing.index with parameters of type SharedEntity.TypeDescriptor
 String DefaultSharedEntityIndexer.clear(SharedEntity.TypeDescriptor type)
           
 String DefaultSharedEntityIndexer.EntityTypeConnectionManager.clear(SharedEntity.TypeDescriptor entityType)
          Clear out the index for the specified type and return the path.
 String DefaultSharedEntityIndexer.DefaultEntityTypeConnectionManager.clear(SharedEntity.TypeDescriptor key)
           
 String SharedEntityIndexer.clear(SharedEntity.TypeDescriptor type)
          Clear a particular type's index.
 SharedEntitySearcher DefaultSharedEntityIndexer.getSearcher(SharedEntity.TypeDescriptor type)
           
 org.apache.lucene.search.Searcher DefaultSharedEntityIndexer.EntityTypeConnectionManager.getSearcher(SharedEntity.TypeDescriptor type)
          Get an Searcher for the specified type.
 org.apache.lucene.search.Searcher DefaultSharedEntityIndexer.DefaultEntityTypeConnectionManager.getSearcher(SharedEntity.TypeDescriptor type)
           
 SharedEntitySearcher SharedEntityIndexer.getSearcher(SharedEntity.TypeDescriptor type)
          Get a SharedEntitySearcher for the specified SharedEntity.TypeDescriptor
 long DefaultSharedEntityIndexer.optimize(SharedEntity.TypeDescriptor type)
           
 void DefaultSharedEntityIndexer.EntityTypeConnectionManager.optimize(SharedEntity.TypeDescriptor type)
          Optimize an index.
 void DefaultSharedEntityIndexer.DefaultEntityTypeConnectionManager.optimize(SharedEntity.TypeDescriptor type)
           
 long SharedEntityIndexer.optimize(SharedEntity.TypeDescriptor type)
          Optimize a particular type's index.
 void DefaultSharedEntityIndexer.shutdown(SharedEntity.TypeDescriptor type)
           
 void DefaultSharedEntityIndexer.EntityTypeConnectionManager.shutdown(SharedEntity.TypeDescriptor entityType)
          Shutdown an index connection for the specified type.
 void DefaultSharedEntityIndexer.DefaultEntityTypeConnectionManager.shutdown(SharedEntity.TypeDescriptor key)
           
 void SharedEntityIndexer.shutdown(SharedEntity.TypeDescriptor type)
          Shutdown a particular type's index.
 void DefaultSharedEntityIndexer.EntityTypeConnectionManager.write(SharedEntity.TypeDescriptor entityType, com.atlassian.bonnie.ILuceneConnection.WriterAction writerAction)
          Write something to the index.
 void DefaultSharedEntityIndexer.DefaultEntityTypeConnectionManager.write(SharedEntity.TypeDescriptor type, com.atlassian.bonnie.ILuceneConnection.WriterAction action)
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.sharing.type
 

Methods in com.atlassian.jira.sharing.type with parameters of type SharedEntity.TypeDescriptor
 Map ShareTypeRenderer.getTranslatedTemplates(JiraAuthenticationContext userCtx, SharedEntity.TypeDescriptor type, ShareTypeRenderer.RenderMode mode)
          Return map of key -> template that can be used to show a configured shares in Javascript.
 Map ProjectShareTypeRenderer.getTranslatedTemplates(JiraAuthenticationContext authenticationContext, SharedEntity.TypeDescriptor type, ShareTypeRenderer.RenderMode mode)
           
 Map GlobalShareTypeRenderer.getTranslatedTemplates(JiraAuthenticationContext authenticationContext, SharedEntity.TypeDescriptor type, ShareTypeRenderer.RenderMode mode)
           
 Map GroupShareTypeRenderer.getTranslatedTemplates(JiraAuthenticationContext authenticationContext, SharedEntity.TypeDescriptor type, ShareTypeRenderer.RenderMode mode)
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.web.action.util.sharing
 

Constructors in com.atlassian.jira.web.action.util.sharing with parameters of type SharedEntity.TypeDescriptor
SharedEntitySearchViewHelper(ShareTypeFactory shareTypeFactory, JiraAuthenticationContext authCtx, String applicationContext, String actionUrlPrefix, String viewParameter, String viewValue, SharedEntity.TypeDescriptor entityType)
           
 

Uses of SharedEntity.TypeDescriptor in com.atlassian.jira.web.bean
 

Constructors in com.atlassian.jira.web.bean with parameters of type SharedEntity.TypeDescriptor
ShareTypeRendererBean(ShareType shareType, JiraAuthenticationContext authenticationContext, ShareTypeRenderer.RenderMode renderMode, SharedEntity.TypeDescriptor typeDescriptor)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.