|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document.Builder | |
---|---|
org.kuali.rice.kew.api.document | Copyright 2005-2014 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-2014 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 Document.Builder in org.kuali.rice.kew.api.document |
---|
Methods in org.kuali.rice.kew.api.document that return Document.Builder | |
---|---|
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)
|
Uses of Document.Builder in org.kuali.rice.kew.api.document.search |
---|
Methods in org.kuali.rice.kew.api.document.search that return Document.Builder | |
---|---|
Document.Builder |
DocumentSearchResult.Builder.getDocument()
|
Methods in org.kuali.rice.kew.api.document.search with parameters of type Document.Builder | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |