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 |
---|---|
AttributeDefinition |
Type.getAttributeDefinitionById(String id)
Gets the attribute definition with the specified identifier.
|
AttributeDefinition |
Type.getAttributeDefinitionByName(String name)
Gets the attribute definition with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
Type.getAttributeDefinitions()
Gets the attribute definitions that are related to the object 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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA