Class IORelationAdapterProperties
- Author:
- Anahide Tchertchian
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property representing a list of metadata uris that should be filtered.static final String
Property representing a list of predicates uris that should be filtered.static final String
Property representing the graph name where relations should be extracted.static final String
Property representing a boolean value that indicates if metadata should not be kept when exporting/importing.static final String
Property representing a boolean value that indicates if only internal relations must be kept when exporting/importing.static final String
Property representing a boolean value that indicates if relations involving literals should be ignored when importing/exporting.static final String
Property representing a list of metadata uris that should be ignored.static final String
Property representing a list of predicates uris that should be ignored.static final String
Property representing a boolean value that indicates if relations involving resources that are not QName resources should be ignored when importing/exporting.static final String
Property representing the graph name where relations should be imported.static final String
Property representing a list of metadata uris that should be updated. -
Method Summary
-
Field Details
-
GRAPH
Property representing the graph name where relations should be extracted.- See Also:
-
IMPORT_GRAPH
Property representing the graph name where relations should be imported.Defaults to the graph property value.
- See Also:
-
IGNORE_EXTERNAL
Property representing a boolean value that indicates if only internal relations must be kept when exporting/importing.For instance, if a document tree is copied, we could chose to ignore relations pointing to documents outside of the copied tree.
Default value: false.
- See Also:
-
IGNORE_LITERALS
Property representing a boolean value that indicates if relations involving literals should be ignored when importing/exporting.Default value: false.
- See Also:
-
IGNORE_SIMPLE_RESOURCES
Property representing a boolean value that indicates if relations involving resources that are not QName resources should be ignored when importing/exporting.Default value: false.
- See Also:
-
FILTER_PREDICATES
Property representing a list of predicates uris that should be filtered.If list is not empty, relations using a predicate which is not on this list will not be kept.
- See Also:
-
IGNORE_PREDICATES
Property representing a list of predicates uris that should be ignored.If list is not empty, relations using a predicate which is on this list will not be kept.
- See Also:
-
FILTER_METADATA
Property representing a list of metadata uris that should be filtered.If list is not empty, metadata (properties) for relations using a uri which is not on this list will not be kept.
- See Also:
-
IGNORE_METADATA
Property representing a list of metadata uris that should be ignored.If list is not empty, metadata (properties) for relations using a uri which is on this list will not be kept.
- See Also:
-
IGNORE_ALL_METADATA
Property representing a boolean value that indicates if metadata should not be kept when exporting/importing.Default value: false.
- See Also:
-
UPDATE_DATE_METADATA
Property representing a list of metadata uris that should be updated.If list is not empty, metadata (properties) for relations using a uri which is on this list will be updated to match current date.
Current date is set as a literal as described in
RelationDate
- See Also:
-