public class AfterProcessEvent extends Object implements IDocumentEvent
ACTION_TAKEN, AFTER_PROCESS, BEFORE_PROCESS, DELETE_CHANGE, LOCK_DOCUMENTS, ROUTE_LEVEL_CHANGE, ROUTE_STATUS_CHANGE
Constructor and Description |
---|
AfterProcessEvent(String documentId,
String appDocId,
String nodeInstanceId,
boolean successfullyProcessed) |
Modifier and Type | Method and Description |
---|---|
String |
getAppDocId() |
String |
getDocumentEventCode() |
String |
getDocumentId() |
String |
getNodeInstanceId() |
boolean |
isSuccessfullyProcessed() |
public AfterProcessEvent(String documentId, String appDocId, String nodeInstanceId, boolean successfullyProcessed)
public String getNodeInstanceId()
public String getDocumentId()
getDocumentId
in interface IDocumentEvent
public String getAppDocId()
getAppDocId
in interface IDocumentEvent
public boolean isSuccessfullyProcessed()
public String getDocumentEventCode()
getDocumentEventCode
in interface IDocumentEvent
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.