| Package | Description |
|---|---|
| org.kuali.rice.kim.api.group |
Copyright 2005-2018 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 |
|---|---|
static Group.Builder |
Group.Builder.create(GroupContract contract)
creates a Group from an existing
GroupContract. |
static Group.Builder |
Group.Builder.create(String namespaceCode,
String name,
String kimTypeId)
creates a Group with the required fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group.Builder> |
GroupQueryResults.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupQueryResults.Builder.setResults(List<Group.Builder> results) |
| Constructor and Description |
|---|
Group(Group.Builder builder) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.