| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.api.document.search |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentAttributeDateTime.Builder
A builder implementation which allows for construction of a
DocumentAttributeDateTime. |
static class |
DocumentAttributeDecimal.Builder
A builder implementation which allows for construction of a
DocumentAttributeDecimal. |
static class |
DocumentAttributeInteger.Builder
A builder implementation which allows for construction of a
DocumentAttributeInteger. |
static class |
DocumentAttributeString.Builder
A builder implementation which allows for construction of a
DocumentAttributeString. |
| Modifier and Type | Method and Description |
|---|---|
static DocumentAttribute.AbstractBuilder<?> |
DocumentAttributeFactory.loadContractIntoBuilder(DocumentAttributeContract contract)
Loads the given
DocumentAttributeContract into the appropriate builder instance based on the type of the
given contract implementation. |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttribute.AbstractBuilder<?>> |
DocumentSearchResult.Builder.getDocumentAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentSearchResult.Builder.setDocumentAttributes(List<DocumentAttribute.AbstractBuilder<?>> documentAttributes) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.