Uses of Interface
org.kuali.rice.kew.api.document.search.DocumentSearchResultContract

Packages that use DocumentSearchResultContract
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. 
 

Uses of DocumentSearchResultContract in org.kuali.rice.kew.api.document.search
 

Classes in org.kuali.rice.kew.api.document.search that implement DocumentSearchResultContract
 class DocumentSearchResult
          An immutable data transfer object implementation of the DocumentSearchResultContract.
static class DocumentSearchResult.Builder
          A builder which can be used to construct DocumentSearchResult instances.
 

Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentSearchResultContract
 List<? extends DocumentSearchResultContract> DocumentSearchResultsContract.getSearchResults()
          Returns the unmodifiable list of search results.
 

Methods in org.kuali.rice.kew.api.document.search with parameters of type DocumentSearchResultContract
static DocumentSearchResult.Builder DocumentSearchResult.Builder.create(DocumentSearchResultContract contract)
          Creates a new builder instance initialized with copies of the properties from the given contract.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.