com.atlassian.sal.api.search
Interface ResourceType


public interface ResourceType

Defines the more information about the search resource (ie. JIRA, Wiki).

Since:
2.0

Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getUrl()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
the search resource name

getUrl

java.lang.String getUrl()
Returns:
the search resource url

getType

java.lang.String getType()
Returns:
the search resource type


Copyright © 2009 Atlassian. All Rights Reserved.