org.alfresco.repo.web.scripts.bean
Class KeywordSearch.SearchTemplateNode

java.lang.Object
  extended by org.alfresco.repo.template.BaseContentNode
      extended by org.alfresco.repo.template.BasePermissionsNode
          extended by org.alfresco.repo.template.TemplateNode
              extended by org.alfresco.repo.web.scripts.bean.KeywordSearch.SearchTemplateNode
All Implemented Interfaces:
java.io.Serializable, org.alfresco.repo.template.TemplateContent, org.alfresco.repo.template.TemplateNodeRef, org.alfresco.repo.template.TemplatePermissions, org.alfresco.repo.template.TemplateProperties, org.alfresco.service.namespace.NamespacePrefixResolverProvider
Enclosing class:
KeywordSearch

public class KeywordSearch.SearchTemplateNode
extends org.alfresco.repo.template.TemplateNode

Search result row template node

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.alfresco.repo.template.TemplateNode
org.alfresco.repo.template.TemplateNode.TemplateAuditInfo
 
Nested classes/interfaces inherited from class org.alfresco.repo.template.BaseContentNode
org.alfresco.repo.template.BaseContentNode.TemplateContentData
 
Field Summary
protected static java.lang.String URL
           
 
Fields inherited from class org.alfresco.repo.template.TemplateNode
nodeRef
 
Fields inherited from class org.alfresco.repo.template.BaseContentNode
aspects, children, CONTENT_DOWNLOAD_PROP_URL, CONTENT_DOWNLOAD_URL, CONTENT_GET_PROP_URL, CONTENT_GET_URL, CONTENT_SERVICE_GET_PROP_URL, CONTENT_SERVICE_GET_URL, FOLDER_BROWSE_URL, imageResolver, NAMESPACE_BEGIN, services
 
Constructor Summary
KeywordSearch.SearchTemplateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, float score)
          Construct
 
Method Summary
 float getScore()
          Gets the result row score
 java.lang.String getUrl()
           
 
Methods inherited from class org.alfresco.repo.template.TemplateNode
getAssociations, getAssocs, getAuditTrail, getChildAssociations, getChildAssocs, getChildAssocsByType, getChildByNamePath, getChildrenByLuceneSearch, getChildrenBySavedSearch, getChildrenByXPath, getExists, getId, getImageResolver, getIsCategory, getIsLocked, getIsWorkingCopy, getName, getNamespacePrefixResolver, getNodeByReference, getNodeRef, getParent, getPrimaryParentAssoc, getProperties, getShareUrl, getSourceAssociations, getSourceAssocs, getStoreId, getStoreType, getType, getTypeShort, getVersionHistory, getXmlNodeModel
 
Methods inherited from class org.alfresco.repo.template.BasePermissionsNode
getDirectPermissions, getFullPermissions, getInheritsPermissions, getPermissions, hasPermission
 
Methods inherited from class org.alfresco.repo.template.BaseContentNode
getAspects, getChildren, getContent, getDisplayMimetype, getDisplayPath, getDownloadUrl, getEncoding, getHasChildren, getIcon16, getIcon32, getIcon64, getIsContainer, getIsDocument, getIsLinkToContainer, getIsLinkToDocument, getMimetype, getQnamePath, getServiceUrl, getSiteShortName, getSize, getWebdavUrl, hasAspect, isTemplateContent, isTemplateNodeRef, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

URL

protected static final java.lang.String URL
See Also:
Constant Field Values
Constructor Detail

KeywordSearch.SearchTemplateNode

public KeywordSearch.SearchTemplateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                        float score)
Construct

Method Detail

getScore

public float getScore()
Gets the result row score


getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface org.alfresco.repo.template.TemplateContent
Overrides:
getUrl in class org.alfresco.repo.template.BaseContentNode


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.