Class ServiceLimitBreachedTriggerValidator
java.lang.Object
com.codebarrel.automation.api.component.trigger.servicelimit.ServiceLimitBreachedTriggerValidator
- All Implemented Interfaces:
ComponentValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(ComponentContext context, RemoteConnectUser remoteUser, ErrorCollection errors) Validates the passed inComponentContext
(theComponentConfigBean
to be specific).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codebarrel.automation.api.component.ComponentValidator
getBulkValidationParameters, validateForExecution
-
Constructor Details
-
ServiceLimitBreachedTriggerValidator
-
-
Method Details
-
validate
public void validate(ComponentContext context, RemoteConnectUser remoteUser, ErrorCollection errors) Description copied from interface:ComponentValidator
Validates the passed inComponentContext
(theComponentConfigBean
to be specific).- Specified by:
validate
in interfaceComponentValidator
- Parameters:
context
- The context to validateremoteUser
- the user performing the actionerrors
- ErrorCollection to add errors to. Errors will be added in the form of 'component:<componentId>'.
-