| 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 |
|---|---|
List<TypeTypeRelation> |
KrmsTypeRepositoryService.findTypeTypeRelationsByRelationshipType(RelationshipType relationshipType)
find type type relations by relationship type
|
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
RelationshipType.fromCode(String code)
Create a RelationshipType for the given code
|
RelationshipType |
TypeTypeRelationContract.getRelationshipType()
This is the RelationshipType of the TypeTypeRelation
|
RelationshipType |
TypeTypeRelation.getRelationshipType() |
RelationshipType |
TypeTypeRelation.Builder.getRelationshipType() |
static RelationshipType |
RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeTypeRelation.Builder |
TypeTypeRelation.Builder.create(String fromTypeId,
RelationshipType relationshipType,
Integer sequenceNumber,
String toTypeId) |
void |
TypeTypeRelation.Builder.setRelationshipType(RelationshipType relationshipType)
Sets the value of relationshipType on this builder to the given value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.