Uses of Enum Class
it.uniroma2.art.semanticturkey.data.role.RDFResourceRole
Packages that use RDFResourceRole
Package
Description
-
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.alignment
Methods in it.uniroma2.art.semanticturkey.alignment with parameters of type RDFResourceRoleModifier and TypeMethodDescriptionvoid
AlignmentModel.acceptAlignment
(org.eclipse.rdf4j.model.IRI entity1, org.eclipse.rdf4j.model.IRI entity2, String relation, RDFResourceRole entity1Role, org.eclipse.rdf4j.model.IRI forcedProperty, boolean setAsDefault, org.eclipse.rdf4j.repository.RepositoryConnection projRepoConn) Accepts an alignment and update the alignment model with the outcome of the validationList<org.eclipse.rdf4j.model.IRI>
AlignmentModel.suggestPropertiesForRelation
(RDFResourceRole role, String relation, boolean withDefault) Converts the given relation to a property.static List<org.eclipse.rdf4j.model.IRI>
AlignmentUtils.suggestPropertiesForRelation
(RDFResourceRole role, String relation) Converts the given relation to a property. -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.config.resourcemetadata
Fields in it.uniroma2.art.semanticturkey.config.resourcemetadata declared as RDFResourceRole -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.config.sparql
Methods in it.uniroma2.art.semanticturkey.config.sparql that return RDFResourceRoleModifier and TypeMethodDescriptionStoredSPARQLParameterization.ConstraintVariableBinding.getResourceRole()
Constructors in it.uniroma2.art.semanticturkey.config.sparql with parameters of type RDFResourceRoleModifierConstructorDescriptionConstraintVariableBinding
(String displayName, String description, RDFResourceRole resourceRole, org.eclipse.rdf4j.model.IRI datatype) -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.config.template
Fields in it.uniroma2.art.semanticturkey.config.template with type parameters of type RDFResourceRole -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.data.role
Methods in it.uniroma2.art.semanticturkey.data.role that return RDFResourceRoleModifier and TypeMethodDescriptionstatic RDFResourceRole
RoleRecognitionOrchestrator.computeRole
(org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.repository.RepositoryConnection repoConn) static RDFResourceRole
Returns the enum constant of this class with the specified name.static RDFResourceRole[]
RDFResourceRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.uniroma2.art.semanticturkey.data.role with parameters of type RDFResourceRoleModifier and TypeMethodDescriptionstatic boolean
RDFResourceRole.isClass
(RDFResourceRole role) static boolean
RDFResourceRole.isProperty
(RDFResourceRole role) static boolean
RDFResourceRole.isSkosCollection
(RDFResourceRole role) boolean
RDFResourceRole.subsumes
(RDFResourceRole role) static boolean
RDFResourceRole.subsumes
(RDFResourceRole subsumer, RDFResourceRole subsumee) static boolean
RDFResourceRole.subsumes
(RDFResourceRole subsumer, RDFResourceRole subsumee, boolean undeterminedSubsumeesAll) -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.project
Fields in it.uniroma2.art.semanticturkey.project with type parameters of type RDFResourceRoleMethods in it.uniroma2.art.semanticturkey.project that return types with arguments of type RDFResourceRoleMethod parameters in it.uniroma2.art.semanticturkey.project with type arguments of type RDFResourceRoleModifier and TypeMethodDescriptionstatic Project
ProjectManager.createProject
(ProjectConsumer consumer, String projectName, org.eclipse.rdf4j.model.Literal label, org.eclipse.rdf4j.model.IRI model, org.eclipse.rdf4j.model.IRI lexicalizationModel, String baseURI, String defaultNamespace, boolean historyEnabled, boolean validationEnabled, boolean blacklistingEnabled, RepositoryAccess repositoryAccess, String coreRepoID, PluginSpecification coreRepoSailConfigurerSpecification, String coreBackendType, String supportRepoID, PluginSpecification supportRepoSailConfigurerSpecification, String supportBackendType, PluginSpecification uriGeneratorSpecification, PluginSpecification renderingEngineSpecification, List<Pair<RDFResourceRole, String>> resourceMetadataAssociations, File preloadedDataFile, org.eclipse.rdf4j.rio.RDFFormat preloadedDataFormat, TransitiveImportMethodAllowance transitiveImportAllowance, Set<org.eclipse.rdf4j.model.IRI> failedImports, String leftDataset, String rightDataset, boolean shaclEnabled, SHACLSettings shaclSettings, boolean trivialInferenceEnabled, boolean openAtStartup, ProjectACL.AccessLevel universalAccess, boolean undoEnabled) -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.security
Methods in it.uniroma2.art.semanticturkey.security that return RDFResourceRoleModifier and TypeMethodDescriptionSTAuthorizationEvaluator.typeof
(org.eclipse.rdf4j.model.Resource resource) To use at support of isAuthorized like @PreAuthorize("@auth.isAuthorized('rdf(' +@auth.typeof(#individual)+ ')', 'R')") where individual is a method parameter name -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.services
Methods in it.uniroma2.art.semanticturkey.services that return RDFResourceRoleModifier and TypeMethodDescriptionstatic RDFResourceRole
STServiceAdapter.getRoleFromNature
(String nature) Methods in it.uniroma2.art.semanticturkey.services with parameters of type RDFResourceRoleModifier and TypeMethodDescriptionprotected void
STServiceAdapter.publishResourceDeleted
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role) -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.services.aspects
Methods in it.uniroma2.art.semanticturkey.services.aspects that return types with arguments of type RDFResourceRoleModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.tuple.Pair<org.eclipse.rdf4j.model.Resource,
RDFResourceRole> ResourceLevelChangeMetadataSupport.enhanceResourceChangeInfo
(org.eclipse.rdf4j.repository.RepositoryConnection repConn, org.apache.commons.lang3.tuple.Pair<org.eclipse.rdf4j.model.Resource, RDFResourceRole> pair) List<org.apache.commons.lang3.tuple.ImmutablePair<org.eclipse.rdf4j.model.Resource,
RDFResourceRole>> ResourceLevelChangeMetadata.getCreatedResources()
List<org.apache.commons.lang3.tuple.ImmutablePair<org.eclipse.rdf4j.model.Resource,
RDFResourceRole>> ResourceLevelChangeMetadata.getDeletedResources()
List<org.apache.commons.lang3.tuple.ImmutablePair<org.eclipse.rdf4j.model.Resource,
RDFResourceRole>> ResourceLevelChangeMetadata.getModifiedResources()
Methods in it.uniroma2.art.semanticturkey.services.aspects with parameters of type RDFResourceRoleModifier and TypeMethodDescriptionvoid
ResourceLevelChangeMetadata.addCreatedResource
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role) void
ResourceLevelChangeMetadata.addDeletedResource
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role) void
ResourceLevelChangeMetadata.addModifiedResource
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role) Method parameters in it.uniroma2.art.semanticturkey.services.aspects with type arguments of type RDFResourceRoleModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.tuple.Pair<org.eclipse.rdf4j.model.Resource,
RDFResourceRole> ResourceLevelChangeMetadataSupport.enhanceResourceChangeInfo
(org.eclipse.rdf4j.repository.RepositoryConnection repConn, org.apache.commons.lang3.tuple.Pair<org.eclipse.rdf4j.model.Resource, RDFResourceRole> pair) -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.services.events
Methods in it.uniroma2.art.semanticturkey.services.events that return RDFResourceRoleConstructors in it.uniroma2.art.semanticturkey.services.events with parameters of type RDFResourceRoleModifierConstructorDescriptionResourceCreated
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role, org.eclipse.rdf4j.model.Resource wgraph, org.eclipse.rdf4j.repository.Repository repository, Project project, STUser author) ResourceDeleted
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role, org.eclipse.rdf4j.model.Resource wgraph, org.eclipse.rdf4j.repository.Repository repository, Project project, STUser author) ResourceEvent
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role, org.eclipse.rdf4j.model.Resource wgraph, org.eclipse.rdf4j.repository.Repository repository, Project project, STUser author) ResourceModified
(org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role, org.eclipse.rdf4j.model.Resource wgraph, org.eclipse.rdf4j.repository.Repository repository, Project project, STUser author) -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.settings.core
Fields in it.uniroma2.art.semanticturkey.settings.core with type parameters of type RDFResourceRole -
Uses of RDFResourceRole in it.uniroma2.art.semanticturkey.user.notification
Fields in it.uniroma2.art.semanticturkey.user.notification with type parameters of type RDFResourceRoleModifier and TypeFieldDescriptionstatic final List<RDFResourceRole>
NotificationPreferencesAPI.availableRoles
Methods in it.uniroma2.art.semanticturkey.user.notification that return RDFResourceRoleMethods in it.uniroma2.art.semanticturkey.user.notification that return types with arguments of type RDFResourceRoleModifier and TypeMethodDescriptionNotificationPreferencesAPI.getRoleActionsNotificationPreferences
(Project project, STUser user) Methods in it.uniroma2.art.semanticturkey.user.notification with parameters of type RDFResourceRoleModifier and TypeMethodDescriptionboolean
NotificationPreferencesAPI.addToUser
(STUser user, Project project, RDFResourceRole role, NotificationPreferencesAPI.Action action) boolean
NotificationPreferencesAPI.removeProjRoleActionFromUser
(STUser user, Project project, RDFResourceRole role, NotificationPreferencesAPI.Action action) NotificationPreferencesAPI.searchUserFromProjRoleAction
(Project project, RDFResourceRole role, NotificationPreferencesAPI.Action action) boolean
UserNotificationsAPI.storeNotification
(STUser user, Project project, org.eclipse.rdf4j.model.Resource resource, RDFResourceRole role, NotificationPreferencesAPI.Action action) Method parameters in it.uniroma2.art.semanticturkey.user.notification with type arguments of type RDFResourceRoleModifier and TypeMethodDescriptionvoid
NotificationPreferencesAPI.addToUser
(STUser user, Project project, Map<RDFResourceRole, List<NotificationPreferencesAPI.Action>> preferences) Constructors in it.uniroma2.art.semanticturkey.user.notification with parameters of type RDFResourceRoleModifierConstructorDescriptionNotificationRecord
(String proj, String resource, RDFResourceRole role, NotificationPreferencesAPI.Action action, String timestamp)