| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
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.
|
| org.kuali.rice.kim.api.identity.entity |
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 |
|---|---|
Entity |
IdentityService.createEntity(Entity entity)
This will create a
Entity exactly like the entity passed in. |
Entity |
IdentityService.getEntity(String id)
Gets a
Entity from an id. |
Entity |
IdentityService.getEntityByEmployeeId(String employeeId)
Gets a
Entity from a employeeId. |
Entity |
IdentityService.getEntityByPrincipalId(String principalId)
Gets a
Entity from a principalId. |
Entity |
IdentityService.getEntityByPrincipalName(String principalName)
Gets a
Entity from a principalName. |
Entity |
IdentityService.inactivateEntity(String id)
This will inactivate a
Entity. |
Entity |
IdentityService.updateEntity(Entity entity)
This will update a
Entity. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
IdentityService.createEntity(Entity entity)
This will create a
Entity exactly like the entity passed in. |
Entity |
IdentityService.updateEntity(Entity entity)
This will update a
Entity. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
EntityQueryResults.getResults() |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.