Interface Check<T extends Amendment>
- All Known Implementing Classes:
CheckImpl
,DuplicateSchemePermissionCheck
,FieldLayoutCheck
,FilterSubscriptionsSavedFilterCheck
,FilterSubscriptionsScheduleCheck
,IssueLinkCheck
,IssueLinkTypesCheck
,IssueOSWorkflowEntryRelationCheck
,IssueParentProjectRelationCheck
,SearchRequestRelationCheck
,WorkflowCurrentStepCheck
,WorkflowIssueStatusNullCheck
,WorkflowStateCheck
public interface Check<T extends Amendment>
-
Method Summary
Modifier and TypeMethodDescriptioncorrect()
getId()
default String
boolean
default boolean
preview()
void
setIntegrityCheck
(IntegrityCheck integrityCheck)
-
Method Details
-
getId
Long getId() -
getDescription
String getDescription() -
preview
- Throws:
IntegrityException
-
correct
- Throws:
IntegrityException
-
getIntegrityCheck
IntegrityCheck getIntegrityCheck() -
setIntegrityCheck
-
hasLongRunningFix
boolean hasLongRunningFix() -
isAvailable
default boolean isAvailable()
-