Uses of Class
org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinition
Packages that use KrmsAttributeDefinition
Package
Description
-
Uses of KrmsAttributeDefinition in org.kuali.rice.krms.api.repository
Methods in org.kuali.rice.krms.api.repository that return KrmsAttributeDefinition -
Uses of KrmsAttributeDefinition in org.kuali.rice.krms.api.repository.language
Methods in org.kuali.rice.krms.api.repository.language that return KrmsAttributeDefinition -
Uses of KrmsAttributeDefinition in org.kuali.rice.krms.api.repository.type
Methods in org.kuali.rice.krms.api.repository.type that return KrmsAttributeDefinitionModifier and TypeMethodDescriptionKrmsAttributeDefinition.Builder.build()Builds an instance of a CampusType based on the current state of the builder.KrmsTypeBoService.getAttributeDefinitionById(String attributeDefinitionId) Retrieves an attribute definition for the given id.KrmsTypeRepositoryService.getAttributeDefinitionById(String attributeDefinitionId) Retrieves an attribute definition for the given id.KrmsTypeBoService.getAttributeDefinitionByName(String namespaceCode, String name) Retrieves an attribute definition for the given namespace code and name.KrmsTypeRepositoryService.getAttributeDefinitionByName(String namespaceCode, String name) Retrieves an attribute definition for the given namespace code and name.