|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropositionDefinition | |
---|---|
org.kuali.rice.krms.api.repository | Copyright 2005-2014 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-2014 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-2014 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-2014 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 |
Uses of PropositionDefinition in org.kuali.rice.krms.api.repository |
---|
Methods in org.kuali.rice.krms.api.repository that return PropositionDefinition | |
---|---|
PropositionDefinition |
RuleManagementService.createProposition(PropositionDefinition propositionDefinition)
Create a Proposition |
PropositionDefinition |
RuleManagementService.getProposition(String id)
Retrieve Proposition specified by the identifier |
Methods in org.kuali.rice.krms.api.repository that return types with arguments of type PropositionDefinition | |
---|---|
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 |
Methods in org.kuali.rice.krms.api.repository with parameters of type PropositionDefinition | |
---|---|
PropositionDefinition |
RuleManagementService.createProposition(PropositionDefinition propositionDefinition)
Create a Proposition |
String |
RuleManagementService.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode)
Retrieve all the NaturalLanguageUsages |
String |
TranslateBusinessMethods.translateNaturalLanguageForProposition(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. |
NaturalLanguageTree |
TranslateBusinessMethods.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode)
|
void |
RuleManagementService.updateProposition(PropositionDefinition propositionDefinition)
Update the Proposition |
Uses of PropositionDefinition in org.kuali.rice.krms.api.repository.proposition |
---|
Methods in org.kuali.rice.krms.api.repository.proposition that return PropositionDefinition | |
---|---|
PropositionDefinition |
PropositionDefinition.Builder.build()
Builds an instance of a Proposition based on the current state of the builder. |
Methods in org.kuali.rice.krms.api.repository.proposition that return types with arguments of type PropositionDefinition | |
---|---|
List<PropositionDefinition> |
PropositionDefinition.getCompoundComponents()
|
Uses of PropositionDefinition in org.kuali.rice.krms.api.repository.rule |
---|
Methods in org.kuali.rice.krms.api.repository.rule that return PropositionDefinition | |
---|---|
PropositionDefinition |
RuleDefinition.getProposition()
|
Uses of PropositionDefinition in org.kuali.rice.krms.framework.type |
---|
Methods in org.kuali.rice.krms.framework.type with parameters of type PropositionDefinition | |
---|---|
Proposition |
PropositionTypeService.loadProposition(PropositionDefinition propositionDefinition)
Load the Proposition given the propositionDefinition |
Uses of PropositionDefinition in org.kuali.rice.krms.impl.provider.repository |
---|
Methods in org.kuali.rice.krms.impl.provider.repository with parameters of type PropositionDefinition | |
---|---|
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. |
Uses of PropositionDefinition in org.kuali.rice.krms.impl.repository |
---|
Methods in org.kuali.rice.krms.impl.repository that return PropositionDefinition | |
---|---|
PropositionDefinition |
PropositionBoServiceImpl.createProposition(PropositionDefinition prop)
This overridden method creates a Proposition if it does not already exist in the repository. |
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition)
|
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(org.kuali.rice.krms.impl.repository.PropositionBo propositionBo)
|
Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type PropositionDefinition | |
---|---|
Set<PropositionDefinition> |
PropositionBoServiceImpl.convertBosToImmutables(Collection<org.kuali.rice.krms.impl.repository.PropositionBo> propositionBos)
|
Set<PropositionDefinition> |
PropositionBoServiceImpl.getPropositionsByRule(String ruleId)
|
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByRule(String ruleId)
|
Set<PropositionDefinition> |
PropositionBoService.getPropositionsByRule(String ruleId)
|
Set<PropositionDefinition> |
PropositionBoServiceImpl.getPropositionsByType(String typeId)
|
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByType(String typeId)
|
Set<PropositionDefinition> |
PropositionBoService.getPropositionsByType(String typeId)
|
Methods in org.kuali.rice.krms.impl.repository with parameters of type PropositionDefinition | |
---|---|
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 |
PropositionBoServiceImpl.createProposition(PropositionDefinition prop)
This overridden method creates a Proposition if it does not already exist in the repository. |
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition)
|
PropositionDefinition |
PropositionBoService.createProposition(PropositionDefinition prop)
This will create a PropositionDefinition exactly like the parameter passed in. |
org.kuali.rice.krms.impl.repository.PropositionBo |
PropositionBoServiceImpl.from(PropositionDefinition proposition)
Converts a immutable PropositionDefinition to its mutable PropositionBo 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 |
PropositionBoServiceImpl.updateProposition(PropositionDefinition prop)
This overridden method updates an existing proposition |
void |
RuleManagementServiceImpl.updateProposition(PropositionDefinition propositionDefinition)
|
void |
PropositionBoService.updateProposition(PropositionDefinition prop)
This will update an existing PropositionDefinition . |
Uses of PropositionDefinition in org.kuali.rice.krms.impl.repository.mock |
---|
Methods in org.kuali.rice.krms.impl.repository.mock that return PropositionDefinition | |
---|---|
PropositionDefinition |
RuleManagementServiceMockImpl.createProposition(PropositionDefinition propositionDefinition)
|
PropositionDefinition |
RuleManagementServiceMockImpl.getProposition(String id)
|
Methods in org.kuali.rice.krms.impl.repository.mock that return types with arguments of type PropositionDefinition | |
---|---|
Set<PropositionDefinition> |
RuleManagementServiceMockImpl.getPropositionsByRule(String ruleId)
|
Set<PropositionDefinition> |
RuleManagementServiceMockImpl.getPropositionsByType(String typeId)
|
Methods in org.kuali.rice.krms.impl.repository.mock with parameters of type PropositionDefinition | |
---|---|
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)
|
Uses of PropositionDefinition in org.kuali.rice.krms.impl.type |
---|
Methods in org.kuali.rice.krms.impl.type with parameters of type PropositionDefinition | |
---|---|
PropositionTypeService |
KrmsTypeResolver.getPropositionTypeService(PropositionDefinition propositionDefinition)
|
PropositionTypeService |
KrmsTypeResolverImpl.getPropositionTypeService(PropositionDefinition propositionDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |