| 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.reference |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceObjectBinding |
RuleManagementService.createReferenceObjectBinding(ReferenceObjectBinding referenceObjectDefinition)
Create RefObject-KRMS object binding
|
ReferenceObjectBinding |
RuleManagementService.getReferenceObjectBinding(String id)
Retrieve referenceObjectBinding given a specific id
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceObjectBinding> |
RuleManagementService.findReferenceObjectBindingsByKrmsDiscriminatorType(String referenceObjectKrmsDiscriminatorType)
Retrieves list of ReferenceObjectBinding objects for the given krms obj
discriminator type
|
List<ReferenceObjectBinding> |
RuleManagementService.findReferenceObjectBindingsByKrmsObject(String krmsObjectId)
Retrieves list of ReferenceObjectBinding objects for the given KRMS obj
id.
|
List<ReferenceObjectBinding> |
RuleManagementService.findReferenceObjectBindingsByReferenceDiscriminatorType(String referenceObjectReferenceDiscriminatorType)
Retrieves list of ReferenceObjectBinding objects for the given ref obj
discriminator type
|
List<ReferenceObjectBinding> |
RuleManagementService.findReferenceObjectBindingsByReferenceObject(String referenceObjectReferenceDiscriminatorType,
String referenceObjectId)
Retrieves list of ReferenceObjectBinding objects for the given obj
discriminator type and reference object id
|
List<ReferenceObjectBinding> |
RuleManagementService.getReferenceObjectBindings(List<String> ids)
Retrieve list of ReferenceObjectBinding objects given ids
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceObjectBinding |
RuleManagementService.createReferenceObjectBinding(ReferenceObjectBinding referenceObjectDefinition)
Create RefObject-KRMS object binding
|
void |
RuleManagementService.updateReferenceObjectBinding(ReferenceObjectBinding referenceObjectBindingDefinition)
Update the ReferenceObjectBinding object specified by the identifier in the
given DTO
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceObjectBinding |
ReferenceObjectBinding.Builder.build()
Builds an instance of a ReferenceObjectBinding based on the current state of the builder.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceObjectBinding> |
ReferenceObjectBindingQueryResults.getResults() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.