Uses of Interface
edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory
-
-
Uses of WebappDaoFactory in edu.cornell.mannlib.vedit.controller
Methods in edu.cornell.mannlib.vedit.controller that return WebappDaoFactory Modifier and Type Method Description protected WebappDaoFactoryBaseEditController. getWebappDaoFactory()protected WebappDaoFactoryBaseEditController. getWebappDaoFactory(String userURI) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vedit.util
Methods in edu.cornell.mannlib.vedit.util with parameters of type WebappDaoFactory Modifier and Type Method Description static List<Option>FormUtils. makeOptionListOfNotDisjointClasses(WebappDaoFactory wadf, String baseVclassUri, String selectedUri)static List<Option>FormUtils. makeOptionListOfSubVClasses(WebappDaoFactory wadf, String parentVClassUri, String selectedVClassURI)static List<Option>FormUtils. makeVClassOptionList(WebappDaoFactory wadf, String selectedVClassURI) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.auth.identifier.factory
Fields in edu.cornell.mannlib.vitro.webapp.auth.identifier.factory declared as WebappDaoFactory Modifier and Type Field Description protected WebappDaoFactoryBaseIdentifierBundleFactory. wdf -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.controller
Methods in edu.cornell.mannlib.vitro.webapp.controller that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryVitroRequest. getLanguageNeutralWebappDaoFactory()WebappDaoFactoryVitroRequest. getUnfilteredAssertionsWebappDaoFactory()gets assertions-only WebappDaoFactory with no policy filteringWebappDaoFactoryVitroRequest. getUnfilteredWebappDaoFactory()gets assertions+inference WebappDaoFactory with no policy filteringWebappDaoFactoryVitroRequest. getWebappDaoFactory()Gets WebappDaoFactory with appropriate filtering for the request -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type WebappDaoFactory Modifier and Type Method Description static booleanUrlBuilder. isUriInDefaultNamespace(String individualUri, WebappDaoFactory wadf) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.controller.individuallist
Methods in edu.cornell.mannlib.vitro.webapp.controller.individuallist with parameters of type WebappDaoFactory Modifier and Type Method Description static Collection<String>IndividualJsonWrapper. getMostSpecificTypes(Individual individual, WebappDaoFactory wdf) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.controller.json
Methods in edu.cornell.mannlib.vitro.webapp.controller.json with parameters of type WebappDaoFactory Modifier and Type Method Description static StringJsonServlet. getDataPropertyValue(Individual ind, DataProperty dp, WebappDaoFactory wdf) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryWebappDaoFactory. getUserAwareDaoFactory(String userURI)Copy this DAO factory to a new object associated with the specified user URI, or return the same factory if a user-aware version cannot be used.Constructors in edu.cornell.mannlib.vitro.webapp.dao with parameters of type WebappDaoFactory Constructor Description NewURIMakerVitro(WebappDaoFactory wdf) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.dao.filtering
Classes in edu.cornell.mannlib.vitro.webapp.dao.filtering that implement WebappDaoFactory Modifier and Type Class Description classWebappDaoFactoryFilteringThis wraps a WebappDaoFactory and applies filtering.Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryWebappDaoFactoryFiltering. getUserAwareDaoFactory(String userURI)Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type WebappDaoFactory Constructor Description WebappDaoFactoryFiltering(WebappDaoFactory innerDao, VitroFilters filters) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters with parameters of type WebappDaoFactory Modifier and Type Method Description VitroFiltersFilterFactory. getFilters(javax.servlet.http.HttpServletRequest request, WebappDaoFactory wdf) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.dao.jena
Classes in edu.cornell.mannlib.vitro.webapp.dao.jena that implement WebappDaoFactory Modifier and Type Class Description classWebappDaoFactoryJenaclassWebappDaoFactorySDBMethods in edu.cornell.mannlib.vitro.webapp.dao.jena that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryWebappDaoFactoryJena. getUserAwareDaoFactory(String userURI)WebappDaoFactoryWebappDaoFactorySDB. getUserAwareDaoFactory(String userURI)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type WebappDaoFactory Modifier and Type Method Description static org.apache.jena.ontology.OntModel[]JenaModelUtils. makeClassGroupsFromRootClasses(WebappDaoFactory wadf, org.apache.jena.rdf.model.Model tboxModel)Creates a set of vitro:ClassGroup resources for each root class in an ontology. -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryStandardWDFSelector. getWdf(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context)WebappDaoFactoryWDFSelector. getWdf(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields with parameters of type WebappDaoFactory 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)Map<String,String>ChildVClassesOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>ChildVClassesWithParent. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>ConstantFieldOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>FieldOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Any object that are needed to get the options should be passed in the constructor of the implementation.Map<String,String>IndividualsViaClassGroupOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>IndividualsViaObjectPropetyOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>IndividualsViaSearchQueryOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>IndividualsViaVClassOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Map<String,String>RdfTypeOptions. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wdf, I18nBundle i18n)static Map<String,String>SelectListGeneratorVTwo. getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n)Constructors in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields with parameters of type WebappDaoFactory Constructor Description IndividualsViaObjectPropertyByRankOptions(String subjectUri, String predicateUri, String objectUri, WebappDaoFactory wdf, org.apache.jena.rdf.model.Model model) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.filestorage
Constructors in edu.cornell.mannlib.vitro.webapp.filestorage with parameters of type WebappDaoFactory Constructor Description UploadedFileHelper(FileStorage fileStorage, WebappDaoFactory wadf, javax.servlet.ServletContext ctx) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.filestorage.model
Methods in edu.cornell.mannlib.vitro.webapp.filestorage.model with parameters of type WebappDaoFactory Modifier and Type Method Description static FileInfoFileInfo. instanceFromAliasUrl(WebappDaoFactory webappDaoFactory, String path, javax.servlet.ServletContext ctx)If this request URL represents a BytestreamAliasURL, find the bytestream URI, find the surrogate, and get the info.static FileInfoFileInfo. instanceFromBytestreamUri(WebappDaoFactory webappDaoFactory, String bytestreamUri)If this URI represents a file bytestream, find its surrogate and get its info.static ImageInfoImageInfo. instanceFromEntityUri(WebappDaoFactory webappDaoFactory, Individual entity)If this Individual has a main image and a thumbnail, return their info.static FileInfoFileInfo. instanceFromSurrogateUri(WebappDaoFactory webappDaoFactory, String uri)If this URI represents a file surrogate, get its info. -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.filters
Methods in edu.cornell.mannlib.vitro.webapp.filters that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryModelSwitcher. checkForModelSwitching(VitroRequest vreq, WebappDaoFactory inputWadf)Check if special model is requested - this is for enabling the use of a different model for menu management.Methods in edu.cornell.mannlib.vitro.webapp.filters with parameters of type WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryModelSwitcher. checkForModelSwitching(VitroRequest vreq, WebappDaoFactory inputWadf)Check if special model is requested - this is for enabling the use of a different model for menu management. -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.modelaccess
Methods in edu.cornell.mannlib.vitro.webapp.modelaccess that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryContextModelAccess. getWebappDaoFactory()Get the ASSERTIONS_AND_INFERENCES WebappDaoFactory.WebappDaoFactoryContextModelAccess. getWebappDaoFactory(ModelAccess.ReasoningOption option)Get a WebappDaoFactory, based on ASSERTIONS, INFERENCES, or both.WebappDaoFactoryRequestModelAccess. getWebappDaoFactory(ModelAccess.WebappDaoFactoryOption... options)Get a WebappDaoFactory: Filtered or not, Language-aware or not, ASSERTIONS or INFERENCES or both. -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.modelaccess.impl
Methods in edu.cornell.mannlib.vitro.webapp.modelaccess.impl that return WebappDaoFactory Modifier and Type Method Description WebappDaoFactoryContextModelAccessImpl. getWebappDaoFactory()WebappDaoFactoryContextModelAccessImpl. getWebappDaoFactory(ModelAccess.ReasoningOption option)WebappDaoFactoryRequestModelAccessImpl. getWebappDaoFactory(ModelAccess.WebappDaoFactoryOption... options) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.utils
Methods in edu.cornell.mannlib.vitro.webapp.utils with parameters of type WebappDaoFactory Modifier and Type Method Description org.apache.jena.rdf.model.Model[]Csv2Rdf. convertToRdf(InputStream fis, WebappDaoFactory wadf, org.apache.jena.rdf.model.Model destination) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.utils.jena
Methods in edu.cornell.mannlib.vitro.webapp.utils.jena with parameters of type WebappDaoFactory Modifier and Type Method Description StringJenaIngestUtils. getUnusedURI(String newNamespace, WebappDaoFactory wdf)static voidJenaOutputUtils. setNameSpacePrefixes(org.apache.jena.rdf.model.Model model, WebappDaoFactory wadf) -
Uses of WebappDaoFactory in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual declared as WebappDaoFactory Modifier and Type Field Description protected WebappDaoFactoryBaseObjectPropertyDataPostProcessor. wdfConstructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type WebappDaoFactory Constructor Description BaseObjectPropertyDataPostProcessor(ObjectPropertyTemplateModel optm, WebappDaoFactory wdf)DefaultListViewDataPostProcessor(ObjectPropertyTemplateModel optm, WebappDaoFactory wdf)DefaultObjectPropertyDataPostProcessor(ObjectPropertyTemplateModel optm, WebappDaoFactory wdf)MaintainDuplicatesObjectPropertyDataPostProcessor(ObjectPropertyTemplateModel optm, WebappDaoFactory wdf)
-