Uses of Class
wt.csm.navigation.DefaultQueryForm

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

Uses of DefaultQueryForm in wt.csm.navigation
 

Methods in wt.csm.navigation that return DefaultQueryForm
 DefaultQueryForm TheDefaultQueryFormTheAbstractQueryTarget.getDefaultQueryForm()
          Gets the object for the association that plays role: DEFAULT_QUERY_FORM_ROLE.
 DefaultQueryForm NodeQueryForm.getDefaultQF()
          Gets the object for the association that plays role: DEFAULT_QF.
 DefaultQueryForm NodeQFDefaultQF.getDefaultQF()
          Gets the object for the association that plays role: DEFAULT_QFROLE.
static DefaultQueryForm DefaultQueryForm.newDefaultQueryForm()
          

Supported API: false
 DefaultQueryForm AbstractQueryTarget.getDefaultQueryForm()
          Gets the object for the association that plays role: DEFAULT_QUERY_FORM.
 

Methods in wt.csm.navigation with parameters of type DefaultQueryForm
 void TheDefaultQueryFormTheAbstractQueryTarget.setDefaultQueryForm(DefaultQueryForm theDefaultQueryForm)
          Sets the object for the association that plays role: DEFAULT_QUERY_FORM_ROLE.
static TheDefaultQueryFormTheAbstractQueryTarget TheDefaultQueryFormTheAbstractQueryTarget.newTheDefaultQueryFormTheAbstractQueryTarget(DefaultQueryForm theDefaultQueryForm, AbstractQueryTarget theAbstractQueryTarget)
          Default factory for the class.
 void NodeQueryForm.setDefaultQF(DefaultQueryForm a_DefaultQF)
          Sets the object for the association that plays role: DEFAULT_QF.
static NodeQueryForm NodeQueryForm.newNodeQueryForm(AbstractNode node, DefaultQueryForm defaultQueryForm)
          

Supported API: false
protected  void NodeQueryForm.initialize(AbstractNode node, DefaultQueryForm defaultQueryForm)
          Supports initialization, following construction of an instance.
 void NodeQFDefaultQF.setDefaultQF(DefaultQueryForm defaultQF)
          Sets the object for the association that plays role: DEFAULT_QFROLE.
static NodeQFDefaultQF NodeQFDefaultQF.newNodeQFDefaultQF(NodeQueryForm nodeQF, DefaultQueryForm defaultQF)
          Default factory for the class.
protected  boolean DefaultQueryForm.readVersion(DefaultQueryForm thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void AbstractQueryTarget.setDefaultQueryForm(DefaultQueryForm a_DefaultQueryForm)
          Sets the object for the association that plays role: DEFAULT_QUERY_FORM.
 

Uses of DefaultQueryForm in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return DefaultQueryForm
static DefaultQueryForm NavigationObjectsFactory.newDefaultQueryForm(DefaultQueryFormDefaultView queryForm)
          

Supported API: false
 

Methods in wt.csm.navigation.service with parameters of type DefaultQueryForm
static DefaultQueryFormDefaultView NavigationObjectsFactory.newDefaultQueryFormDefaultView(DefaultQueryForm queryForm)
          

Supported API: false
static DefaultQueryFormReferenceView NavigationObjectsFactory.newDefaultQueryFormReferenceView(DefaultQueryForm queryForm)
          

Supported API: false