Package com.comalatech.workflow.model
Interface Rejection
- All Superinterfaces:
Activity
,Completion
- All Known Subinterfaces:
PartialRejection
Represents an named rejection given
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the rejection givenReturns the signature type used for this rejection.Methods inherited from interface com.comalatech.workflow.model.Activity
getActivityId, getComment, getDate, getPerformer, getUserName
Methods inherited from interface com.comalatech.workflow.model.Completion
getOutcome
-
Method Details
-
getName
String getName()The name of the rejection given- Returns:
- the name of the rejection
-
getSignatureType
SignatureType getSignatureType()Returns the signature type used for this rejection. Can return null if the signature type is not known for old approvals.- Returns:
- SignatureType
-