public class OwStandardContentBasedRetrivalObject extends Object implements OwField
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
Modifier and Type | Class and Description |
---|---|
static class |
OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass
Class description for on the fly created search fields.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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() |
public static final String CLASS_NAME
protected String m_strSearchString
protected List m_zones
public OwStandardContentBasedRetrivalObject(Node folderNode_p) throws Exception
Exception
public OwStandardContentBasedRetrivalObject(String strSearchString_p) throws Exception
Exception
public static OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass getClassDescription()
public String getZonesString()
public List getZones()
public String getSearchString()
public Object getValue() throws Exception
public void setValue(Object oValue_p) throws Exception
public OwFieldDefinition getFieldDefinition() throws Exception
getFieldDefinition
in interface OwField
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.