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

Packages that use ObjectFields
fedora.client.objecteditor   
fedora.client.search   
fedora.server.types.gen   
fedora.server.utilities   
 

Uses of ObjectFields in fedora.client.objecteditor
 

Methods in fedora.client.objecteditor that return ObjectFields
static ObjectFields Util.getObjectFields(java.lang.String pid, java.lang.String[] fields)
          Get the indicated fields of the indicated object from the repository.
 

Uses of ObjectFields in fedora.client.search
 

Methods in fedora.client.search with parameters of type ObjectFields
 java.lang.String ResultFrame.getValue(ObjectFields o, java.lang.String name)
           
 

Uses of ObjectFields in fedora.server.types.gen
 

Methods in fedora.server.types.gen that return ObjectFields
 ObjectFields[] FieldSearchResult.getResultList()
          Gets the resultList value for this FieldSearchResult.
 

Methods in fedora.server.types.gen with parameters of type ObjectFields
 void FieldSearchResult.setResultList(ObjectFields[] resultList)
          Sets the resultList value for this FieldSearchResult.
 

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

Uses of ObjectFields in fedora.server.utilities
 

Methods in fedora.server.utilities that return ObjectFields
static ObjectFields[] TypeUtility.convertSearchObjectFieldsListToGenObjectFieldsArray(java.util.List sfList)