| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.category |
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.function |
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.term |
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 | Class and Description |
|---|---|
class |
CategoryDefinition
An immutable representation of a category definition.
|
static class |
CategoryDefinition.Builder
This builder is used to construct instances of CategoryDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
static CategoryDefinition.Builder |
CategoryDefinition.Builder.create(CategoryDefinitionContract category)
Creates a builder by populating it with data from the given
CategoryDefinition. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends CategoryDefinitionContract> |
FunctionDefinitionContract.getCategories()
Returns an ordered list of the categories which this function
definition requires.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends CategoryDefinitionContract> |
TermSpecificationDefinitionContract.getCategories()
Gets an ordered list of the categories which this term specification
definition belongs to.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.