com.wewebu.ow.server.ecmimpl.opencmis.search
Class OwCMISLikeWildCardDefinitions

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.search.OwCMISLikeWildCardDefinitions

public class OwCMISLikeWildCardDefinitions
extends Object

Wild card definitions as specified in CMIS spec. V 1.0.

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 repoCtx)
           
 
Method Summary
 List<com.wewebu.ow.server.field.OwWildCardDefinition> getWildCardDefinitions()
          Return the list of defined/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 repoCtx)
Method Detail

getWildCardDefinitions

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

Returns:
List of OwWildCardDefinition's


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.