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

java.lang.Object
  extended by com.wewebu.ow.server.field.OwSearchCriteria
      extended by com.wewebu.ow.server.field.OwStandardDecoratorSearchCriteria
          extended by com.wewebu.ow.server.ecm.OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria
All Implemented Interfaces:
OwField, OwFieldDefinition, OwFormat
Enclosing class:
OwStandardCrossMappings.OwCrossDecoratorSearchNode

public static class OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria
extends OwStandardDecoratorSearchCriteria

OwWrappedSearchCriteria.

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


Field Summary
 
Fields inherited from class com.wewebu.ow.server.field.OwSearchCriteria
ATTRIBUTE_ALLOWWILDCARD, ATTRIBUTE_HIDDEN, ATTRIBUTE_IGNORE_DATE, ATTRIBUTE_IGNORE_TIME, ATTRIBUTE_NONE, ATTRIBUTE_READONLY, ATTRIBUTE_REQUIRED, m_FieldDefinition, m_iAttributes, m_iOp, m_oDefaultValue, m_oValue, m_secondrangecriteria, m_strInstruction, m_strUniqueName, m_wildcarddefinitions
 
Constructor Summary
OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria(OwSearchCriteria searchcriteria_p, OwCrossMappings crossMappings_p, OwNetwork xNetwork_p, String xResourceID_p)
           
 
Method Summary
 String getClassName()
          get the name of the class
 OwFieldDefinition getFieldDefinition()
          get the corresponding field definition of the field
 OwSearchCriteria getSecondRangeCriteria()
          get a optional second child criteria for range searches
 String getUniqueName()
          get a unique name that identifies this criteria
 Object getValue()
          get the compare value for the search
 OwSearchCriteria getWrappedCriteria()
          get the decorated object, to be implemented be overridden classes
 
Methods inherited from class com.wewebu.ow.server.field.OwStandardDecoratorSearchCriteria
canWildCard, getAttributes, getDefaultValue, getDescription, getDisplayName, getEnums, getFormat, getInstruction, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperator, getOperatorDisplayName, getOperators, getOriginalJavaClassName, getTextFormat, getValueFromNode, getValueFromString, getWildCardDefinitions, ignoreTime, isAllowWildcard, isArray, isCriteriaOperatorRange, isDateType, isEnum, isHidden, isIgnoreTime, isReadonly, isRequired, isType, setInitialAndDefaultValue, setOperator, setValue, setWildCardDefinitions
 
Methods inherited from class com.wewebu.ow.server.field.OwSearchCriteria
canValidate, getComplexChildClasses, ignoreDate, isComplex, isIgnoreDate, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria

public OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria(OwSearchCriteria searchcriteria_p,
                                                                                  OwCrossMappings crossMappings_p,
                                                                                  OwNetwork xNetwork_p,
                                                                                  String xResourceID_p)
Method Detail

getWrappedCriteria

public OwSearchCriteria getWrappedCriteria()
Description copied from class: OwStandardDecoratorSearchCriteria
get the decorated object, to be implemented be overridden classes

Specified by:
getWrappedCriteria in class OwStandardDecoratorSearchCriteria

getFieldDefinition

public OwFieldDefinition getFieldDefinition()
                                     throws Exception
Description copied from class: OwSearchCriteria
get the corresponding field definition of the field

Specified by:
getFieldDefinition in interface OwField
Overrides:
getFieldDefinition in class OwStandardDecoratorSearchCriteria
Returns:
OwFieldDefinition
Throws:
Exception

getSecondRangeCriteria

public OwSearchCriteria getSecondRangeCriteria()
Description copied from class: OwSearchCriteria
get a optional second child criteria for range searches

Overrides:
getSecondRangeCriteria in class OwStandardDecoratorSearchCriteria

getValue

public Object getValue()
Description copied from class: OwSearchCriteria
get the compare value for the search

Specified by:
getValue in interface OwField
Overrides:
getValue in class OwStandardDecoratorSearchCriteria
Returns:
Object value of field if field is scalar, or a java.io.List of objects if field is an array

getClassName

public String getClassName()
Description copied from interface: OwFieldDefinition
get the name of the class

Specified by:
getClassName in interface OwFieldDefinition
Overrides:
getClassName in class OwStandardDecoratorSearchCriteria
Returns:
class name

getUniqueName

public String getUniqueName()
Description copied from class: OwSearchCriteria
get a unique name that identifies this criteria

Overrides:
getUniqueName in class OwStandardDecoratorSearchCriteria
Returns:
String unique name for the criteria


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.