Modifier and Type | Class and Description |
---|---|
class |
AuthoredEntity
Abstract parent for business objects that track their author.
|
class |
Role
The Role BO.
|
class |
RuleEntity
Base class for transformer rules.
|
class |
RulesGroupEntity
Base class for transformer rule groups.
|
class |
User
The User BO.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationType
The BO to represent a type of CR aggregation policy.
|
class |
ErrorStrategy
The BO to represent a CR error strategy.
|
class |
MultivalueType
The BO to represent a type of CR multivalue policy.
|
class |
PropertySettings
The BO to represent the CR aggregation settings bound to a specific
RDF property.
|
Modifier and Type | Class and Description |
---|---|
class |
CompiledDNRule
The BO to represent a compiled DN rule.
|
class |
CompiledDNRuleComponent
The BO to represent a component of a compiled DN rule.
|
class |
DNConcatenateTemplateInstance
The BO to represent an instance of the concatenate template.
|
class |
DNFilterTemplateInstance
The BO to represent an instance of the filter template.
|
class |
DNRenameTemplateInstance
The BO to represent an instance of the rename template.
|
class |
DNReplaceTemplateInstance
The BO to represent an instance of the replace template.
|
class |
DNRule
The BO to represent a DN rule.
|
class |
DNRuleComponent
The BO to represent a component of an DN rule.
|
class |
DNRuleComponentType
The BO to represent a type of DN rule components.
|
class |
DNRulesGroup
The BO to represent a group of DN rules.
|
class |
DNTemplateInstance
A generic parent of all BO's to represent template instances of DN rules.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachedEngine |
class |
GraphInError
BO for error records bound to a certain input graph
|
class |
GraphInErrorCount
BO for an error counter for engine monitoring pages
|
class |
InputGraph
BO to represent all input graphs in database
|
class |
InputGraphState
BO for a state of an input graph
This is an enumeration stored in database
|
class |
Pipeline
The BO to represent a pipeline.
|
class |
RuleAssignment
The BO to represent an assignment of a group of rules to a transformer
instance.
|
class |
Transformer
The BO to represent a transformer.
|
class |
TransformerInstance
The BO to represent an instance of a transformer inside a pipeline.
|
Modifier and Type | Class and Description |
---|---|
class |
OIFileFormat
The BO which represents an OI file format.
|
class |
OIOutput
The BO which represents an OI output.
|
class |
OIOutputType
The BO which represents an OI output type.
|
class |
OIRule
The BO which represents an OI rule.
|
class |
OIRulesGroup
The BO which represents a group of OI rules.
|
Modifier and Type | Class and Description |
---|---|
class |
Ontology
Business entity representing an ontology.
|
class |
RelationType
Business entity representing a relation type between ontology entities.
|
Modifier and Type | Class and Description |
---|---|
class |
QARule
The BO which represents a QA rule.
|
class |
QARulesGroup
The BO which represents a group of QA rules.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelProperty
The BO to represent a QE label property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeleteButton<BO extends EntityWithSurrogateKey>
A generic delete button.
|
class |
AuthorizedDeleteButton<BO extends EntityWithSurrogateKey>
Delete button visible by authorized users only.
|
class |
DeleteButton<BO extends EntityWithSurrogateKey>
A generic delete button to delete non-raw BOs.
|
Modifier and Type | Class and Description |
---|---|
class |
DataProvider<BO extends EntityWithSurrogateKey>
A simple data provider to provide a collection of all registered
instances of the given BO.
|
class |
DependentDataProvider<BO extends EntityWithSurrogateKey>
A data provider to provide a collection of all registered instances of the
given BO, which are associated with BO with the given id through the column
given by name.
|
class |
DependentSortableDataProvider<BO extends EntityWithSurrogateKey>
TODO: change doc to adhere to the fact that the following is no longer
true (e.g.
|
class |
DetachableModel<BO extends EntityWithSurrogateKey>
A BO encapsulated into a loadable detachable model.
|
class |
GenericSortableDataProvider<BO extends EntityWithSurrogateKey>
A data provider to provide a collection of all registered instances of the
given BO, sorted by values in a column given by name.
|
Modifier and Type | Class and Description |
---|---|
class |
DaoForAuthorableEntity<T extends EntityWithSurrogateKey>
Base class for DAO objects that can retrieve author ID by entity ID.
|
class |
DaoForEntityWithSurrogateKey<T extends EntityWithSurrogateKey>
Base class for DAOs for business objects with unique ids.
|
interface |
DaoSortableDataProvidable<BO extends EntityWithSurrogateKey>
Common interface for DAOs for sortable data.
|
Modifier and Type | Method and Description |
---|---|
protected <EnumBO extends EntityWithSurrogateKey> |
FrontendPage.createEnumSelectbox(DaoForEntityWithSurrogateKey<EnumBO> dao,
String componentName)
Creates a mandatory select-box form component for an SQL-table based
enumeration.
|
protected <EnumBO extends EntityWithSurrogateKey> |
FrontendPage.createEnumSelectbox(DaoForEntityWithSurrogateKey<EnumBO> dao,
String componentName,
boolean required)
Creates a select-box form component for an SQL-table based enumeration.
|
protected <EnumBO extends EntityWithSurrogateKey> |
FrontendPage.createEnumSelectbox(org.apache.wicket.model.IModel<List<EnumBO>> choices,
String componentName,
boolean required)
Creates a select-box form component for an SQL-table based enumeration.
|
protected <BO extends EntityWithSurrogateKey> |
FrontendPage.createModelForListView(DaoForEntityWithSurrogateKey<BO> dao)
Returns a loadable-detachable model for a list of entities determined
by the given dao - to be used as choices in select boxes.
|
protected <BO extends EntityWithSurrogateKey> |
FrontendPage.createModelForOverview(DaoForEntityWithSurrogateKey<BO> dao,
Integer boId)
Returns a loadable-detachable model for a single entity determined by
the given dao and id.
|
Copyright © 2013. All Rights Reserved.