Package com.comalatech.workflow.model
Interface Rejection
-
- All Superinterfaces:
Activity
,Completion
- All Known Subinterfaces:
PartialRejection
public interface Rejection extends Completion
Represents an named rejection given
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The name of the rejection givenSignatureType
getSignatureType()
Returns 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 Detail
-
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
-
-