| Package | Description |
|---|---|
| org.kuali.rice.kew.impl.type |
| Modifier and Type | Method and Description |
|---|---|
static KewTypeAttributeBo |
KewTypeAttributeBo.from(KewTypeAttribute im,
KewTypeBo kewType)
Converts a immutable object to it's mutable bo counterpart
|
| Modifier and Type | Method and Description |
|---|---|
List<KewTypeAttributeBo> |
KewTypeBo.getAttributes()
Returns a
List of KewTypeAttributeBo. |
| Modifier and Type | Method and Description |
|---|---|
static KewTypeAttribute |
KewTypeAttributeBo.to(KewTypeAttributeBo bo)
Converts a mutable bo to it's immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
void |
KewTypeBo.setAttributes(List<KewTypeAttributeBo> attributes) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.