Class 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

      Fields 
      Modifier and Type Field Description
      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

      Constructors 
      Constructor Description
      SearchTemplateNode​(org.alfresco.service.cmr.repository.NodeRef nodeRef, float score)
      Construct
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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, getParentTypeShort, 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
    • Constructor Detail

      • SearchTemplateNode

        public 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