|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.field.OwStandardWildCardDefinition
public class OwStandardWildCardDefinition
Standard implementation of Interface for Wild character definitions used in searches.
To be implemented with the specific ECM system.
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
| Field Summary |
|---|
| Fields inherited from interface com.wewebu.ow.server.field.OwWildCardDefinition |
|---|
WILD_CARD_TYPE_CUSTOM_START, WILD_CARD_TYPE_MULTI_CHAR, WILD_CARD_TYPE_SINGLE_CHAR |
| Constructor Summary | |
|---|---|
OwStandardWildCardDefinition(String sNativeWildcard_p,
String wildcard_p,
int type_p,
OwString1 description_p)
create a wildcard definition |
|
| Method Summary | |
|---|---|
String |
getDescription(Locale locale_p)
get a description of this wild character to be displayed in the client |
String |
getNativeWildCard()
get the native wildcard character that is used internally by the system |
int |
getType()
get the type of wildcard defined by this character |
String |
getWildCard()
get the wildcard character that is used by the client and will be replaced by the native wildcard |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwStandardWildCardDefinition(String sNativeWildcard_p,
String wildcard_p,
int type_p,
OwString1 description_p)
sNativeWildcard_p - the native wildcard characterwildcard_p - the wildcard character that is used by the client and needs to be replaced by the native wildcardtype_p - description_p - | Method Detail |
|---|
public String getWildCard()
getWildCard in interface OwWildCardDefinitionpublic String getNativeWildCard()
getNativeWildCard in interface OwWildCardDefinitionpublic int getType()
getType in interface OwWildCardDefinitionpublic String getDescription(Locale locale_p)
getDescription in interface OwWildCardDefinition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||