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 |
---|---|
static Type.Capability |
Type.Capability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.Capability[] |
Type.Capability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Type.Capability> |
Type.getCapabilities()
Gets the capabilities that are available with the type definition.
|
Modifier and Type | Method and Description |
---|---|
List<Type> |
TypeService.getTypesByCapability(Type.Capability capability)
Retrieve all type definitions that have the specified capability
Type.Capability in the system. |
boolean |
TypeService.isTypeCapable(String id,
Type.Capability capability)
Indicates whether the capability is available at the specified type.
|
Constructor and Description |
---|
Type(String id,
String name,
String description,
boolean contextType,
boolean folderType,
boolean fileType,
List<AttributeDefinition> attributeDefinitions,
List<Type.Capability> capabilities,
List<String> allowableChildTypes,
long revision)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>