|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropositionDefinition | |
---|---|
org.kuali.rice.krms.api.repository | |
org.kuali.rice.krms.api.repository.proposition | |
org.kuali.rice.krms.impl.repository | |
org.kuali.rice.krms.impl.repository.mock |
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 |
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 |
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.impl.repository |
---|
Methods in org.kuali.rice.krms.impl.repository that return PropositionDefinition | |
---|---|
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition)
|
PropositionDefinition |
RuleManagementServiceImpl.getProposition(String id)
|
Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type PropositionDefinition | |
---|---|
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByRule(String ruleId)
|
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByType(String typeId)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |