Package | Description |
---|---|
org.kuali.rice.kew.api.document |
Copyright 2005-2015 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-2015 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 | Method and Description |
---|---|
static Document.Builder |
Document.Builder.create(DocumentContract contract) |
static Document.Builder |
Document.Builder.create(String documentId,
DocumentStatus status,
org.joda.time.DateTime dateCreated,
String initiatorPrincipalId,
String documentTypeName,
String documentTypeId) |
static Document.Builder |
Document.Builder.create(String documentId,
String initiatorPrinicpalId,
String documentTypeName,
String documentTypeId) |
Modifier and Type | Method and Description |
---|---|
Document.Builder |
DocumentSearchResult.Builder.getDocument() |
Modifier and Type | Method and Description |
---|---|
static DocumentSearchResult.Builder |
DocumentSearchResult.Builder.create(Document.Builder document)
Create a builder for the document search result and initialize it with the given document builder.
|
void |
DocumentSearchResult.Builder.setDocument(Document.Builder document) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.