com.wewebu.ow.csqlc.ast
Class OwExternal<I>
java.lang.Object
com.wewebu.ow.csqlc.ast.OwExternal<I>
public class OwExternal<I>
- extends Object
External information template class used in transporting external search information along the
search parse tree.
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
- Since:
- 3.1.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwExternal
public OwExternal()
OwExternal
public OwExternal(I i_p)
OwExternal
public OwExternal(OwExternal<?> external_p)
OwExternal
public OwExternal(I i_p,
OwExternal<?> external_p)
getInternal
public I getInternal()
setInternal
public void setInternal(I i_p)
addExternalObjectStore
public void addExternalObjectStore(String id_p,
String name_p)
getExternalObjectStores
public List<String[]> getExternalObjectStores()
hasExternalObjectStores
public boolean hasExternalObjectStores()
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.