public interface OwWildCardDefinition
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
Modifier and Type | Field and Description |
---|---|
static int |
WILD_CARD_TYPE_CUSTOM_START
own wild character definitions start here
|
static int |
WILD_CARD_TYPE_MULTI_CHAR
wild character definition
|
static int |
WILD_CARD_TYPE_SINGLE_CHAR
wild character definition
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Locale locale_p)
get a description of this wild character
|
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
|
static final int WILD_CARD_TYPE_MULTI_CHAR
static final int WILD_CARD_TYPE_SINGLE_CHAR
static final int WILD_CARD_TYPE_CUSTOM_START
String getWildCard()
String getNativeWildCard()
int getType()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.