Uses of Enum Class
org.kuali.rice.krms.api.repository.typerelation.RelationshipType
Packages that use RelationshipType
Package
Description
-
Uses of RelationshipType in org.kuali.rice.krms.api.repository.type
Methods in org.kuali.rice.krms.api.repository.type with parameters of type RelationshipTypeModifier and TypeMethodDescriptionKrmsTypeRepositoryService.findTypeTypeRelationsByRelationshipType(RelationshipType relationshipType) find type type relations by relationship type -
Uses of RelationshipType in org.kuali.rice.krms.api.repository.typerelation
Methods in org.kuali.rice.krms.api.repository.typerelation that return RelationshipTypeModifier and TypeMethodDescriptionstatic RelationshipTypeCreate a RelationshipType for the given codeTypeTypeRelation.Builder.getRelationshipType()TypeTypeRelation.getRelationshipType()TypeTypeRelationContract.getRelationshipType()This is the RelationshipType of the TypeTypeRelationstatic RelationshipTypeReturns the enum constant of this class with the specified name.static RelationshipType[]RelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.krms.api.repository.typerelation with parameters of type RelationshipTypeModifier and TypeMethodDescriptionstatic TypeTypeRelation.BuilderTypeTypeRelation.Builder.create(String fromTypeId, RelationshipType relationshipType, Integer sequenceNumber, String toTypeId) voidTypeTypeRelation.Builder.setRelationshipType(RelationshipType relationshipType) Sets the value of relationshipType on this builder to the given value.