com.wewebu.ow.server.ecm
Class OwSearchPathField

java.lang.Object
  extended by com.wewebu.ow.server.ecm.OwSearchPathField
All Implemented Interfaces:
OwField

public class OwSearchPathField
extends Object
implements OwField

Search template criteria-field for path entries. Each path criteria field holds an OwSearchPath value.

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

Since:
3.0.0.0

Nested Class Summary
static class OwSearchPathField.OwSearchPathFieldClass
           OwSearchPathFieldClass.
 
Field Summary
static String CLASS_NAME
          class name for the path criteria-field
static OwSearchPathField.OwSearchPathFieldClass classDescription
          The one and only search path field property-class instance
 
Constructor Summary
OwSearchPathField()
           
OwSearchPathField(OwSearchPath path_p)
          Constructor
 
Method Summary
 OwFieldDefinition getFieldDefinition()
          get the corresponding field definition of the field
 OwSearchPath getPath()
           
 Object getValue()
          get the value of the field.
 void setPath(OwSearchPath path_p)
           
 void setValue(Object oValue_p)
          set the value of the field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final String CLASS_NAME
class name for the path criteria-field

See Also:
Constant Field Values

classDescription

public static final OwSearchPathField.OwSearchPathFieldClass classDescription
The one and only search path field property-class instance

Constructor Detail

OwSearchPathField

public OwSearchPathField(OwSearchPath path_p)
Constructor

Parameters:
path_p - initial path value

OwSearchPathField

public OwSearchPathField()
Method Detail

setPath

public void setPath(OwSearchPath path_p)

getPath

public OwSearchPath getPath()

getValue

public Object getValue()
                throws OwException
Description copied from interface: OwField
get the value of the field. Can also be a list of values

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

setValue

public void setValue(Object oValue_p)
              throws OwException
Description copied from interface: OwField
set the value of the field. Can also be a list of values (see OwPropertyClass.isArray)

Specified by:
setValue in interface OwField
Parameters:
oValue_p - value of field if field is scalar, or a java.io.List of objects if field is an array
Throws:
OwException

getFieldDefinition

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

Specified by:
getFieldDefinition in interface OwField
Returns:
OwFieldDefinition
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.