Class NodeParametersEntity


  • public class NodeParametersEntity
    extends NodeParameters
    Stores node query parameters for use in SOLR DAO queries
    Since:
    4.0
    • Constructor Detail

      • NodeParametersEntity

        public NodeParametersEntity​(QNameDAO qnameDAO)
        Public constructor, but not generally useful
      • NodeParametersEntity

        public NodeParametersEntity​(NodeParameters params,
                                    QNameDAO qnameDAO)
        Construct from higher-level parameters
    • Method Detail

      • setOriginalIdPropQNameId

        public void setOriginalIdPropQNameId​(java.lang.Long originalIdPropQNameId)
      • getOriginalIdPropQNameId

        public java.lang.Long getOriginalIdPropQNameId()
      • getIncludeAspectIds

        public java.util.List<java.lang.Long> getIncludeAspectIds()
      • setIncludeAspectIds

        public void setIncludeAspectIds​(java.util.List<java.lang.Long> includeAspectIds)
      • getExcludeAspectIds

        public java.util.List<java.lang.Long> getExcludeAspectIds()
      • setExcludeAspectIds

        public void setExcludeAspectIds​(java.util.List<java.lang.Long> excludeAspectIds)
      • getIncludeTypeIds

        public java.util.List<java.lang.Long> getIncludeTypeIds()
      • setIncludeTypeIds

        public void setIncludeTypeIds​(java.util.List<java.lang.Long> includeTypeIds)
      • getExcludeTypeIds

        public java.util.List<java.lang.Long> getExcludeTypeIds()
      • setExcludeTypeIds

        public void setExcludeTypeIds​(java.util.List<java.lang.Long> excludeTypeIds)
      • isIncludeNodesTable

        public boolean isIncludeNodesTable()
      • getShardPropertyQNameId

        public java.lang.Long getShardPropertyQNameId()
      • setShardPropertyQNameId

        public void setShardPropertyQNameId​(java.lang.Long shardPropertyQNameId)