Uses of Class
com.sas.lsaf.core.type.Type
Packages that use Type
Package
Description
Services and classes to describe the object type definitions within the system.
-
Uses of Type in com.sas.lsaf.core.type
Methods in com.sas.lsaf.core.type that return TypeModifier and TypeMethodDescriptionTypeService.getTypeById(String id) Gets theTypewith the specified unique identifier.Methods in com.sas.lsaf.core.type that return types with arguments of type TypeModifier and TypeMethodDescriptionTypeService.getAuditableTypes()Gets all the type definitions that are audited in the system.TypeService.getContextTypes()Gets all of the type definitions that are repository contexts in the system.TypeService.getSearchableTypes()Gets all the type definitions that can be searched in the system.TypeService.getTypes()Gets all the type definitions in the system.TypeService.getTypesByCapability(Type.Capability capability) Retrieve all type definitions that have the specified capabilityType.Capabilityin the system.