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
Modifier and Type | Class and Description |
---|---|
static class |
OwSearchPathField.OwSearchPathFieldClass
OwSearchPathFieldClass.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
OwSearchPathField() |
OwSearchPathField(OwSearchPath path_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final String CLASS_NAME
public static final OwSearchPathField.OwSearchPathFieldClass classDescription
public OwSearchPathField(OwSearchPath path_p)
path_p
- initial path valuepublic OwSearchPathField()
public void setPath(OwSearchPath path_p)
public OwSearchPath getPath()
public Object getValue() throws OwException
OwField
getValue
in interface OwField
OwException
public void setValue(Object oValue_p) throws OwException
OwField
setValue
in interface OwField
oValue_p
- value of field if field is scalar, or a java.io.List of objects if field is an arrayOwException
public OwFieldDefinition getFieldDefinition() throws Exception
OwField
getFieldDefinition
in interface OwField
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.