Uses of Interface
edu.cornell.mannlib.vitro.webapp.beans.Individual
-
-
Uses of Individual in edu.cornell.mannlib.vitro.webapp.beans
Classes in edu.cornell.mannlib.vitro.webapp.beans that implement Individual Modifier and Type Class Description classIndividualImplRepresents a single entity record.Methods in edu.cornell.mannlib.vitro.webapp.beans that return Individual Modifier and Type Method Description IndividualDataPropertyStatement. getIndividual()IndividualDataPropertyStatementImpl. getIndividual()IndividualObjectPropertyStatement. getObject()IndividualObjectPropertyStatementImpl. getObject()IndividualIndividual. getRelatedIndividual(String propertyUri)IndividualIndividualImpl. getRelatedIndividual(String propertyUri)IndividualObjectPropertyStatement. getSubject()IndividualObjectPropertyStatementImpl. getSubject()Methods in edu.cornell.mannlib.vitro.webapp.beans that return types with arguments of type Individual Modifier and Type Method Description List<Individual>SelfEditingConfiguration. getAssociatedIndividuals(IndividualDao indDao, UserAccount user)Get all Individuals associated with this user through the matching property.List<Individual>SelfEditingConfiguration. getAssociatedIndividuals(IndividualDao indDao, String externalAuthId)Get all Individuals associated with this externalAuthId through the matching property.Comparator<Individual>VClassList. getCompare()override this if you want a different sorting.List<Individual>VClassList. getEntities()List<Individual>Individual. getRelatedIndividuals(String propertyUri)List<Individual>IndividualImpl. getRelatedIndividuals(String propertyUri)Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type Individual Modifier and Type Method Description intDataPropertyComparator. compare(Individual ind1, Individual ind2)intIndividualImpl. compareTo(Individual o2)voidDataPropertyStatement. setIndividual(Individual individual)voidDataPropertyStatementImpl. setIndividual(Individual individual)voidObjectPropertyStatement. setObject(Individual object)voidObjectPropertyStatementImpl. setObject(Individual object)voidObjectPropertyStatement. setSubject(Individual subject)voidObjectPropertyStatementImpl. setSubject(Individual subject)Method parameters in edu.cornell.mannlib.vitro.webapp.beans with type arguments of type Individual Modifier and Type Method Description voidVClassList. setEntities(List<Individual> entities)Constructors in edu.cornell.mannlib.vitro.webapp.beans with parameters of type Individual Constructor Description DataPropertyStatementImpl(Individual individual)Constructor parameters in edu.cornell.mannlib.vitro.webapp.beans with type arguments of type Individual Constructor Description VClassList(VClass vc, List<Individual> ents) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.controller.edit.listing
Methods in edu.cornell.mannlib.vitro.webapp.controller.edit.listing with parameters of type Individual Modifier and Type Method Description static StringListingControllerWebUtils. formatIndividualLink(Individual ind) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker that return types with arguments of type Individual Modifier and Type Method Description List<Individual>IndividualListQueryResults. getIndividuals()Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type Individual Modifier and Type Method Description static StringUrlBuilder. getIndividualProfileUrl(Individual individual, VitroRequest vreq)Constructor parameters in edu.cornell.mannlib.vitro.webapp.controller.freemarker with type arguments of type Individual Constructor Description IndividualListQueryResults(int hitCount, List<Individual> individuals) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.controller.individual
Methods in edu.cornell.mannlib.vitro.webapp.controller.individual that return Individual Modifier and Type Method Description IndividualIndividualRequestInfo. getIndividual()IndividualIndividualRequestAnalysisContext. getIndividualByNetId(String netId)If there is a user with this netID, and if they have a profile, return that Individual.IndividualIndividualRequestAnalysisContextImpl. getIndividualByNetId(String netId)IndividualIndividualRequestAnalysisContext. getIndividualByURI(String individualUri)Use the IndividualDao to get this individual.IndividualIndividualRequestAnalysisContextImpl. getIndividualByURI(String individualUri)IndividualIndividualRequestAnalyzer. getIndividualFromRequest()Gets the entity id from the request.Methods in edu.cornell.mannlib.vitro.webapp.controller.individual with parameters of type Individual Modifier and Type Method Description static IndividualRequestInfoIndividualRequestInfo. buildDefaultInfo(Individual individual)static IndividualRequestInfoIndividualRequestInfo. buildLinkedDataInfo(Individual individual, ContentType rdfFormat)StringIndividualRequestAnalysisContext. getAliasUrlForBytestreamIndividual(Individual individual)If this Individual represents a File Bytestream, get the Alias URL associated with it.StringIndividualRequestAnalysisContextImpl. getAliasUrlForBytestreamIndividual(Individual individual)Constructors in edu.cornell.mannlib.vitro.webapp.controller.individual with parameters of type Individual Constructor Description ExtendedRdfAssembler(VitroRequest vreq, Individual individual, ContentType rdfFormat)Deprecated. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.controller.individuallist
Methods in edu.cornell.mannlib.vitro.webapp.controller.individuallist that return types with arguments of type Individual Modifier and Type Method Description List<Individual>IndividualListResults. getEntities()Methods in edu.cornell.mannlib.vitro.webapp.controller.individuallist with parameters of type Individual Modifier and Type Method Description voidIndividualJsonWrapper.AddJSONFields. add(com.fasterxml.jackson.databind.node.ObjectNode jo, VitroRequest vreq, Individual ind)static Collection<String>IndividualJsonWrapper. getMostSpecificTypes(Individual individual, WebappDaoFactory wdf)Constructor parameters in edu.cornell.mannlib.vitro.webapp.controller.individuallist with type arguments of type Individual Constructor Description IndividualListResults(long totalCount, List<Individual> entities, String alpha, boolean showPages, List<IndividualListController.PageRecord> pages) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.controller.json
Methods in edu.cornell.mannlib.vitro.webapp.controller.json with parameters of type Individual Modifier and Type Method Description static StringJsonServlet. getDataPropertyValue(Individual ind, DataProperty dp, WebappDaoFactory wdf)Method parameters in edu.cornell.mannlib.vitro.webapp.controller.json with type arguments of type Individual Modifier and Type Method Description protected com.fasterxml.jackson.databind.node.ArrayNodeJsonProducer. individualsToJson(List<Individual> individuals)Process a list of Individuals into a JSON array that holds the Names and URIs. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return Individual Modifier and Type Method Description IndividualDataPropertyStatementDao. fillExistingDataPropertyStatementsForIndividual(Individual individual)IndividualObjectPropertyStatementDao. fillExistingObjectPropertyStatements(Individual entity)IndividualIndividualDao. getIndividualByURI(String individualURI)Get a row from the entities table and make an Entity.Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type Individual Modifier and Type Method Description List<Individual>IndividualDao. getIndividualsByDataProperty(String dataPropertyUri, String value)Returns a list of individuals with the given value for the given dataProperty.List<Individual>IndividualDao. getIndividualsByDataProperty(String dataPropertyUri, String value, String datatypeUri, String lang)List<Individual>IndividualDao. getIndividualsByVClass(VClass vclass)Returns a list of all the Individuals in the specified VClass.List<Individual>IndividualDao. getIndividualsByVClassURI(String vclassURI)Returns a list of Individuals in a given VClass.List<Individual>IndividualDao. getIndividualsByVClassURI(String vclassURI, int offset, int quantity)Returns a list of Individuals in a given VClass.Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type Individual Modifier and Type Method Description voidDataPropertyStatementDao. deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual, DataProperty dataProperty)intIndividualDao. deleteIndividual(Individual individual)voidDataPropertyDao. fillDataPropertiesForIndividual(Individual individual)IndividualDataPropertyStatementDao. fillExistingDataPropertyStatementsForIndividual(Individual individual)IndividualObjectPropertyStatementDao. fillExistingObjectPropertyStatements(Individual entity)voidObjectPropertyDao. fillObjectPropertiesForIndividual(Individual individual)voidIndividualDao. fillVClassForIndividual(Individual individual)List<DataProperty>DataPropertyDao. getDataPropertyList(Individual subject)Collection<DataPropertyStatement>DataPropertyStatementDao. getDataPropertyStatementsForIndividualByDataPropertyURI(Individual entity, String datapropURI)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDao. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDao. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property, String queryString, Set<String> constructQueryStrings)List<ObjectProperty>ObjectPropertyDao. getObjectPropertyList(Individual subject)Returns a list of ObjectProperty objects for which statements exist about the individual.StringDataPropertyDao. getRequiredDatatypeURI(Individual individual, DataProperty dataProperty)StringIndividualDao. getUnusedURI(Individual individual)Standard way to get a new URI that is not yet used.StringIndividualDao. insertNewIndividual(Individual individual)voidIndividualDao. markModified(Individual individual)intIndividualDao. updateIndividual(Individual individual)updates a single individual in the knowledge base. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.dao.filtering
Classes in edu.cornell.mannlib.vitro.webapp.dao.filtering that implement Individual Modifier and Type Class Description classIndividualFilteringA Individual object that will delegate to an inner Individual and then filter the results.Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return Individual Modifier and Type Method Description IndividualDataPropertyStatementDaoFiltering. fillExistingDataPropertyStatementsForIndividual(Individual individual)IndividualObjectPropertyStatementDaoFiltering. fillExistingObjectPropertyStatements(Individual entity)IndividualDataPropertyStatementFiltering. getIndividual()IndividualIndividualDaoFiltering. getIndividualByURI(String individualURI)IndividualObjectPropertyStatementFiltering. getObject()IndividualIndividualFiltering. getRelatedIndividual(String propertyUri)IndividualObjectPropertyStatementFiltering. getSubject()Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return types with arguments of type Individual Modifier and Type Method Description protected List<Individual>IndividualDaoFiltering. filterAndWrap(Collection<Individual> cin, VitroFilters filters)protected Iterator<Individual>IndividualDaoFiltering. filterAndWrap(Iterator<Individual> it, VitroFilters filters)List<Individual>IndividualDaoFiltering. getIndividualsByDataProperty(String dataPropertyUri, String value)List<Individual>IndividualDaoFiltering. getIndividualsByDataProperty(String dataPropertyUri, String value, String datatypeUri, String lang)List<Individual>IndividualFiltering. getRelatedIndividuals(String propertyUri)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type Individual Modifier and Type Method Description intIndividualFiltering. compareTo(Individual ind2)voidDataPropertyStatementDaoFiltering. deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual, DataProperty dataProperty)intIndividualDaoFiltering. deleteIndividual(Individual individual)voidDataPropertyDaoFiltering. fillDataPropertiesForIndividual(Individual individual)IndividualDataPropertyStatementDaoFiltering. fillExistingDataPropertyStatementsForIndividual(Individual individual)IndividualObjectPropertyStatementDaoFiltering. fillExistingObjectPropertyStatements(Individual entity)voidObjectPropertyDaoFiltering. fillObjectPropertiesForIndividual(Individual individual)voidIndividualDaoFiltering. fillVClassForIndividual(Individual individual)List<DataProperty>DataPropertyDaoFiltering. getDataPropertyList(Individual subject)Collection<DataPropertyStatement>DataPropertyStatementDaoFiltering. getDataPropertyStatementsForIndividualByDataPropertyURI(Individual entity, String datapropURI)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoFiltering. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoFiltering. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property, String queryString, Set<String> constructQueryStrings)List<ObjectProperty>ObjectPropertyDaoFiltering. getObjectPropertyList(Individual subject)StringDataPropertyDaoFiltering. getRequiredDatatypeURI(Individual individual, DataProperty dataProperty)StringIndividualDaoFiltering. getUnusedURI(Individual individual)StringIndividualDaoFiltering. insertNewIndividual(Individual individual)voidIndividualDaoFiltering. markModified(Individual individual)voidDataPropertyStatementFiltering. setIndividual(Individual individual)voidObjectPropertyStatementFiltering. setObject(Individual object)voidObjectPropertyStatementFiltering. setSubject(Individual subject)intIndividualDaoFiltering. updateIndividual(Individual individual)Method parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering with type arguments of type Individual Modifier and Type Method Description protected List<Individual>IndividualDaoFiltering. filterAndWrap(Collection<Individual> cin, VitroFilters filters)protected Iterator<Individual>IndividualDaoFiltering. filterAndWrap(Iterator<Individual> it, VitroFilters filters)Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type Individual Constructor Description IndividualFiltering(Individual individual, VitroFilters filters) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters that return types with arguments of type Individual Modifier and Type Method Description static net.sf.jga.fn.UnaryFunctor<Individual,String>VitroFilterUtils. FirstLetterOfIndividuals()List<Individual>VitroFilterUtils.EntitySortTransform. fn(List<Individual> individuals)net.sf.jga.fn.UnaryFunctor<Individual,Boolean>VitroFilters. getIndividualFilter()net.sf.jga.fn.UnaryFunctor<Individual,Boolean>VitroFiltersImpl. getIndividualFilter()Method parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters with type arguments of type Individual Modifier and Type Method Description List<Individual>VitroFilterUtils.EntitySortTransform. fn(List<Individual> individuals)VitroFiltersVitroFiltersImpl. setIndividualFilter(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter)Constructor parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters with type arguments of type Individual Constructor Description VitroFiltersImpl(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter, net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter, net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter, net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter, net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter, net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter, net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter, net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.dao.jena
Classes in edu.cornell.mannlib.vitro.webapp.dao.jena that implement Individual Modifier and Type Class Description classIndividualJenaclassIndividualSDBMethods in edu.cornell.mannlib.vitro.webapp.dao.jena that return Individual Modifier and Type Method Description IndividualDataPropertyStatementDaoJena. fillExistingDataPropertyStatementsForIndividual(Individual entity)IndividualDataPropertyStatementDaoSDB. fillExistingDataPropertyStatementsForIndividual(Individual entity)IndividualObjectPropertyStatementDaoJena. fillExistingObjectPropertyStatements(Individual entity)IndividualObjectPropertyStatementDaoSDB. fillExistingObjectPropertyStatements(Individual entity)IndividualIndividualDaoJena. getIndividualByURI(String entityURI)IndividualIndividualDaoSDB. getIndividualByURI(String entityURI)IndividualIndividualJena. getRelatedIndividual(String propertyURI)IndividualIndividualSDB. getRelatedIndividual(String propertyURI)protected IndividualIndividualDaoSDB. makeIndividual(String individualURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type Individual Modifier and Type Method Description List<Individual>IndividualDaoJena. getIndividualsByDataProperty(String dataPropertyUri, String value)In Jena it can be difficult to get an object with a given dataproperty if you do not care about the datatype or lang of the literal.List<Individual>IndividualDaoJena. getIndividualsByDataProperty(String dataPropertyUri, String value, String datatypeUri, String lang)List<Individual>IndividualDaoSDB. getIndividualsByDataProperty(String dataPropertyUri, String value)In Jena it can be difficult to get an object with a given dataproperty if you do not care about the datatype or lang of the literal.List<Individual>IndividualDaoJena. getIndividualsByVClass(VClass vclass)List<Individual>IndividualDaoJena. getIndividualsByVClassURI(String vclassURI)List<Individual>IndividualDaoJena. getIndividualsByVClassURI(String vclassURI, int offset, int quantity)List<Individual>IndividualJena. getRelatedIndividuals(String propertyURI)List<Individual>IndividualSDB. getRelatedIndividuals(String propertyURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type Individual Modifier and Type Method Description voidDataPropertyStatementDaoJena. deleteDataPropertyStatementsForIndividualByDataProperty(Individual individual, DataProperty dataProperty)intIndividualDaoJena. deleteIndividual(Individual ent)intIndividualDaoJena. deleteIndividualWebapp(Individual ent)voidDataPropertyDaoJena. fillDataPropertiesForIndividual(Individual entity)IndividualDataPropertyStatementDaoJena. fillExistingDataPropertyStatementsForIndividual(Individual entity)IndividualDataPropertyStatementDaoSDB. fillExistingDataPropertyStatementsForIndividual(Individual entity)IndividualObjectPropertyStatementDaoJena. fillExistingObjectPropertyStatements(Individual entity)IndividualObjectPropertyStatementDaoSDB. fillExistingObjectPropertyStatements(Individual entity)voidObjectPropertyDaoJena. fillObjectPropertiesForIndividual(Individual entity)voidIndividualDaoJena. fillVClassForIndividual(Individual entity)List<DataProperty>DataPropertyDaoJena. getDataPropertyList(Individual subject)Collection<DataPropertyStatement>DataPropertyStatementDaoJena. getDataPropertyStatementsForIndividualByDataPropertyURI(Individual entity, String datapropURI)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoJena. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property)List<org.apache.jena.rdf.model.Literal>DataPropertyStatementDaoJena. getDataPropertyValuesForIndividualByProperty(Individual subject, DataProperty property, String queryString, Set<String> constructQueryStrings)List<ObjectProperty>ObjectPropertyDaoJena. getObjectPropertyList(Individual subject)StringDataPropertyDaoJena. getRequiredDatatypeURI(Individual individual, DataProperty dataprop)protected List<String>DataPropertyDaoJena. getSupertypeURIs(Individual ind)This method will iterate through each of an individual's direct types and get the URIs of all supertypes.StringIndividualDaoJena. getUnusedURI(Individual individual)StringIndividualDaoJena. insertNewIndividual(Individual ent)StringIndividualDaoJena. insertNewIndividual(Individual ent, org.apache.jena.ontology.OntModel ontModel)Inserts a new Individual into the knowledge base.StringIndividualDaoJena. insertNewIndividualWebapp(Individual ent)voidIndividualDaoJena. markModified(Individual ind)voidIndividualDaoJena. markModified(Individual ind, org.apache.jena.ontology.OntModel ontModel)intIndividualDaoJena. updateIndividual(Individual ent)intIndividualDaoJena. updateIndividual(Individual ent, org.apache.jena.ontology.OntModel ontModel)intIndividualDaoJena. updateIndividualWebapp(Individual ent) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.dwr
Methods in edu.cornell.mannlib.vitro.webapp.dwr that return Individual Modifier and Type Method Description IndividualEntityDWR. entityByURI(String entityURI)Gets an Entity object for a given entities.id.Methods in edu.cornell.mannlib.vitro.webapp.dwr with parameters of type Individual Modifier and Type Method Description StringEntityDWR. insertNewEntity(Individual ent)Insets a new entity into the Vitro system. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo that return Individual Modifier and Type Method Description static IndividualEditConfigurationUtils. getIndividual(VitroRequest vreq, String uri)static IndividualEditConfigurationUtils. getObjectIndividual(VitroRequest vreq)static IndividualEditConfigurationUtils. getSubjectIndividual(VitroRequest vreq)Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type Individual Modifier and Type Method Description static intRdfLiteralHash. makeRdfsLabelLiteralHash(Individual subject, String value, org.apache.jena.rdf.model.Model model) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields that return types with arguments of type Individual Modifier and Type Method Description protected Map<String,Individual>IndividualsViaVClassOptions. addWhenMissingInference(String classUri, WebappDaoFactory wDaoFact)protected Map<String,Individual>IndividualsViaSearchQueryOptions. getIndividualsForClass(String vclassURI, WebappDaoFactory wDaoFact)protected Map<String,Individual>IndividualsViaVClassOptions. getIndividualsForClass(String vclassURI, WebappDaoFactory wDaoFact) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.filestorage
Methods in edu.cornell.mannlib.vitro.webapp.filestorage with parameters of type Individual Modifier and Type Method Description voidUploadedFileHelper. removeMainImage(Individual entity)If this Individual has an image, remove it and the thumbnail. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.filestorage.model
Methods in edu.cornell.mannlib.vitro.webapp.filestorage.model with parameters of type Individual Modifier and Type Method Description static ImageInfoImageInfo. instanceFromEntityUri(WebappDaoFactory webappDaoFactory, Individual entity)If this Individual has a main image and a thumbnail, return their info. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding with parameters of type Individual Modifier and Type Method Description protected voidThumbnailImageURL. addThumbnailExistence(Individual ind, SearchInputDocument doc)Adds if the individual has a thumbnail image or not.protected List<Map<String,List<String>>>SelectQueryI18nDocumentModifier. getTextForQueries(Individual ind)protected Map<String,List<String>>SelectQueryI18nDocumentModifier. getTextForQuery(String query, Individual ind)voidDocumentModifier. modifyDocument(Individual individual, SearchInputDocument doc)Use the rules contained within this class to modify this search document, according to the characteristics of this individual.voidDocumentModifierList. modifyDocument(Individual ind, SearchInputDocument doc)Exercise the list of modifiers, making changes to this document based on this individual.voidDocumentModifierListBasic. modifyDocument(Individual ind, SearchInputDocument doc)voidDocumentModifierListDeveloper. modifyDocument(Individual ind, SearchInputDocument doc)Each time a modifier is run, accumulate the timings for it.voidFieldBooster. modifyDocument(Individual individual, SearchInputDocument doc)voidSelectQueryDocumentModifier. modifyDocument(Individual ind, SearchInputDocument doc)voidSelectQueryI18nDocumentModifier. modifyDocument(Individual ind, SearchInputDocument doc)voidThumbnailImageURL. modifyDocument(Individual individual, SearchInputDocument doc)protected booleanSelectQueryDocumentModifier. passesTypeRestrictions(Individual ind)protected StringThumbnailImageURL. runQueryForThumbnailLocation(Individual individual) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.exclusions with parameters of type Individual Modifier and Type Method Description StringExcludeBasedOnNamespace. checkForExclusion(Individual ind)StringExcludeBasedOnType. checkForExclusion(Individual ind)StringExcludeBasedOnTypeNamespace. checkForExclusion(Individual ind)StringSearchIndexExcluder. checkForExclusion(Individual ind)REturn a string message if the individual should be excluded from the index.booleanSearchIndexExcluderList. isExcluded(Individual ind)Poll the list of excluders regarding this individual.booleanSearchIndexExcluderListBasic. isExcluded(Individual ind)booleanSearchIndexExcluderListDeveloper. isExcluded(Individual ind)Each time a excluder is run, accumulate the timings for it. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.searchindex.tasks
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.tasks that return Individual Modifier and Type Method Description IndividualUpdateDocumentWorkUnit. getInd()Methods in edu.cornell.mannlib.vitro.webapp.searchindex.tasks with parameters of type Individual Modifier and Type Method Description StringUpdateUrisTask.ExcludeIfNoVClasses. checkForExclusion(Individual ind)Constructors in edu.cornell.mannlib.vitro.webapp.searchindex.tasks with parameters of type Individual Constructor Description UpdateDocumentWorkUnit(Individual ind, DocumentModifierList modifiers) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.services.shortview
Methods in edu.cornell.mannlib.vitro.webapp.services.shortview with parameters of type Individual Modifier and Type Method Description ShortViewService.TemplateAndSupplementalDataShortViewService. getShortViewInfo(Individual individual, ShortViewService.ShortViewContext svContext, VitroRequest vreq)What template should be used to render the short view of this individual in this context? What data is available from custom data getters? Ask the Application Ontology for short view specifications on each of the most specific classes for this individual.ShortViewService.TemplateAndSupplementalDataShortViewServiceImpl. getShortViewInfo(Individual individual, ShortViewService.ShortViewContext svContext, VitroRequest vreq)FakeApplicationOntologyService.TemplateAndDataGettersFakeApplicationOntologyService. getShortViewProperties(VitroRequest vreq, Individual individual, String classUri, String contextName)Return the template name and DataGetter instances associated with this class and this short view context.static voidShortViewLogger. log(String contextName, Individual individual)static voidShortViewLogger. log(String contextName, Individual individual, String classUri, FakeApplicationOntologyService.TemplateAndDataGetters tdg)StringShortViewService. renderShortView(Individual individual, ShortViewService.ShortViewContext context, Map<String,Object> modelMap, VitroRequest vreq)Render the short view template that applies to this individual in this context.StringShortViewServiceImpl. renderShortView(Individual individual, ShortViewService.ShortViewContext context, Map<String,Object> modelMap, VitroRequest vreq) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.utils
Methods in edu.cornell.mannlib.vitro.webapp.utils with parameters of type Individual Modifier and Type Method Description static FrontEndEditingUtils.EditModeFrontEndEditingUtils. getEditMode(javax.servlet.http.HttpServletRequest request, Individual obj, String relatedPropertyUri)static List<FauxDataPropertyWrapper>ApplicationConfigurationOntologyUtils. getPopulatedFauxDPs(List<DataProperty> populatedDataProperties, Individual subject, VitroRequest vreq)static List<FauxObjectPropertyWrapper>ApplicationConfigurationOntologyUtils. getPopulatedFauxOPs(List<ObjectProperty> populatedObjectProperties, Individual subject, VitroRequest vreq)static List<Property>ApplicationConfigurationOntologyUtils. getPossibleFauxProps(List<? extends FauxPropertyWrapper> curProps, Individual subject, VitroRequest vreq, boolean isData) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.utils.dataGetter
Constructors in edu.cornell.mannlib.vitro.webapp.utils.dataGetter with parameters of type Individual Constructor Description ExecuteDataRetrieval(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, Individual individual)Constructor with display model and data getter URI that will be called by reflection. -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.utils.fields
Methods in edu.cornell.mannlib.vitro.webapp.utils.fields that return types with arguments of type Individual Modifier and Type Method Description static List<Individual>FieldUtils. removeIndividualsAlreadyInRange(List<Individual> individuals, List<ObjectPropertyStatement> stmts, String predicateUri, String objectUriBeingEdited)Method parameters in edu.cornell.mannlib.vitro.webapp.utils.fields with type arguments of type Individual Modifier and Type Method Description static List<Individual>FieldUtils. removeIndividualsAlreadyInRange(List<Individual> individuals, List<ObjectPropertyStatement> stmts, String predicateUri, String objectUriBeingEdited) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.web
Methods in edu.cornell.mannlib.vitro.webapp.web with parameters of type Individual Modifier and Type Method Description StringViewFinder. findClassView(Individual individual, VitroRequest vreq)static StringMiscWebUtils. getCustomShortView(Individual individual, javax.servlet.http.HttpServletRequest request) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual declared as Individual Modifier and Type Field Description protected IndividualBaseIndividualTemplateModel. individualMethods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual that return Individual Modifier and Type Method Description protected IndividualBaseObjectPropertyDataPostProcessor. getIndividual(String uri)Methods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type Individual Modifier and Type Method Description static IndividualTemplateModelIndividualTemplateModelBuilder. build(Individual individual, VitroRequest vreq)IndividualTemplateModelIndividualTemplateModelBuilder.IIndividualTemplateModelBuilder. build(Individual individual, VitroRequest vreq)static ObjectPropertyTemplateModelObjectPropertyTemplateModel. getObjectPropertyTemplateModel(ObjectProperty op, Individual subject, VitroRequest vreq, boolean editing, List<ObjectProperty> populatedObjectPropertyList)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type Individual Constructor Description BaseIndividualTemplateModel(Individual individual, VitroRequest vreq) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist declared as Individual Modifier and Type Field Description protected IndividualBaseListedIndividual. individualMethods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist with parameters of type Individual Modifier and Type Method Description static ListedIndividualListedIndividualBuilder. build(Individual individual, VitroRequest vreq)ListedIndividualListedIndividualBuilder.ILIstedIndividualBuilder. build(Individual individual, VitroRequest vreq)Method parameters in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist with type arguments of type Individual Modifier and Type Method Description static List<ListedIndividual>BaseListedIndividual. getIndividualTemplateModels(List<Individual> individuals, VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist with parameters of type Individual Constructor Description BaseListedIndividual(Individual individual, VitroRequest vreq) -
Uses of Individual in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult declared as Individual Modifier and Type Field Description protected IndividualIndividualSearchResult. individualMethod parameters in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult with type arguments of type Individual Modifier and Type Method Description static List<IndividualSearchResult>IndividualSearchResult. getIndividualTemplateModels(List<Individual> individuals, VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult with parameters of type Individual Constructor Description IndividualSearchResult(Individual individual, VitroRequest vreq) -
Uses of Individual in edu.ucsf.vitro.opensocial
Methods in edu.ucsf.vitro.opensocial with parameters of type Individual Modifier and Type Method Description static StringOpenSocialManager. buildJSONPersonIds(Individual ind, String message)Method parameters in edu.ucsf.vitro.opensocial with type arguments of type Individual Modifier and Type Method Description static List<String>OpenSocialManager. getOpenSocialId(List<Individual> individuals)
-