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

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.search.OwCMISLikeWildcardDefinitions

public class OwCMISLikeWildcardDefinitions
extends Object

Wild card's class, containing the list of available wild card definitions. Return a list of OwWildCardDefinition!

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
static String MULTI_CHARACTER
          String representing wild card for multiple character
static String SINGLE_CHARACTER
          String representing wild card for single character
 
Constructor Summary
OwCMISLikeWildcardDefinitions(com.wewebu.ow.server.ecm.OwRepositoryContext context_p)
           
 
Method Summary
protected  com.wewebu.ow.server.ecm.OwRepositoryContext getRepositoryContext()
          Get the context which was set during initialization of this object.
 List<com.wewebu.ow.server.field.OwWildCardDefinition> getWildCardDefinitions()
          Return the list of defined/available wild cards
protected  void init()
          Initialize the list of available wild cards.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_CHARACTER

public static final String MULTI_CHARACTER
String representing wild card for multiple character

See Also:
Constant Field Values

SINGLE_CHARACTER

public static final String SINGLE_CHARACTER
String representing wild card for single character

See Also:
Constant Field Values
Constructor Detail

OwCMISLikeWildcardDefinitions

public OwCMISLikeWildcardDefinitions(com.wewebu.ow.server.ecm.OwRepositoryContext context_p)
Method Detail

init

protected void init()
Initialize the list of available wild cards.

This method is called by the constructor.


getWildCardDefinitions

public List<com.wewebu.ow.server.field.OwWildCardDefinition> getWildCardDefinitions()
Return the list of defined/available wild cards

Returns:
List of OwWildCardDefinition's

getRepositoryContext

protected com.wewebu.ow.server.ecm.OwRepositoryContext getRepositoryContext()
Get the context which was set during initialization of this object.

Returns:
OwRepositoryContex


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.