Uses of Class
com.silverpeas.form.record.Parameter

Packages that use Parameter
com.silverpeas.form Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on. 
com.silverpeas.form.dummy   
com.silverpeas.form.record   
com.silverpeas.workflow.engine.dataRecord   
 

Uses of Parameter in com.silverpeas.form
 

Methods in com.silverpeas.form that return types with arguments of type Parameter
 List<Parameter> FieldTemplate.getParametersObj()
           
 

Uses of Parameter in com.silverpeas.form.dummy
 

Methods in com.silverpeas.form.dummy that return types with arguments of type Parameter
 List<Parameter> DummyFieldTemplate.getParametersObj()
           
 

Uses of Parameter in com.silverpeas.form.record
 

Methods in com.silverpeas.form.record that return types with arguments of type Parameter
 List<Parameter> GenericFieldTemplate.getParametersObj()
          Used by the castor xml mapping.
 

Method parameters in com.silverpeas.form.record with type arguments of type Parameter
 void GenericFieldTemplate.setParametersObj(List<Parameter> parametersObj)
          Used by the castor xml mapping.
 

Uses of Parameter in com.silverpeas.workflow.engine.dataRecord
 

Methods in com.silverpeas.workflow.engine.dataRecord that return types with arguments of type Parameter
 List<Parameter> ProcessInstanceFieldTemplate.getParametersObj()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.