Uses of Class
fedora.server.types.gen.ListSession

Packages that use ListSession
fedora.server.types.gen   
 

Uses of ListSession in fedora.server.types.gen
 

Methods in fedora.server.types.gen that return ListSession
 ListSession FieldSearchResult.getListSession()
          Gets the listSession value for this FieldSearchResult.
 

Methods in fedora.server.types.gen with parameters of type ListSession
 void FieldSearchResult.setListSession(ListSession listSession)
          Sets the listSession value for this FieldSearchResult.
 

Constructors in fedora.server.types.gen with parameters of type ListSession
FieldSearchResult(ListSession listSession, ObjectFields[] resultList)