public class FindParents extends GraphQuery
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String[] | 
__ids  | 
static long | 
serialVersionUID  | 
java.util.List<java.lang.String> | 
stopBefore
Classes of model objects to exclude from the recursive
 search. 
 | 
java.util.List<java.lang.String> | 
typesOfParents
The types of parents being sought. 
 | 
targetObjects| Constructor and Description | 
|---|
FindParents()  | 
FindParents(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> targetObjects,
           java.util.List<java.lang.String> typesOfParents,
           java.util.List<java.lang.String> stopBefore)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
__readImpl(IceInternal.BasicStream __is)  | 
protected void | 
__writeImpl(IceInternal.BasicStream __os)  | 
FindParents | 
clone()  | 
static Ice.ObjectFactory | 
ice_factory()  | 
java.lang.String | 
ice_id()  | 
java.lang.String | 
ice_id(Ice.Current __current)  | 
java.lang.String[] | 
ice_ids()  | 
java.lang.String[] | 
ice_ids(Ice.Current __current)  | 
boolean | 
ice_isA(java.lang.String s)  | 
boolean | 
ice_isA(java.lang.String s,
       Ice.Current __current)  | 
static java.lang.String | 
ice_staticId()  | 
public static final java.lang.String[] __ids
public java.util.List<java.lang.String> typesOfParents
public java.util.List<java.lang.String> stopBefore
public static final long serialVersionUID
public FindParents()
public FindParents(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> targetObjects,
                   java.util.List<java.lang.String> typesOfParents,
                   java.util.List<java.lang.String> stopBefore)
public static Ice.ObjectFactory ice_factory()
public boolean ice_isA(java.lang.String s)
ice_isA in interface Ice.Objectice_isA in class GraphQuerypublic boolean ice_isA(java.lang.String s,
                       Ice.Current __current)
ice_isA in interface Ice.Objectice_isA in class GraphQuerypublic java.lang.String[] ice_ids()
ice_ids in interface Ice.Objectice_ids in class GraphQuerypublic java.lang.String[] ice_ids(Ice.Current __current)
ice_ids in interface Ice.Objectice_ids in class GraphQuerypublic java.lang.String ice_id()
ice_id in interface Ice.Objectice_id in class GraphQuerypublic java.lang.String ice_id(Ice.Current __current)
ice_id in interface Ice.Objectice_id in class GraphQuerypublic static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class GraphQueryprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class GraphQuerypublic FindParents clone()
clone in interface Ice.Objectclone in class GraphQuery