Uses of Class
com.wewebu.ow.server.field.OwSearchNode

Packages that use OwSearchNode
com.wewebu.ow.csqlc   
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.field   
com.wewebu.ow.server.fieldimpl   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
 

Uses of OwSearchNode in com.wewebu.ow.csqlc
 

Methods in com.wewebu.ow.csqlc with parameters of type OwSearchNode
protected  OwSearchCondition OwCSQLCProcessor.createContentCondition(OwSearchNode conditionRootNode_p, OwCSQLCProcessor.OwProcessContext context_p)
          Scan the node for existence or definition of CBR (a.k.a.
 OwExternal<List<OwQueryStatement>> OwCSQLCProcessor.createSQLStatements(OwSearchNode searchRootNode_p, Collection<String> propertyQueryNames_p, OwSort sortOrder_p)
          Create the SQL statement(s) by parsing the provided root search node.
 OwExternal<List<OwQueryStatement>> OwCSQLCProcessor.createSQLStatements(OwSearchNode searchRootNode_p, Collection<String> propertyQueryNames_p, OwSort sortOrder_p, int versionSelection_p)
          Create the SQL statement(s) by parsing the provided root search node.
protected  OwSearchCondition OwCSQLCProcessor.createVersionSelectionCondition(OwSearchNode searchRootNode_p, int versionSelection_p)
           
protected  Map<String,List<OwClass>> OwCSQLCProcessor.findMainObjectClasses(OwSearchNode searchRootNode_p)
           
protected  Map<String,List<OwClass>> OwCSQLCProcessor.findSelectedObjectClasses(OwSearchNode searchRootNode_p, String criteriaName_p)
           
protected  void OwCSQLCProcessor.handleSingleContentCondition(OwSearchNode conditionRootNode_p, OwCSQLCProcessor.OwProcessContext context_p, List<String> textSearchExpressions_p)
          (overridable) Method specific called for parsing statements where the OwCSQLCProcessor.isMultipleTextSearchSyntax() return false.
protected  boolean OwCSQLCProcessor.qualifySingleTable(OwSearchNode searchRootNode_p, OwQueryStatement statement_p)
           
 

Uses of OwSearchNode in com.wewebu.ow.server.app
 

Methods in com.wewebu.ow.server.app that return OwSearchNode
static OwSearchNode OwEcmUtil.createSimpleSearchNode(int objectType_p, OwSearchObjectStore searchObjectStore_p, String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwFieldDefinitionProvider fielddefinitionprovider_p)
          create a simple search node from a array of property values
static OwSearchNode OwEcmUtil.createSimpleSearchNode(int objectType_p, OwSearchObjectStore searchObjectStore_p, String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwFieldDefinitionProvider fielddefinitionprovider_p, boolean searchSubFolders_p)
          create a simple search node from a array of property values
static OwSearchNode OwEcmUtil.createSimpleSearchNode(int objectType_p, String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwFieldDefinitionProvider fielddefinitionprovider_p)
          create a simple search node from a array of property values
static OwSearchNode OwEcmUtil.createSimpleSearchNode(String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwFieldDefinitionProvider fielddefinitionprovider_p)
          create a simple search node from a array of property values
 

Uses of OwSearchNode in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwSearchNode
 OwSearchNode OwObjectListView.getFilterSearch()
          get the current filter search node to filter with
 OwSearchNode OwObjectListView.OwFilter.getFilterSearch()
          get the current filter search node to filter with
 OwSearchNode OwObjectListView.OwFilterEntry.getSearchNode()
          the search node this filter works with
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwSearchNode
 void OwObjectListView.OwObjectListViewEventListner.onObjectListViewFilterChange(OwSearchNode filterNode_p, OwObject parent_p)
          called when user changes or activates the column filter
 

Uses of OwSearchNode in com.wewebu.ow.server.ecm
 

Subclasses of OwSearchNode in com.wewebu.ow.server.ecm
static class OwStandardCrossMappings.OwCrossDecoratorSearchNode
           Wrapper class to map the property names.
 

Fields in com.wewebu.ow.server.ecm declared as OwSearchNode
protected  OwSearchNode OwStandardSearchTemplate.m_Search
          the Search created out of the template
 

Methods in com.wewebu.ow.server.ecm that return OwSearchNode
protected  OwSearchNode OwStandardSearchTemplate.createSearchNode(int iOp_p, int iNodeType_p)
          (overridable) factory method
protected  OwSearchNode OwStandardSearchTemplate.createSearchNode(OwFieldDefinition fieldDefinition_p, int iOp_p, Object oInitialAndDefaultValue_p, int iAttributes_p, String strUniqueName_p, String strInstruction_p, Collection wildcarddefinitions_p)
          (overridable) factory method
protected  OwSearchNode OwStandardSearchTemplate.createSearchNode(OwFieldDefinition fieldDefinition_p, int iOp_p, Object oInitialAndDefaultValue_p, int iAttributes_p, String strUniqueName_p, String strInstruction_p, Collection wildcarddefinitions_p, Object minValue_p, Object maxValue_p, Object defaultValue_p, String sJavaClassName_p)
          (overridable) factory method
protected  OwSearchNode OwStandardSearchTemplate.createSearchNode(OwField field_p, int iOp_p, int iAttributes_p, String strUniqueName_p, String strInstruction_p, Collection wildcarddefinitions_p)
          (overridable) factory method
protected  OwSearchNode OwStandardSearchTemplate.createSubclassNode(OwFieldDefinition fieldDefinition_p, int iOp_p, Object oInitialAndDefaultValue_p, int iAttributes_p, String strUniqueName_p, String strInstruction_p, Collection wildcarddefinitions_p, Object minValue_p, Object maxValue_p, Object defaultValue_p, String sJavaClassName_p)
          (overridable)
 OwSearchNode OwStandardCrossMappings.OwCrossDecoratorSearchNode.findSearchNode(int nodeType_p)
           
protected  OwSearchNode OwStandardVirtualFolderObjectFactory.getRefinedSearch(OwSearchNode search_p, List refineList_p)
          refine a search according to the given refine criteria list
 OwSearchNode OwStandardSearchTemplate.getSearch(boolean fRefresh_p)
          get the cached search tree created out of the template
 OwSearchNode OwStandardCrossMappings.OwCrossDecoratorSearchNode.getWrappedSearchNode()
           
 OwSearchNode OwStandardCrossMappings.getXSearch(OwSearchNode searchNode_p, String xRepositoryID_p, OwNetwork xNetwork_p)
          map the given search
 OwSearchNode OwCrossMappings.getXSearch(OwSearchNode searchNode_p, String xRepositoryID_p, OwNetwork xNetwork_p)
          map the given search
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwSearchNode
 OwStandardDecoratorSearchNode OwStandardCrossMappings.OwCrossDecoratorSearchNode.createCrossDecoratorSearchNode(OwSearchNode searchnode_p, OwCrossMappings crossMappings_p, OwNetwork xNetwork_p, String xResourceID_p)
          factory method for decorator search node.
 void OwStandardSearchTemplate.SearchNodeXMLDeserializer.deserialize(OwSearchNode searchNode_p)
          Fills the given OwSearchNode with the criteria corresponding values from XML.
 OwObjectCollection OwRepository.doSearch(OwSearchNode searchCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int iMaxSize_p, int iVersionSelection_p)
          performs a search on the network and returns a result list, if more than iMaxSize_p objects are found then doSearch returns the first iMaxSize_p Objects
 OwObjectCollection OwStandardSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p, int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
           
 OwObjectCollection OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p, int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
          Retrieves all children of the given semi-virtual-folder object.
 OwObjectCollection OwStandardVirtualFolderObjectFactory.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object.
 OwObjectCollection OwStandardDecoratorObject.getChilds(int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
           
 OwObjectCollection OwObjectSkeleton.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object For Compound Documents returns the list of contained documents For Folders returns the list of subfolders
 OwObjectCollection OwObject.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object, does NOT cache the returned object For Compound Documents returns the list of contained documents For Folders returns the list of subfolders
 OwObjectCollection OwFileObject.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object, does NOT cache the returned object
 OwObjectCollection OwStandardVirtualFolderObjectFactory.getChilds(OwSearchNode search_p, int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object.
 OwObjectCollection OwSemiVirtualFolder.getPhysicalChildren(int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
          Retrieves the physical children of this semi-virtual-folder object.
protected  OwSearchNode OwStandardVirtualFolderObjectFactory.getRefinedSearch(OwSearchNode search_p, List refineList_p)
          refine a search according to the given refine criteria list
 OwSearchNode OwStandardCrossMappings.getXSearch(OwSearchNode searchNode_p, String xRepositoryID_p, OwNetwork xNetwork_p)
          map the given search
 OwSearchNode OwCrossMappings.getXSearch(OwSearchNode searchNode_p, String xRepositoryID_p, OwNetwork xNetwork_p)
          map the given search
protected  void OwStandardSearchSpecialNodeOperator.handleClasses(OwSearchNode classSearchNode_p)
          (overridable) Handling for search node where the specified classes are contained.
protected  void OwStandardSearchSpecialNodeOperator.handleResourcepaths(OwSearchNode pathSearchNode_p)
          (overridable) Handling the paths search node to extract and add it to OwStandardSearchSpecialNodeOperator.getPaths() collection.
protected  Map OwStandardSemiVirtualFolderAdapter.propagateRootProperties(OwSemiVirtualFolder rootObj_p, OwSearchNode search_p)
          Called to propagate the defined set of properties from "physical" parent to it's virtual children.
 void OwStandardSearchSpecialNodeOperator.scan(OwSearchNode searchNode_p)
          Traverse the search criteria tree, create and cache the special node information (namely referred paths within object-stores and object classes )
.
protected  void OwStandardSearchTemplate.scanResourceNodeEx(OwSearchNode search_p, Node foldersNode_p, Node objectstoresNode_p)
          Scan the folders and ObjectStore node and add resource criteria search nodes to the given search node as defined by AWD 3.0.0.0 search concepts specification.
 

Constructors in com.wewebu.ow.server.ecm with parameters of type OwSearchNode
OwStandardCrossMappings.OwCrossDecoratorSearchNode(OwSearchNode searchnode_p, OwCrossMappings crossMappings_p, OwNetwork xNetwork_p, String xResourceID_p)
           
OwStandardSearchTemplate.SearchNodeXMLSerializer(OwSearchNode searchNode_p)
          Constructor
 

Uses of OwSearchNode in com.wewebu.ow.server.field
 

Subclasses of OwSearchNode in com.wewebu.ow.server.field
 class OwStandardDecoratorSearchNode
           OwSearchNode wrapper to implement a decorator pattern.
 

Methods in com.wewebu.ow.server.field that return OwSearchNode
 OwSearchNode OwStandardDecoratorSearchNode.findSearchNode(int nodeType_p)
           
 OwSearchNode OwSearchNode.findSearchNode(int iNodeType_p)
          find the first occurrence of a search node
 OwSearchNode OwStandardPriorityRule.getRule()
          get the OwSearchNode with criteria that make up the rule
 OwSearchNode OwSearchTemplate.getSearch(boolean fRefresh_p)
          get the search tree created out of the template
abstract  OwSearchNode OwStandardDecoratorSearchNode.getWrappedSearchNode()
          get the decorated object, to be implemented be overridden classes
 

Methods in com.wewebu.ow.server.field with parameters of type OwSearchNode
 void OwStandardDecoratorSearchNode.add(OwSearchNode search_p)
           
 void OwSearchNode.add(OwSearchNode search_p)
          add a search node.
 boolean OwSearchSQLOperator.createSQLSearchCriteria(OwSearchNode searchNode_p, Writer w_p)
          traverse the search criteria tree and generate a SQL Statement
 

Constructors in com.wewebu.ow.server.field with parameters of type OwSearchNode
OwSearchNode.OwSearchList(OwSearchNode search_p, int iFilter_p)
          Deprecated. constructs a list form the given OwSearchNode tree
OwSearchNode.OwSearchMap(OwSearchNode search_p, int iFilter_p)
          Deprecated. constructs a list form the given OwSearchNode tree
OwSearchNode.OwSearchNodeFieldProvider(OwSearchNode search_p)
          create a field provider for the given search
OwSearchNode(OwSearchNode search_p)
          create a copy with child tree
 

Uses of OwSearchNode in com.wewebu.ow.server.fieldimpl
 

Methods in com.wewebu.ow.server.fieldimpl with parameters of type OwSearchNode
 List<OwSearchCriteria> OwSearchNodeFilter.getCriteriaList(OwSearchNode node)
          Return a list of specific filtered OwSearchCriteria.
 Map<String,OwSearchCriteria> OwSearchNodeFilter.getCriteriaMap(OwSearchNode node)
          Return a map of criteria which will be add during filter process.
 

Uses of OwSearchNode in com.wewebu.ow.server.history
 

Methods in com.wewebu.ow.server.history with parameters of type OwSearchNode
 OwObjectCollection OwStandardHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int maxSize_p)
          Search for in memory history entries.
 OwObjectCollection OwHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int iMaxSize_p)
          search for entries in the database for a specific ECM object
 OwObjectCollection OwStandardHistoryEntry.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
           
 

Uses of OwSearchNode in com.wewebu.ow.server.historyimpl.simplehistory
 

Methods in com.wewebu.ow.server.historyimpl.simplehistory with parameters of type OwSearchNode
 OwObjectCollection OwSimpleHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int iMaxSize_p)
          search for entries in the database for a specific ECM object
 OwObjectCollection OwSimpleHistoryManager.doSearch(OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int iMaxSize_p, int iVersionSelection_p)
          search for entries in the database
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.