Uses of Interface
com.silverpeas.form.RecordSet

Packages that use RecordSet
com.silverpeas.form.dummy   
com.silverpeas.form.record   
com.silverpeas.publicationTemplate   
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
 

Uses of RecordSet in com.silverpeas.form.dummy
 

Classes in com.silverpeas.form.dummy that implement RecordSet
 class DummyRecordSet
          A dummy record set.
 

Uses of RecordSet in com.silverpeas.form.record
 

Classes in com.silverpeas.form.record that implement RecordSet
 class GenericRecordSet
          The GenericRecordSet manage DataRecord built on a RecordTemplate and saved by the GenericRecordSetManager.
 

Methods in com.silverpeas.form.record that return RecordSet
 RecordSet GenericRecordSetManager.getRecordSet(String externalId)
          Return the record set known be its external id.
 

Uses of RecordSet in com.silverpeas.publicationTemplate
 

Methods in com.silverpeas.publicationTemplate that return RecordSet
 RecordSet PublicationTemplateImpl.getRecordSet()
          Return the RecordSet of all the records built from this template.
 RecordSet PublicationTemplate.getRecordSet()
          Returns the RecordSet of all the records built from this template.
 

Uses of RecordSet in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return RecordSet
 RecordSet ProcessModel.getFolderRecordSet()
          Returns the record set where are saved all the folder of the instance built from this model.
 RecordSet ProcessModel.getFormRecordSet(String formName)
          Returns the record set where are saved all the data of the named form.
 

Uses of RecordSet in com.silverpeas.workflow.engine.model
 

Methods in com.silverpeas.workflow.engine.model that return RecordSet
 RecordSet ProcessModelImpl.getFolderRecordSet()
          Returns the record set where are saved all the folder of the instance built from this model.
 RecordSet ProcessModelImpl.getFormRecordSet(String formName)
          Returns the record set where are saved all the data of the named form.
 



Copyright © 2016 Silverpeas. All Rights Reserved.