Uses of Class
com.sas.lsaf.core.type.Type
-
Packages that use Type Package Description com.sas.lsaf.core.type 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 Type Modifier and Type Method Description Type
TypeService. getTypeById(java.lang.String id)
Gets theType
with the specified unique identifier.Methods in com.sas.lsaf.core.type that return types with arguments of type Type Modifier and Type Method Description java.util.List<Type>
TypeService. getAuditableTypes()
Gets all the type definitions that are audited in the system.java.util.List<Type>
TypeService. getContextTypes()
Gets all of the type definitions that are repository contexts in the system.java.util.List<Type>
TypeService. getSearchableTypes()
Gets all the type definitions that can be searched in the system.java.util.List<Type>
TypeService. getTypes()
Gets all the type definitions in the system.java.util.List<Type>
TypeService. getTypesByCapability(Type.Capability capability)
Retrieve all type definitions that have the specified capabilityType.Capability
in the system.
-