Uses of Class
org.kuali.rice.krms.api.repository.typerelation.TypeTypeRelation
Packages that use TypeTypeRelation
Package
Description
-
Uses of TypeTypeRelation in org.kuali.rice.krms.api.repository.type
Methods in org.kuali.rice.krms.api.repository.type that return TypeTypeRelationModifier and TypeMethodDescriptionKrmsTypeRepositoryService.createTypeTypeRelation(TypeTypeRelation typeTypeRelation) This will create aTypeTypeRelationexactly like the parameter passed in.KrmsTypeRepositoryService.getTypeTypeRelation(String typeTypeRelationId) Retrieves a TypeTypeRelation from the repository based on the given id.Methods in org.kuali.rice.krms.api.repository.type that return types with arguments of type TypeTypeRelationModifier and TypeMethodDescriptionKrmsTypeRepositoryService.findTypeTypeRelationsByFromType(String fromTypeId) find type type relations by from typeKrmsTypeRepositoryService.findTypeTypeRelationsByRelationshipType(RelationshipType relationshipType) find type type relations by relationship typeKrmsTypeRepositoryService.findTypeTypeRelationsByToType(String toTypeId) find type type relations by To typeMethods in org.kuali.rice.krms.api.repository.type with parameters of type TypeTypeRelationModifier and TypeMethodDescriptionKrmsTypeRepositoryService.createTypeTypeRelation(TypeTypeRelation typeTypeRelation) This will create aTypeTypeRelationexactly like the parameter passed in.voidKrmsTypeRepositoryService.updateTypeTypeRelation(TypeTypeRelation typeTypeRelation) This will update an existingTypeTypeRelation. -
Uses of TypeTypeRelation in org.kuali.rice.krms.api.repository.typerelation
Methods in org.kuali.rice.krms.api.repository.typerelation that return TypeTypeRelationModifier and TypeMethodDescriptionTypeTypeRelation.Builder.build()Builds an instance of a TypeTypeRelation based on the current state of the builder.