Interface ValidateLabelsCommand
-
- All Superinterfaces:
ServiceCommand
- All Known Implementing Classes:
ValidateLabelsCommandImpl
public interface ValidateLabelsCommand extends ServiceCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Label>
getValidLabels()
-
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
-
-
-
Method Detail
-
getValidLabels
Collection<Label> getValidLabels()
-
-