Package org.guvnor.ala.ui.service
Interface ProvisioningValidationService
-
public interface ProvisioningValidationServiceService for holding validations oriented to the different provisioning-ui screens and client widgets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValidContainerName(String containerName)Checks if a given container name is valid.
-
-
-
Method Detail
-
isValidContainerName
boolean isValidContainerName(String containerName)
Checks if a given container name is valid.- Parameters:
containerName- a container name to check.- Returns:
- true if the provided name is valid, false in any other case.
-
-