Package | Description |
---|---|
com.sas.lsaf.core.type |
Services and classes to describe the object type definitions within the system.
|
Modifier and Type | Method and Description |
---|---|
Type |
TypeService.getTypeById(String id)
Gets the
Type with the specified unique identifier. |
Modifier and Type | Method and Description |
---|---|
List<Type> |
TypeService.getAuditableTypes()
Gets all the type definitions that are audited in the system.
|
List<Type> |
TypeService.getContextTypes()
Gets all of the type definitions that are repository contexts in the system.
|
List<Type> |
TypeService.getSearchableTypes()
Gets all the type definitions that can be searched in the system.
|
List<Type> |
TypeService.getTypes()
Gets all the type definitions in the system.
|
List<Type> |
TypeService.getTypesByCapability(Type.Capability capability)
Retrieve all type definitions that have the specified capability
Type.Capability in the system. |
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>