public class IORelationAdapterProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FILTER_METADATA
Property representing a list of metadata uris that should be filtered.
|
static String |
FILTER_PREDICATES
Property representing a list of predicates uris that should be filtered.
|
static String |
GRAPH
Property representing the graph name where relations should be extracted.
|
static String |
IGNORE_ALL_METADATA
Property representing a boolean value that indicates if metadata should not be kept when exporting/importing.
|
static String |
IGNORE_EXTERNAL
Property representing a boolean value that indicates if only internal relations must be kept when
exporting/importing.
|
static String |
IGNORE_LITERALS
Property representing a boolean value that indicates if relations involving literals should be ignored when
importing/exporting.
|
static String |
IGNORE_METADATA
Property representing a list of metadata uris that should be ignored.
|
static String |
IGNORE_PREDICATES
Property representing a list of predicates uris that should be ignored.
|
static String |
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.
|
static String |
IMPORT_GRAPH
Property representing the graph name where relations should be imported.
|
static String |
UPDATE_DATE_METADATA
Property representing a list of metadata uris that should be updated.
|
public static final String GRAPH
public static final String IMPORT_GRAPH
Defaults to the graph property value.
public static final String IGNORE_EXTERNAL
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.
public static final String IGNORE_LITERALS
Default value: false.
public static final String IGNORE_SIMPLE_RESOURCES
Default value: false.
public static final String FILTER_PREDICATES
If list is not empty, relations using a predicate which is not on this list will not be kept.
public static final String IGNORE_PREDICATES
If list is not empty, relations using a predicate which is on this list will not be kept.
public static final String FILTER_METADATA
If list is not empty, metadata (properties) for relations using a uri which is not on this list will not be kept.
public static final String IGNORE_METADATA
If list is not empty, metadata (properties) for relations using a uri which is on this list will not be kept.
public static final String IGNORE_ALL_METADATA
Default value: false.
public static final String UPDATE_DATE_METADATA
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
Copyright © 2019 Nuxeo. All rights reserved.