Package | Description |
---|---|
org.komodo.spi.repository |
Modifier and Type | Field and Description |
---|---|
static PropertyDescriptor[] |
PropertyDescriptor.NO_DESCRIPTORS
An empty array of property descriptors.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<PropertyDescriptor> |
PropertyDescriptor.NAME_SORTER
Sorts
PropertyDescriptor s by name. |
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
Property.getDescriptor(Repository.UnitOfWork uow) |
PropertyDescriptor |
KObjectFactory.getPropertyDescriptor(Repository.UnitOfWork transaction,
KomodoObject kObject,
String propName) |
PropertyDescriptor |
KPropertyFactory.getPropertyDescriptor(Repository.UnitOfWork transaction,
Property property) |
PropertyDescriptor |
KomodoObject.getPropertyDescriptor(Repository.UnitOfWork transaction,
String propName) |
PropertyDescriptor[] |
KomodoObject.getPropertyDescriptors(Repository.UnitOfWork transaction) |
PropertyDescriptor[] |
Descriptor.getPropertyDescriptors(Repository.UnitOfWork transaction) |
PropertyDescriptor[] |
KomodoObject.getRawPropertyDescriptors(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
Collection<PropertyDescriptor> |
KObjectFactory.getPropertyDescriptors(Repository.UnitOfWork transaction,
Descriptor nodeDescriptor) |
Copyright © 2013–2019. All rights reserved.