|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.cmis.search.OwCMISLikeWildcardDefinitions
public class OwCMISLikeWildcardDefinitions
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 |
---|
public static final String MULTI_CHARACTER
public static final String SINGLE_CHARACTER
Constructor Detail |
---|
public OwCMISLikeWildcardDefinitions(com.wewebu.ow.server.ecm.OwRepositoryContext context_p)
Method Detail |
---|
protected void init()
This method is called by the constructor.
public List<com.wewebu.ow.server.field.OwWildCardDefinition> getWildCardDefinitions()
protected com.wewebu.ow.server.ecm.OwRepositoryContext getRepositoryContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |