protected static class OwRecordFilterOperatorHelper.OwFieldDefWrapper extends Object implements com.wewebu.ow.server.field.OwFieldDefinition
OwFieldDefWrapper.
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
Constructor and Description |
---|
OwRecordFilterOperatorHelper.OwFieldDefWrapper(com.wewebu.ow.server.field.OwFieldDefinition nativeDef_p) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
List |
getComplexChildClasses() |
Object |
getDefaultValue() |
String |
getDescription(Locale locale_p) |
String |
getDisplayName(Locale locale_p) |
com.wewebu.ow.server.field.OwEnumCollection |
getEnums() |
com.wewebu.ow.server.field.OwFormat |
getFormat() |
String |
getJavaClassName() |
Object |
getMaxValue() |
Object |
getMinValue() |
Object |
getNativeType() |
Node |
getNodeFromValue(Object value_p,
Document doc_p) |
Collection |
getOperators() |
Object |
getValueFromNode(Node node_p) |
Object |
getValueFromString(String text_p) |
boolean |
isArray() |
boolean |
isComplex() |
boolean |
isEnum() |
boolean |
isRequired() |
public OwRecordFilterOperatorHelper.OwFieldDefWrapper(com.wewebu.ow.server.field.OwFieldDefinition nativeDef_p)
public String getClassName()
getClassName
in interface com.wewebu.ow.server.field.OwFieldDefinition
public String getDisplayName(Locale locale_p)
getDisplayName
in interface com.wewebu.ow.server.field.OwFieldDefinition
public String getDescription(Locale locale_p)
getDescription
in interface com.wewebu.ow.server.field.OwFieldDefinition
public String getJavaClassName()
getJavaClassName
in interface com.wewebu.ow.server.field.OwFieldDefinition
public Object getNativeType() throws Exception
getNativeType
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public boolean isEnum() throws Exception
isEnum
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public com.wewebu.ow.server.field.OwEnumCollection getEnums() throws Exception
getEnums
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public boolean isRequired() throws Exception
isRequired
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public Object getMaxValue() throws Exception
getMaxValue
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public Object getMinValue() throws Exception
getMinValue
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public Object getDefaultValue() throws Exception
getDefaultValue
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public boolean isArray() throws Exception
isArray
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public Object getValueFromNode(Node node_p) throws Exception
getValueFromNode
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public Object getValueFromString(String text_p) throws Exception
getValueFromString
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public Node getNodeFromValue(Object value_p, Document doc_p) throws Exception
getNodeFromValue
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public com.wewebu.ow.server.field.OwFormat getFormat()
getFormat
in interface com.wewebu.ow.server.field.OwFieldDefinition
public Collection getOperators() throws Exception
getOperators
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public List getComplexChildClasses() throws Exception
getComplexChildClasses
in interface com.wewebu.ow.server.field.OwFieldDefinition
Exception
public boolean isComplex()
isComplex
in interface com.wewebu.ow.server.field.OwFieldDefinition
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.