public interface RelationalObject extends KomodoObject
KomodoObject
related to a relational model.Modifier and Type | Interface and Description |
---|---|
static interface |
RelationalObject.Filter
A filter to use when deciding which properties and descriptors apply to an object.
|
Modifier and Type | Field and Description |
---|---|
static RelationalObject.Filter |
DDL_QNAMES_FILTER
A filter to exclude specific DDL-namespaced properties and type descriptors.
|
static RelationalObject.Filter[] |
DEFAULT_FILTERS
The default set of filters for restricting which properties and descriptors apply to relational objects.
|
static RelationalObject.Filter |
JCR_FILTER
A filter to exclude JCR-namespaced properties and type descriptors.
|
static RelationalObject.Filter[] |
NO_FILTERS
An empty collection of filters.
|
static RelationalObject.Filter |
NT_FILTER
A filter to exclude NT-namespaced properties and type descriptors.
|
static RelationalObject.Filter |
RESIDUAL_FILTER
A filter to exclude residual properties and type descriptors.
|
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
RelationalObject.Filter[] |
getFilters() |
void |
setFilters(RelationalObject.Filter[] newFilters) |
accept, addChild, addDescriptor, getChild, getChild, getChildren, getChildrenOfType, getChildTypes, getDescriptor, getDescriptors, getIndex, getObjectFactory, getPrimaryType, getProperty, getPropertyDescriptor, getPropertyDescriptors, getPropertyFactory, getPropertyNames, getRawChildren, getRawDescriptors, getRawParent, getRawProperty, getRawPropertyDescriptors, getRawPropertyNames, getTypeId, getTypeIdentifier, hasChild, hasChild, hasChildren, hasDescriptor, hasProperties, hasProperty, hasRawChild, hasRawChild, hasRawChildren, hasRawProperty, isChildRestricted, print, remove, removeChild, removeDescriptor, rename, setPrimaryType, setProperty
getAbsolutePath, getName, getParent, getRepository
static final RelationalObject.Filter DDL_QNAMES_FILTER
static final RelationalObject.Filter JCR_FILTER
static final RelationalObject.Filter[] NO_FILTERS
static final RelationalObject.Filter NT_FILTER
static final RelationalObject.Filter RESIDUAL_FILTER
static final RelationalObject.Filter[] DEFAULT_FILTERS
RelationalObject.Filter[] getFilters()
properties
and descriptors
are
valid for this object (never null
but can be empty)void setFilters(RelationalObject.Filter[] newFilters)
newFilters
- the new set of filters to use when deciding which properties
and descriptors
are valid for this object (can be null
)Copyright © 2013–2019. All rights reserved.