com.wewebu.ow.server.field
Interface OwField

All Known Subinterfaces:
OwProperty
All Known Implementing Classes:
OwSearchCriteria, OwSearchCriteriaFieldDefOverride, OwSearchPathField, OwStandardClassSelectObject, OwStandardContentBasedRetrivalObject, OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria, OwStandardDecoratorSearchCriteria, OwStandardHistoryModifiedPropertyValue.OwModifiedField, OwStandardProperty

public interface OwField

Base interface for fields, like object properties or search criteria.

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


Method Summary
 OwFieldDefinition getFieldDefinition()
          get the corresponding field definition of the field
 Object getValue()
          get the value of the field.
 void setValue(Object oValue_p)
          set the value of the field.
 

Method Detail

getValue

Object getValue()
                throws Exception
get the value of the field. Can also be a list of values

Returns:
Object value of field if field is scalar, or a java.io.List of objects if field is an array
Throws:
Exception

setValue

void setValue(Object oValue_p)
              throws Exception
set the value of the field. Can also be a list of values (see OwPropertyClass.isArray)

Parameters:
oValue_p - value of field if field is scalar, or a java.io.List of objects if field is an array
Throws:
Exception

getFieldDefinition

OwFieldDefinition getFieldDefinition()
                                     throws Exception
get the corresponding field definition of the field

Returns:
OwFieldDefinition
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.