|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.action.DocumentActionParameters
public final class DocumentActionParameters
| Nested Class Summary | |
|---|---|
static class |
DocumentActionParameters.Builder
A builder which can be used to construct DocumentActionParameters instances. |
| Method Summary | |
|---|---|
static DocumentActionParameters |
create(String documentId,
String principalId)
|
static DocumentActionParameters |
create(String documentId,
String principalId,
String annotation)
|
String |
getAnnotation()
|
DocumentContentUpdate |
getDocumentContentUpdate()
|
String |
getDocumentId()
|
DocumentUpdate |
getDocumentUpdate()
|
String |
getPrincipalId()
|
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static DocumentActionParameters create(String documentId,
String principalId)
public static DocumentActionParameters create(String documentId,
String principalId,
String annotation)
public String getDocumentId()
public String getPrincipalId()
public String getAnnotation()
public DocumentUpdate getDocumentUpdate()
public DocumentContentUpdate getDocumentContentUpdate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||