|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecm.OwSearchPathField
public class OwSearchPathField
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
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 |
---|
public static final String CLASS_NAME
public static final OwSearchPathField.OwSearchPathFieldClass classDescription
Constructor Detail |
---|
public OwSearchPathField(OwSearchPath path_p)
path_p
- initial path valuepublic OwSearchPathField()
Method Detail |
---|
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 array
OwException
public OwFieldDefinition getFieldDefinition() throws Exception
OwField
getFieldDefinition
in interface OwField
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |