com.wewebu.ow.server.ecmimpl.cmis.search
Class OwCMISWildCardDefinition

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.search.OwCMISWildCardDefinition
All Implemented Interfaces:
com.wewebu.ow.server.field.OwWildCardDefinition

public class OwCMISWildCardDefinition
extends Object
implements com.wewebu.ow.server.field.OwWildCardDefinition

Implementation of the OwWildCardDefinition interface for CMIS standard.

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
OwCMISWildCardDefinition(String nativeWildCard_p, String localizeID_p, String defaultLocalText_p, com.wewebu.ow.server.ecm.OwRepositoryContext context_p, int wildcardType_p)
           
 
Method Summary
protected  String getDefaultLocalText()
          Getter for the default localized text.
 String getDescription(Locale locale_p)
           
protected  String getLocalizeID()
          Get the ID which is used for localization of this wild card.
 String getNativeWildCard()
           
protected  com.wewebu.ow.server.ecm.OwRepositoryContext getRepositoryContext()
          Getter for the current set repository context
 int getType()
           
 String getWildCard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISWildCardDefinition

public OwCMISWildCardDefinition(String nativeWildCard_p,
                                String localizeID_p,
                                String defaultLocalText_p,
                                com.wewebu.ow.server.ecm.OwRepositoryContext context_p,
                                int wildcardType_p)
Method Detail

getDescription

public String getDescription(Locale locale_p)
Specified by:
getDescription in interface com.wewebu.ow.server.field.OwWildCardDefinition

getNativeWildCard

public String getNativeWildCard()
Specified by:
getNativeWildCard in interface com.wewebu.ow.server.field.OwWildCardDefinition

getType

public int getType()
Specified by:
getType in interface com.wewebu.ow.server.field.OwWildCardDefinition

getWildCard

public String getWildCard()
Specified by:
getWildCard in interface com.wewebu.ow.server.field.OwWildCardDefinition

getRepositoryContext

protected com.wewebu.ow.server.ecm.OwRepositoryContext getRepositoryContext()
Getter for the current set repository context

Returns:
OwRepositoryContext
See Also:
OwRepositoryContext

getDefaultLocalText

protected String getDefaultLocalText()
Getter for the default localized text.

Returns:
String representing default localization

getLocalizeID

protected String getLocalizeID()
Get the ID which is used for localization of this wild card.

Returns:
String representing localization key/id


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.