Uses of Class
org.sciplore.resources.DocumentPerson

Packages that use DocumentPerson
org.sciplore.resources   
 

Uses of DocumentPerson in org.sciplore.resources
 

Methods in org.sciplore.resources that return DocumentPerson
static DocumentPerson DocumentPerson.sync(DocumentPerson p)
           
 

Methods in org.sciplore.resources that return types with arguments of type DocumentPerson
 Set<DocumentPerson> Person.getDocuments()
           
 Set<DocumentPerson> Document.getPersons()
          Returns the persons.
 

Methods in org.sciplore.resources with parameters of type DocumentPerson
 void Document.addPerson(DocumentPerson p)
          Add a person to the document using a DocumentPerson object.
static DocumentPerson DocumentPerson.sync(DocumentPerson p)
           
 

Method parameters in org.sciplore.resources with type arguments of type DocumentPerson
 void Person.setDocuments(Set<DocumentPerson> documents)
           
 void Document.setPersons(Set<DocumentPerson> persons)
          Sets the persons.