public abstract class ProtocolAddReviewAttachmentEventBase<PRA extends ProtocolReviewAttachmentBase> extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
ProtocolAddReviewAttachmentEventBase(ProtocolDocumentBase document,
String propertyName,
PRA reviewAttachment)
Constructs a ProtocolAddReviewAttachmentEventBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolAddReviewAttachmentRule<?> |
getNewProtocolAddReviewAttachmentRuleInstancehook() |
String |
getPropertyName() |
ProtocolDocumentBase |
getProtocolDocument() |
PRA |
getReviewAttachment() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
getRuleInterfaceClass, invokeRuleMethod, logEventpublic ProtocolAddReviewAttachmentEventBase(ProtocolDocumentBase document, String propertyName, PRA reviewAttachment)
document - The document to validatepropertyName - The error path property prefixreviewAttachment - The added Reviewer Attachmentpublic ProtocolDocumentBase getProtocolDocument()
public String getPropertyName()
public PRA getReviewAttachment()
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionprotected abstract ProtocolAddReviewAttachmentRule<?> getNewProtocolAddReviewAttachmentRuleInstancehook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.