| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.type |
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.typerelation |
| Modifier and Type | Method and Description |
|---|---|
TypeTypeRelation |
KrmsTypeRepositoryService.createTypeTypeRelation(TypeTypeRelation typeTypeRelation)
This will create a
TypeTypeRelation exactly like the parameter
passed in. |
TypeTypeRelation |
KrmsTypeRepositoryService.getTypeTypeRelation(String typeTypeRelationId)
Retrieves a TypeTypeRelation from the repository based on the given id.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeTypeRelation> |
KrmsTypeRepositoryService.findTypeTypeRelationsByFromType(String fromTypeId)
find type type relations by from type
|
List<TypeTypeRelation> |
KrmsTypeRepositoryService.findTypeTypeRelationsByRelationshipType(RelationshipType relationshipType)
find type type relations by relationship type
|
List<TypeTypeRelation> |
KrmsTypeRepositoryService.findTypeTypeRelationsByToType(String toTypeId)
find type type relations by To type
|
| Modifier and Type | Method and Description |
|---|---|
TypeTypeRelation |
KrmsTypeRepositoryService.createTypeTypeRelation(TypeTypeRelation typeTypeRelation)
This will create a
TypeTypeRelation exactly like the parameter
passed in. |
void |
KrmsTypeRepositoryService.updateTypeTypeRelation(TypeTypeRelation typeTypeRelation)
This will update an existing
TypeTypeRelation. |
| Modifier and Type | Method and Description |
|---|---|
TypeTypeRelation |
TypeTypeRelation.Builder.build()
Builds an instance of a TypeTypeRelation based on the current state of the builder.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.