Uses of Class
it.uniroma2.art.semanticturkey.resources.Reference
Packages that use Reference
Package
Description
-
Uses of Reference in it.uniroma2.art.semanticturkey.config
Methods in it.uniroma2.art.semanticturkey.config that return types with arguments of type ReferenceModifier and TypeMethodDescriptiondefault Collection<Reference>ConfigurationManager.getConfigurationReferences(Project project, STUser user) Methods in it.uniroma2.art.semanticturkey.config with parameters of type ReferenceModifier and TypeMethodDescriptiondefault voidConfigurationManager.deleteConfiguration(Reference reference) default CONFTYPEConfigurationManager.getConfiguration(Reference reference) default voidConfigurationManager.storeConfiguration(Reference reference, CONFTYPE configuration) -
Uses of Reference in it.uniroma2.art.semanticturkey.customviews
Methods in it.uniroma2.art.semanticturkey.customviews with parameters of type ReferenceModifier and TypeMethodDescriptionvoidCustomViewsManager.deleteAssociation(Reference reference) voidCustomViewsManager.deleteCustomView(Reference reference) voidCustomViewsManager.storeCustomView(Reference reference, CustomView customView) voidCustomViewsManager.storeCustomViewFromFile(Reference reference, File srcFile) -
Uses of Reference in it.uniroma2.art.semanticturkey.email
Methods in it.uniroma2.art.semanticturkey.email with parameters of type ReferenceModifier and TypeMethodDescriptionvoidShowVocEmailService.sendAcceptedDatasetCatalogContributionMail(Reference reference, StoredDatasetCatalogContributionConfiguration contribution) Mail to the contributor that informs that his dataset catalog contribution has been acceptedvoidShowVocEmailService.sendAcceptedDevExcelResourceContributionMail(Reference reference, StoredDevResourceContributionConfiguration contribution, String projectName, String vbLink, String tempPwd) Send email notification to the contributor about the approval of a contribution request of a dev resource that requires conversion from excel Note: the project name is not retrieved from the contribution since it could be change from the admin during the approvalvoidShowVocEmailService.sendAcceptedDevGenericResourceContributionMail(Reference reference, StoredDevResourceContributionConfiguration contribution, String projectName, String showvocHostUrl, String token) Send email notification to the contributor about the approval of a contribution request of a dev resource that requires no conversion or a conversion from TBX or Zthes.voidShowVocEmailService.sendAcceptedMetadataContributionMail(Reference reference, StoredMetadataContributionConfiguration contribution) Mail to the contributor that informs that his metadata contribution has been acceptedvoidShowVocEmailService.sendAcceptedStableResourceContributionMail(Reference reference, StoredStableResourceContributionConfiguration contribution, String projectName, String showvocHostUrl, String token) Mail to the contributor that inform that his contribution has been accepted Note: the project name is not retrieved from the contribution since it could be change from the admin during the approvalvoidShowVocEmailService.sendRejectedContributionMail(Reference reference, StoredContributionConfiguration contribution) -
Uses of Reference in it.uniroma2.art.semanticturkey.extension
Methods in it.uniroma2.art.semanticturkey.extension that return types with arguments of type ReferenceModifier and TypeMethodDescriptionExtensionPointManager.getConfigurationReferences(Project project, STUser user, String componentIdentifier) Returns the stored configurations associated with a given componentMethods in it.uniroma2.art.semanticturkey.extension with parameters of type ReferenceModifier and TypeMethodDescriptionvoidExtensionPointManager.deleteConfiguraton(String componentIdentifier, Reference reference) ExtensionPointManager.getConfiguration(String componentIdentifier, Reference reference) Returns a stored configuration located with the supplied identifiervoidExtensionPointManager.storeConfiguration(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) -
Uses of Reference in it.uniroma2.art.semanticturkey.extension.impl
Methods in it.uniroma2.art.semanticturkey.extension.impl that return types with arguments of type ReferenceModifier and TypeMethodDescriptionExtensionPointManagerImpl.getConfigurationReferences(Project project, STUser user, String componentIdentifier) Methods in it.uniroma2.art.semanticturkey.extension.impl with parameters of type ReferenceModifier and TypeMethodDescriptionvoidExtensionPointManagerImpl.deleteConfiguraton(String componentIdentifier, Reference reference) ExtensionPointManagerImpl.getConfiguration(String componentIdentifier, Reference reference) voidExtensionPointManagerImpl.storeConfiguration(String componentIdentifier, Reference reference, com.fasterxml.jackson.databind.node.ObjectNode configuration) -
Uses of Reference in it.uniroma2.art.semanticturkey.resources
Methods in it.uniroma2.art.semanticturkey.resources that return ReferenceModifier and TypeMethodDescriptionstatic ReferenceReference.parseReference(String relativeReference, Project project, STUser stUser) Methods in it.uniroma2.art.semanticturkey.resources that return types with arguments of type ReferenceModifier and TypeMethodDescriptionstatic Collection<Reference>Reference.liftIdentifiers(Project project, STUser user, Collection<String> identifiers) Methods in it.uniroma2.art.semanticturkey.resources with parameters of type ReferenceModifier and TypeMethodDescriptionvoidReference.ReferenceSerializer.serialize(Reference value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in it.uniroma2.art.semanticturkey.resources with type arguments of type Reference -
Uses of Reference in it.uniroma2.art.semanticturkey.services
Methods in it.uniroma2.art.semanticturkey.services that return ReferenceModifier and TypeMethodDescriptionprotected ReferenceSTServiceAdapter.parseReference(String relativeReference) -
Uses of Reference in it.uniroma2.art.semanticturkey.storage
Methods in it.uniroma2.art.semanticturkey.storage with parameters of type ReferenceModifier and TypeMethodDescriptionstatic voidStorageManager.createDirectory(Reference dir) Creates a new directorystatic booleanStorageManager.createDirectoryIfNotExisting(Reference dir) Creates a new directory, if it does now exist.static voidStorageManager.createFile(InputStream is, Reference ref, boolean overwrite) Creates a file.static voidStorageManager.deleteDirectory(Reference dir) Deletes a directorystatic voidStorageManager.deleteFile(Reference ref) Deletes a filestatic booleanReturns whether the referenced file existsstatic Filestatic InputStreamStorageManager.getFileContent(Reference ref) Returns the content of a filestatic voidStorageManager.getFileContent(OutputStream os, Reference ref) Returns the content of a filestatic voidStorageManager.getFileContent(OutputStream os, Reference ref, IntConsumer setContentLength) Returns the content of a filestatic FileStorageManager.getStorageDirectory(Reference ref) static Collection<DirectoryEntryInfo>Lists the entries in a given directory