public interface ConnectionEntry extends DataServiceEntry<Connection>
DataServiceEntry.PublishPolicy
RelationalObject.Filter
Modifier and Type | Field and Description |
---|---|
static KomodoType |
IDENTIFIER
The type identifier.
|
static ConnectionEntry[] |
NO_ENTRIES
An empty collection of entries.
|
NO_CONTENT
DDL_QNAMES_FILTER, DEFAULT_FILTERS, JCR_FILTER, NO_FILTERS, NT_FILTER, RESIDUAL_FILTER
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
String |
getJndiName(Repository.UnitOfWork transaction) |
void |
setJndiName(Repository.UnitOfWork transaction,
String jndiName) |
export, getArchiveFolder, getDocumentType, getEntryPath, getPublishPolicy, getReference, setEntryPath, setPublishPolicy, setReference
getName
getFilters, setFilters
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 KomodoType IDENTIFIER
static final ConnectionEntry[] NO_ENTRIES
String getJndiName(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (cannot be null
and must have a state of Repository.UnitOfWork.State.NOT_STARTED
)null
or empty)KException
- if an error occursvoid setJndiName(Repository.UnitOfWork transaction, String jndiName) throws KException
transaction
- the transaction (cannot be null
and must have a state of Repository.UnitOfWork.State.NOT_STARTED
)jndiName
- the value to use to set the JNDI name (can be null
or empty)KException
- if an error occursCopyright © 2013–2019. All rights reserved.