Package | Description |
---|---|
org.kuali.rice.krms.api.repository |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krms.api.repository.proposition |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krms.api.repository.rule |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krms.framework.type |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krms.impl.provider.repository | |
org.kuali.rice.krms.impl.repository | |
org.kuali.rice.krms.impl.repository.mock | |
org.kuali.rice.krms.impl.type |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementService.createProposition(PropositionDefinition propositionDefinition)
Create a Proposition
|
PropositionDefinition |
RuleManagementService.getProposition(String id)
Retrieve Proposition specified by the identifier
|
Modifier and Type | Method and Description |
---|---|
Set<PropositionDefinition> |
RuleManagementService.getPropositionsByRule(String ruleId)
Retrieve Propositions associated with the specified Rule
|
Set<PropositionDefinition> |
RuleManagementService.getPropositionsByType(String typeId)
Retrieve Propositions of the specified type
|
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementService.createProposition(PropositionDefinition propositionDefinition)
Create a Proposition
|
String |
TranslateBusinessMethods.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
String |
RuleManagementService.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode)
Retrieve all the NaturalLanguageUsages
|
NaturalLanguageTree |
TranslateBusinessMethods.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
NaturalLanguageTree |
RuleManagementService.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode)
Translates NaturalLanguage for a given proposition, returning a tree of
the NaturalLanguage.
|
void |
RuleManagementService.updateProposition(PropositionDefinition propositionDefinition)
Update the Proposition
|
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
PropositionDefinition.Builder.build()
Builds an instance of a Proposition based on the current state of the builder.
|
Modifier and Type | Method and Description |
---|---|
List<PropositionDefinition> |
PropositionDefinition.getCompoundComponents() |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleDefinition.getProposition() |
Modifier and Type | Method and Description |
---|---|
Proposition |
PropositionTypeService.loadProposition(PropositionDefinition propositionDefinition)
Load the Proposition given the propositionDefinition
|
Modifier and Type | Method and Description |
---|---|
Proposition |
SimplePropositionTypeService.loadProposition(PropositionDefinition propositionDefinition) |
Proposition |
CompoundPropositionTypeService.loadProposition(PropositionDefinition propositionDefinition) |
Proposition |
RepositoryToEngineTranslatorImpl.translatePropositionDefinition(PropositionDefinition propositionDefinition) |
Proposition |
RepositoryToEngineTranslator.translatePropositionDefinition(PropositionDefinition propositionDefinition) |
protected Expression<Boolean> |
SimplePropositionTypeService.translateToExpression(PropositionDefinition propositionDefinition)
Translates the parameters on the given proposition definition to create an expression for evaluation.
|
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition) |
PropositionDefinition |
PropositionBoServiceImpl.createProposition(PropositionDefinition prop)
This overridden method creates a Proposition if it does not
already exist in the repository.
|
PropositionDefinition |
PropositionBoService.createProposition(PropositionDefinition prop)
This will create a
PropositionDefinition exactly like the parameter passed in. |
PropositionDefinition |
RuleManagementServiceImpl.getProposition(String id) |
PropositionDefinition |
PropositionBoServiceImpl.getPropositionById(String propId)
This overridden method retrieves a proposition by the give proposition id.
|
PropositionDefinition |
PropositionBoService.getPropositionById(String propId)
Lookup the proposition based on the given proposition id.
|
PropositionDefinition |
PropositionBoServiceImpl.to(PropositionBo propositionBo) |
static PropositionDefinition |
PropositionBo.to(PropositionBo bo)
Converts a mutable bo to it's immutable counterpart
|
PropositionDefinition |
PropositionBoServiceImpl.updateProposition(PropositionDefinition prop)
This overridden method updates an existing proposition
|
PropositionDefinition |
PropositionBoService.updateProposition(PropositionDefinition prop)
This will update an existing
PropositionDefinition . |
Modifier and Type | Method and Description |
---|---|
Set<PropositionDefinition> |
PropositionBoServiceImpl.convertBosToImmutables(Collection<PropositionBo> propositionBos) |
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByRule(String ruleId) |
Set<PropositionDefinition> |
PropositionBoServiceImpl.getPropositionsByRule(String ruleId) |
Set<PropositionDefinition> |
PropositionBoService.getPropositionsByRule(String ruleId) |
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByType(String typeId) |
Set<PropositionDefinition> |
PropositionBoServiceImpl.getPropositionsByType(String typeId) |
Set<PropositionDefinition> |
PropositionBoService.getPropositionsByType(String typeId) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
TranslationUtility.buildCompoundPropositionContextMap(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
protected Map<String,Object> |
TranslationUtility.buildSimplePropositionContextMap(PropositionDefinition proposition) |
int |
CompoundPropositionComparator.compare(PropositionDefinition o1,
PropositionDefinition o2) |
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition) |
PropositionDefinition |
PropositionBoServiceImpl.createProposition(PropositionDefinition prop)
This overridden method creates a Proposition if it does not
already exist in the repository.
|
PropositionDefinition |
PropositionBoService.createProposition(PropositionDefinition prop)
This will create a
PropositionDefinition exactly like the parameter passed in. |
PropositionBo |
PropositionBoServiceImpl.from(PropositionDefinition proposition)
Converts a immutable
PropositionDefinition to its mutable PropositionBo counterpart. |
static PropositionBo |
PropositionBo.from(PropositionDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
protected NaturalLanguageTemplate |
TranslationUtility.getNaturalLanguageTemplateForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
String |
TranslationUtility.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
String |
RuleManagementServiceImpl.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
NaturalLanguageTree |
TranslationUtility.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
NaturalLanguageTree |
RuleManagementServiceImpl.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
void |
RuleManagementServiceImpl.updateProposition(PropositionDefinition propositionDefinition) |
PropositionDefinition |
PropositionBoServiceImpl.updateProposition(PropositionDefinition prop)
This overridden method updates an existing proposition
|
PropositionDefinition |
PropositionBoService.updateProposition(PropositionDefinition prop)
This will update an existing
PropositionDefinition . |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementServiceMockImpl.createProposition(PropositionDefinition propositionDefinition) |
PropositionDefinition |
RuleManagementServiceMockImpl.getProposition(String id) |
Modifier and Type | Method and Description |
---|---|
Set<PropositionDefinition> |
RuleManagementServiceMockImpl.getPropositionsByRule(String ruleId) |
Set<PropositionDefinition> |
RuleManagementServiceMockImpl.getPropositionsByType(String typeId) |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementServiceMockImpl.createProposition(PropositionDefinition propositionDefinition) |
String |
RuleManagementServiceMockImpl.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
NaturalLanguageTree |
RuleManagementServiceMockImpl.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
void |
RuleManagementServiceMockImpl.updateProposition(PropositionDefinition propositionDefinition) |
Modifier and Type | Method and Description |
---|---|
PropositionTypeService |
KrmsTypeResolverImpl.getPropositionTypeService(PropositionDefinition propositionDefinition) |
PropositionTypeService |
KrmsTypeResolver.getPropositionTypeService(PropositionDefinition propositionDefinition) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.