Uses of Class
wt.csm.navigation.DirectQueryTarget

Packages that use DirectQueryTarget
wt.csm.navigation   
wt.csm.navigation.service   
 

Uses of DirectQueryTarget in wt.csm.navigation
 

Methods in wt.csm.navigation that return DirectQueryTarget
 DirectQueryTarget TheAbstractNavStructTheDirectQueryTarget.getDirectQueryTarget()
          Gets the object for the association that plays role: DIRECT_QUERY_TARGET_ROLE.
static DirectQueryTarget DirectQueryTarget.newDirectQueryTarget(String label, String targetClassName)
          

Supported API: false
static DirectQueryTarget DirectQueryTarget.newDirectQueryTarget()
          

Supported API: false
 DirectQueryTarget AbstractNavStruct.getDirectQueryTarget()
          Gets the object for the association that plays role: DIRECT_QUERY_TARGET.
 

Methods in wt.csm.navigation with parameters of type DirectQueryTarget
 void TheAbstractNavStructTheDirectQueryTarget.setDirectQueryTarget(DirectQueryTarget theDirectQueryTarget)
          Sets the object for the association that plays role: DIRECT_QUERY_TARGET_ROLE.
static TheAbstractNavStructTheDirectQueryTarget TheAbstractNavStructTheDirectQueryTarget.newTheAbstractNavStructTheDirectQueryTarget(AbstractNavStruct theAbstractNavStruct, DirectQueryTarget theDirectQueryTarget)
          Default factory for the class.
static IndependentNavStruct IndependentNavStruct.newIndependentNavStruct(String name, DirectQueryTarget directQueryTarget)
          

Supported API: false
protected  void IndependentNavStruct.initialize(String name, DirectQueryTarget directQueryTarget)
          Supports initialization, following construction of an instance.
protected  boolean DirectQueryTarget.readVersion(DirectQueryTarget thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static ClassificationNavStruct ClassificationNavStruct.newClassificationNavStruct(String name, DirectQueryTarget directQueryTarget, ClassificationStruct classificationStruct)
          

Supported API: false
protected  void ClassificationNavStruct.initialize(String name, DirectQueryTarget directQueryTarget, ClassificationStruct classificationStruct)
          Supports initialization, following construction of an instance.
 void AbstractNavStruct.setDirectQueryTarget(DirectQueryTarget a_DirectQueryTarget)
          Sets the object for the association that plays role: DIRECT_QUERY_TARGET.
 

Uses of DirectQueryTarget in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return DirectQueryTarget
static DirectQueryTarget NavigationObjectsFactory.newDirectQueryTarget(DirectQueryTargetDefaultView target)
          

Supported API: false
private  DirectQueryTarget NavigationDBService.persistDirectQueryTarget(AbstractNavStructView navStruct)
           
 

Methods in wt.csm.navigation.service with parameters of type DirectQueryTarget
static DirectQueryTargetDefaultView NavigationObjectsFactory.newDirectQueryTargetDefaultView(DirectQueryTarget target)
          

Supported API: false