|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.ken.document.kew.NotificationWorkflowDocument
public final class NotificationWorkflowDocument
This class extends the KEW WorkflowDocument object and becomes our gateway for get a handle on KEW documents in workflow.
Method Summary | |
---|---|
static WorkflowDocument |
createNotificationDocument(String principalId)
Constructs a NotificationWorkflowDocument instance - this essentially creates a new routable document in KEW for the given user. |
static WorkflowDocument |
createNotificationDocument(String principalId,
String documentTypeName)
Constructs a NotificationWorkflowDocument instance - this essentially creates a new routable document in KEW for the given user and document type name. |
static WorkflowDocument |
loadNotificationDocument(String principalId,
String documentId)
Constructs a NotificationWorkflowDocument instance - this one is used to get a handle on a workflow document that was already created in the system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static WorkflowDocument createNotificationDocument(String principalId)
principalId
-
WorkflowException
public static WorkflowDocument createNotificationDocument(String principalId, String documentTypeName)
user
- documentTypeName
-
WorkflowException
public static WorkflowDocument loadNotificationDocument(String principalId, String documentId)
user
- documentId
-
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |