com.wewebu.ow.csqlc.ast
Class OwExternal<I>

java.lang.Object
  extended by 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

Constructor Summary
OwExternal()
           
OwExternal(I i_p)
           
OwExternal(I i_p, OwExternal<?> external_p)
           
OwExternal(OwExternal<?> external_p)
           
 
Method Summary
 void addExternalObjectStore(String id_p, String name_p)
           
 List<String[]> getExternalObjectStores()
           
 I getInternal()
           
 boolean hasExternalObjectStores()
           
 void setInternal(I i_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwExternal

public OwExternal()

OwExternal

public OwExternal(I i_p)

OwExternal

public OwExternal(OwExternal<?> external_p)

OwExternal

public OwExternal(I i_p,
                  OwExternal<?> external_p)
Method Detail

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.