|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecm.OwStandardContentBasedRetrivalObject
public class OwStandardContentBasedRetrivalObject
CBR value for search templates to perform cbr searches.
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 |
OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass
Class description for on the fly created search fields. |
Field Summary | |
---|---|
static String |
CLASS_NAME
class name for the folder property field |
protected String |
m_strSearchString
search string to look for |
protected List |
m_zones
zones |
Constructor Summary | |
---|---|
OwStandardContentBasedRetrivalObject(Node folderNode_p)
construct a resource value |
|
OwStandardContentBasedRetrivalObject(String strSearchString_p)
string constructor |
|
OwStandardContentBasedRetrivalObject(String strSearchString_p,
List zones_p)
string constructor with zones |
Method Summary | |
---|---|
static OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass |
getClassDescription()
|
OwFieldDefinition |
getFieldDefinition()
get the corresponding field definition of the field |
String |
getSearchString()
get the search string to look for |
Object |
getValue()
get the value of the field. |
List |
getZones()
get the zones as a list |
String |
getZonesString()
get the zones as a string |
void |
setValue(Object oValue_p)
set the value of the field. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CLASS_NAME
protected String m_strSearchString
protected List m_zones
Constructor Detail |
---|
public OwStandardContentBasedRetrivalObject(Node folderNode_p) throws Exception
Exception
public OwStandardContentBasedRetrivalObject(String strSearchString_p) throws Exception
Exception
public OwStandardContentBasedRetrivalObject(String strSearchString_p, List zones_p) throws Exception
Exception
Method Detail |
---|
public static OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass getClassDescription()
public String getZonesString()
public List getZones()
public String getSearchString()
public String toString()
toString
in class Object
public Object getValue() throws Exception
getValue
in interface OwField
Exception
public void setValue(Object oValue_p) throws Exception
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
Exception
public OwFieldDefinition getFieldDefinition() throws Exception
getFieldDefinition
in interface OwField
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |