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 void
ConfigurationManager.deleteConfiguration
(Reference reference) default CONFTYPE
ConfigurationManager.getConfiguration
(Reference reference) default void
ConfigurationManager.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 TypeMethodDescriptionvoid
CustomViewsManager.deleteAssociation
(Reference reference) void
CustomViewsManager.deleteCustomView
(Reference reference) void
CustomViewsManager.storeCustomView
(Reference reference, CustomView customView) void
CustomViewsManager.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 TypeMethodDescriptionvoid
ShowVocEmailService.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 approvalvoid
ShowVocEmailService.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.void
ShowVocEmailService.sendAcceptedMetadataContributionMail
(Reference reference, StoredMetadataContributionConfiguration contribution) Mail to the contributor that informs that his metadata contribution has been acceptedvoid
ShowVocEmailService.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 approvalvoid
ShowVocEmailService.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 TypeMethodDescriptionvoid
ExtensionPointManager.deleteConfiguraton
(String componentIdentifier, Reference reference) ExtensionPointManager.getConfiguration
(String componentIdentifier, Reference reference) Returns a stored configuration located with the supplied identifiervoid
ExtensionPointManager.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 TypeMethodDescriptionvoid
ExtensionPointManagerImpl.deleteConfiguraton
(String componentIdentifier, Reference reference) ExtensionPointManagerImpl.getConfiguration
(String componentIdentifier, Reference reference) void
ExtensionPointManagerImpl.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 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 TypeMethodDescriptionvoid
Reference.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 Reference
STServiceAdapter.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 void
StorageManager.createDirectory
(Reference dir) Creates a new directorystatic boolean
StorageManager.createDirectoryIfNotExisting
(Reference dir) Creates a new directory, if it does now exist.static void
StorageManager.createFile
(InputStream is, Reference ref, boolean overwrite) Creates a file.static void
StorageManager.deleteDirectory
(Reference dir) Deletes a directorystatic void
StorageManager.deleteFile
(Reference ref) Deletes a filestatic boolean
Returns whether the referenced file existsstatic File
static InputStream
StorageManager.getFileContent
(Reference ref) Returns the content of a filestatic void
StorageManager.getFileContent
(OutputStream os, Reference ref) Returns the content of a filestatic void
StorageManager.getFileContent
(OutputStream os, Reference ref, IntConsumer setContentLength) Returns the content of a filestatic File
StorageManager.getStorageDirectory
(Reference ref) static Collection<DirectoryEntryInfo>
Lists the entries in a given directory