Interface ScanAction
- 
- All Known Implementing Classes:
 ComboScan,FullScan,PointScan,SuiteScanOnScopedApps,SuiteScanOnUpdateSets
public interface ScanAction 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resultexecute(ServiceNowAPIClient apiClient, String... parameters)booleanisApplicable(ScanType scanType) 
 - 
 
- 
- 
Method Detail
- 
isApplicable
boolean isApplicable(ScanType scanType)
 
- 
execute
Result execute(ServiceNowAPIClient apiClient, String... parameters) throws IOException, URISyntaxException
- Throws:
 IOExceptionURISyntaxException
 
 - 
 
 -