|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentAttribute.AbstractBuilder | |
|---|---|
| org.kuali.rice.kew.api.document.attribute | Copyright 2005-2012 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-2012 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.framework.document.search | Copyright 2005-2012 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. |
| Uses of DocumentAttribute.AbstractBuilder in org.kuali.rice.kew.api.document.attribute |
|---|
| Subclasses of DocumentAttribute.AbstractBuilder in org.kuali.rice.kew.api.document.attribute | |
|---|---|
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. |
| Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttribute.AbstractBuilder | |
|---|---|
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. |
| Uses of DocumentAttribute.AbstractBuilder in org.kuali.rice.kew.api.document.search |
|---|
| Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentAttribute.AbstractBuilder | |
|---|---|
List<DocumentAttribute.AbstractBuilder<?>> |
DocumentSearchResult.Builder.getDocumentAttributes()
|
| Method parameters in org.kuali.rice.kew.api.document.search with type arguments of type DocumentAttribute.AbstractBuilder | |
|---|---|
void |
DocumentSearchResult.Builder.setDocumentAttributes(List<DocumentAttribute.AbstractBuilder<?>> documentAttributes)
|
| Uses of DocumentAttribute.AbstractBuilder in org.kuali.rice.kew.framework.document.search |
|---|
| Methods in org.kuali.rice.kew.framework.document.search that return types with arguments of type DocumentAttribute.AbstractBuilder | |
|---|---|
List<DocumentAttribute.AbstractBuilder<?>> |
DocumentSearchResultValue.Builder.getDocumentAttributes()
|
| Method parameters in org.kuali.rice.kew.framework.document.search with type arguments of type DocumentAttribute.AbstractBuilder | |
|---|---|
void |
DocumentSearchResultValue.Builder.setDocumentAttributes(List<DocumentAttribute.AbstractBuilder<?>> documentAttributes)
Sets the list of document attribute builders on this builder to the given list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||