Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.core.components |
Custom Wicket components.
|
cz.cuni.mff.odcleanstore.webfrontend.pages |
Page components.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.engine |
Page components for Engine related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.myaccount |
Page components for the My Account section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.ontologies |
Page components for the Ontology management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.outputws |
Page components for the Output Webservice related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.pipelines |
Page components for the Pipeline management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.prefixes |
Page components for the URL Prefix management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers |
Page components for the Transformers management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.dn |
Page components for the Data Normalization rules management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.dn.debug |
Page components for the Data Normalization rules debugging section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.oi |
Page components for the Object Identification rules management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.oi.debug |
Page components for the Object Identification rules debugging section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.qa |
Page components for the Quality Assessment rules management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.qa.debug |
Page components for the Quality Assessment rules debugging section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.useraccounts |
Page components for the User Accounts management section related pages.
|
Modifier and Type | Field and Description |
---|---|
protected FrontendPage |
AbstractDeleteButton.redirectPage
the page to which to redirect after the deletion
|
Constructor and Description |
---|
AssignedGroupRedirectButton(Class<? extends FrontendPage> redirectPage,
Integer groupId,
Integer transformerInstanceId,
String compName) |
AuthorizedRedirectButton(Class<? extends FrontendPage> redirectPage,
Integer param,
boolean isAuthorized,
String compName) |
RedirectButton(String compName,
Class<? extends FrontendPage> redirectPage) |
RedirectWithParamButton(Class<? extends FrontendPage> redirectPage,
Integer param,
String compName) |
RedirectWithParamButton(Class<? extends FrontendPage> redirectPage,
String compName,
Object... param) |
RedirectWithParamButtonWithLabel(Class<? extends FrontendPage> redirectPage,
String compName,
String label,
Object... param) |
Modifier and Type | Class and Description |
---|---|
class |
HomePage
WebFrontend home page component.
|
class |
LimitedEditingPage
An abstract base class for pages that need an explicit flag passed in constructor to enable editing.
|
class |
LogInPage
WebFrontend log-in page.
|
Modifier and Type | Class and Description |
---|---|
class |
EngineStatePage
Page containing errors reported by engines, errors grouped for each pipeline
|
class |
InputGraphDetailPage
Detail page for input graph.
|
class |
InputGraphsPage
Page listing all input graphs
|
Modifier and Type | Class and Description |
---|---|
class |
EditPasswordPage
Edit-user-password page component.
|
class |
MyAccountPage
User-account-overview page component.
|
Modifier and Type | Class and Description |
---|---|
class |
AddMappingPage
Ontology creator can add new mappings between previously choseon ontologies on this page.
|
class |
ChooseOntologiesPage
On this page ontology creator can choose two ontologies, which's entities are to be mapped on each other.
|
class |
EditOntologyPage
Ontology creator edit existing ontology on this page.
|
class |
MappingsListPage
On this page ontology creator can see a list of existing mappings for one ontology.
|
class |
NewOntologyPage
On this page Ontology creator can create and store a new ontology.
|
class |
OntologiesListPage
On this page Ontology creator can see all stored ontologies.
|
class |
OntologyDetailPage
On this page Ontology creator can see a detailed information about chosen ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationSettingsPage
Aggregation-settings overview page component.
|
class |
EditPropertyPage
Edit-property-configuration page component.
|
class |
NewPropertyPage
Configure-new-aggregation-property page component.
|
class |
NewQELabelPropertyPage
Configure-new-label-property page component.
|
class |
QELabelPropertiesListPage
List-registered-label-properties page component.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphInErrorDetailPage
A separate page to display an error message in full length for an error
in a particular pipeline
|
class |
GraphsInErrorListPage
Page listing errors registered in a concrete pipeline
|
class |
NewGroupAssignmentPage
Assign-new-group-to-transformer-instance page component.
|
class |
NewPipelinePage
Create-new-pipeline page component.
|
class |
NewTransformerAssignmentPage
Assign-new-transformer-instance-to-a-pipeline page component.
|
class |
PipelineDetailPage
Pipeline-overview page component.
|
class |
PipelinesListPage
List-all-registered-pipelines page component.
|
class |
TransformerAssignmentDetailPage
Transformer-instance-to-pipeline-assignment-overview page component.
|
Constructor and Description |
---|
AssignedGroupsList(String id,
Integer transformerInstanceId,
DaoLookupFactory daoLookupFactory,
DaoForEntityWithSurrogateKey<? extends RulesGroupEntity> groupsDao,
DaoForEntityWithSurrogateKey<RuleAssignment> assignedGroupsDao,
Class<? extends FrontendPage> groupDetailPageClass,
Class<? extends FrontendPage> newGroupPageClass) |
AssignedGroupsList(String id,
Integer transformerInstanceId,
DaoLookupFactory daoLookupFactory,
DaoForEntityWithSurrogateKey<? extends RulesGroupEntity> groupsDao,
DaoForEntityWithSurrogateKey<RuleAssignment> assignedGroupsDao,
Class<? extends FrontendPage> groupDetailPageClass,
Class<? extends FrontendPage> newGroupPageClass) |
Modifier and Type | Class and Description |
---|---|
class |
NewPrefixPage
Register-new-URI-prefix page component.
|
class |
PrefixesListPage
List-all-registered-URI-prefixes page component.
|
Modifier and Type | Class and Description |
---|---|
class |
NewTransformerPage
Register-a-new-transformer page component.
|
class |
TransformerDetailPage
Transformer-overview page component.
|
class |
TransformersListPage
List-all-registered-transformers page component.
|
Modifier and Type | Class and Description |
---|---|
class |
DNGroupDetailPage
Group-of-dn-rules-overview page component.
|
class |
DNGroupsListPage
List-all-registered-dn-rules page component.
|
class |
DNRuleComponentDetailPage
DN-rule-component-overview page component.
|
class |
DNRuleDetailPage
DN-rule-overview page component.
|
class |
EditDNConcatenateTemplateInstancePage
Concatenate-dn-template-instance-overview page component.
|
class |
EditDNFilterTemplateInstancePage
Filter-dn-template-instance-overview page component.
|
class |
EditDNRenameTemplateInstancePage
Rename-dn-template-instance-overview page component.
|
class |
EditDNReplaceTemplateInstancePage
Replace-dn-template-instance-overview page component.
|
class |
NewDNConcatenateTemplateInstancePage
Create-new-concatenate-dn-template-instance page component.
|
class |
NewDNFilterTemplateInstancePage
Create-new-filter-dn-template-instance page component.
|
class |
NewDNGroupPage
Create-new-group-of-dn-rules page component.
|
class |
NewDNRenameTemplateInstancePage
Create-new-rename-dn-template-instance page component.
|
class |
NewDNReplaceTemplateInstancePage
Create-new-replace-dn-template-instance page component.
|
class |
NewDNRuleComponentPage
Add-new-component-to-a-dn-rule page component.
|
class |
NewDNRulePage
Create-new-dn-rule page component.
|
Modifier and Type | Class and Description |
---|---|
class |
DNDebugPage
Policy creator can debug DN rules on this page.
|
class |
DNDebugResultPage
Policy creator can see a results of DN debugging on this page.
|
Modifier and Type | Class and Description |
---|---|
class |
DBOutputDetailPage
DB-output-overview page component.
|
class |
FileOutputDetailPage
File-output-overview page component.
|
class |
NewDBOutputPage
Add-a-new-DB-output-to-an-oi-rule page component.
|
class |
NewFileOutputPage
Add-a-new-file-output-to-an-oi-rule page component.
|
class |
NewOIGroupPage
Create-a-new-group-of-oi-rules page component.
|
class |
NewOIRulePage
Create-new-oi-rule page component.
|
class |
OIGroupDetailPage
Group-of-oi-rules-overview page component.
|
class |
OIGroupsListPage
List-all-registered-groups-of-oi-rules page component.
|
class |
OIRuleDetailPage
OI-rule-overview page component.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDebugPage
Policy creator can debug OI rules on this page.
|
class |
OIDebugResultPage
Policy creator can see a results of DN debugging on this page.
|
Modifier and Type | Class and Description |
---|---|
class |
NewQAGroupPage
Add-new-group-of-QA-rules page components.
|
class |
NewQARulePage
Add-new-QA-rule page component.
|
class |
QAGroupDetailPage
Group-of-QA-rules-overview page component.
|
class |
QAGroupsListPage
List-all-registered-QA-rules-groups page components.
|
class |
QARuleDetailPage
QA-rule-overview page component.
|
Modifier and Type | Class and Description |
---|---|
class |
QADebugPage
Policy creator can debug QA rules on this page.
|
class |
QADebugResultPage
Policy creator can see a results of QA debugging on this page.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountsListPage
List-all-registered-user-accounts page component.
|
class |
EditAccountPermissionsPage
Edit-account-permissions (e.g.
|
class |
NewAccountPage
Create-new-user-account page component.
|
Copyright © 2013. All Rights Reserved.