| Package | Description |
|---|---|
| org.kuali.rice.krad.data.metadata |
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes. |
| org.kuali.rice.krad.data.metadata.impl | |
| org.kuali.rice.krad.data.provider.annotation |
| Modifier and Type | Method and Description |
|---|---|
Collection<UifAutoCreateViewType> |
DataObjectMetadata.getAutoCreateUifViewTypes()
BETA: Gets auto create uif view types.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataObjectMetadata.shouldAutoCreateUifViewOfType(UifAutoCreateViewType viewType)
BETA: Determines where view type should be auto created.
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<UifAutoCreateViewType> |
DataObjectMetadataImpl.autoCreateUifViewTypes |
| Modifier and Type | Method and Description |
|---|---|
Collection<UifAutoCreateViewType> |
DataObjectMetadataImpl.getAutoCreateUifViewTypes()
BETA: Gets auto create uif view types.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataObjectMetadataImpl.shouldAutoCreateUifViewOfType(UifAutoCreateViewType viewType)
BETA: Determines where view type should be auto created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectMetadataImpl.setAutoCreateUifViewTypes(Collection<UifAutoCreateViewType> autoCreateUifViewTypes)
BETA: Sets list of UIF view types that will be auto created.
|
| Modifier and Type | Method and Description |
|---|---|
static UifAutoCreateViewType |
UifAutoCreateViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifAutoCreateViewType[] |
UifAutoCreateViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.