com.wewebu.ow.server.ecm
Class OwStandardCrossMappings.OwCrossDecoratorSearchNode

java.lang.Object
  extended by com.wewebu.ow.server.field.OwSearchNode
      extended by com.wewebu.ow.server.field.OwStandardDecoratorSearchNode
          extended by com.wewebu.ow.server.ecm.OwStandardCrossMappings.OwCrossDecoratorSearchNode
Enclosing class:
OwStandardCrossMappings

public static class OwStandardCrossMappings.OwCrossDecoratorSearchNode
extends OwStandardDecoratorSearchNode

Wrapper class to map the property names.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Nested Class Summary
static class OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria
           OwWrappedSearchCriteria.
 
Nested classes/interfaces inherited from class com.wewebu.ow.server.field.OwSearchNode
OwSearchNode.OwSearchList, OwSearchNode.OwSearchMap, OwSearchNode.OwSearchNodeFieldProvider
 
Field Summary
 
Fields inherited from class com.wewebu.ow.server.field.OwSearchNode
FILTER_HIDDEN, FILTER_NONE, FILTER_NONPROPERTY, FILTER_READONLY, m_Childs, m_Criteria, m_iNodeType, m_iOp, NODE_TYPE_CBR, NODE_TYPE_COMBINATION, NODE_TYPE_CRITERIA, NODE_TYPE_PROPERTY, NODE_TYPE_SPECIAL, PERSIST_END_RANGE_NAME, PERSIST_OPERATOR_ATTR_NAME, PERSIST_SEARCH_NODE_NAME, PERSIST_START_RANGE_NAME, PERSIST_UNIQUE_NAME__ATTR_NAME, SEARCH_OP_AND, SEARCH_OP_OR, SEARCH_OP_UNDEF
 
Constructor Summary
OwStandardCrossMappings.OwCrossDecoratorSearchNode(OwSearchNode searchnode_p, OwCrossMappings crossMappings_p, OwNetwork xNetwork_p, String xResourceID_p)
           
 
Method Summary
 OwStandardDecoratorSearchNode createCrossDecoratorSearchNode(OwSearchNode searchnode_p, OwCrossMappings crossMappings_p, OwNetwork xNetwork_p, String xResourceID_p)
          factory method for decorator search node.
 OwSearchCriteria createWrappedCriteria(OwSearchCriteria criteria_p)
          get the decorated object, to be implemented be overridden classes
 OwSearchNode findSearchNode(int nodeType_p)
          find the first occurrence of a search node
 List getChilds()
          get children of this search node which are combined using the m_iOp Operator
 OwSearchNode getWrappedSearchNode()
          get the decorated object, to be implemented be overridden classes
 
Methods inherited from class com.wewebu.ow.server.field.OwStandardDecoratorSearchNode
add, clone, dump, getCriteria, getCriteriaList, getCriteriaMap, getFieldProvider, getNodeType, getOperator, getPersistentNode, isCriteriaNode, isEmpty, isValid, reset, setPersistentNode
 
Methods inherited from class com.wewebu.ow.server.field.OwSearchNode
toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwStandardCrossMappings.OwCrossDecoratorSearchNode

public OwStandardCrossMappings.OwCrossDecoratorSearchNode(OwSearchNode searchnode_p,
                                                          OwCrossMappings crossMappings_p,
                                                          OwNetwork xNetwork_p,
                                                          String xResourceID_p)
Method Detail

getWrappedSearchNode

public OwSearchNode getWrappedSearchNode()
Description copied from class: OwStandardDecoratorSearchNode
get the decorated object, to be implemented be overridden classes

Specified by:
getWrappedSearchNode in class OwStandardDecoratorSearchNode

findSearchNode

public OwSearchNode findSearchNode(int nodeType_p)
Description copied from class: OwSearchNode
find the first occurrence of a search node

Overrides:
findSearchNode in class OwStandardDecoratorSearchNode
Returns:
OwSearchNode or null if not found

getChilds

public List getChilds()
Description copied from class: OwSearchNode
get children of this search node which are combined using the m_iOp Operator

Overrides:
getChilds in class OwStandardDecoratorSearchNode
Returns:
List of OwSearchNode Objects, or null if node contains a criteria

createWrappedCriteria

public OwSearchCriteria createWrappedCriteria(OwSearchCriteria criteria_p)
Description copied from class: OwStandardDecoratorSearchNode
get the decorated object, to be implemented be overridden classes

Specified by:
createWrappedCriteria in class OwStandardDecoratorSearchNode

createCrossDecoratorSearchNode

public OwStandardDecoratorSearchNode createCrossDecoratorSearchNode(OwSearchNode searchnode_p,
                                                                    OwCrossMappings crossMappings_p,
                                                                    OwNetwork xNetwork_p,
                                                                    String xResourceID_p)
factory method for decorator search node.

Parameters:
searchnode_p -
crossMappings_p -
Returns:
new OwStandardDecoratorSearchNode


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.