public interface ContributorsListService
| Modifier and Type | Method and Description |
|---|---|
elemental2.promise.Promise<Boolean> |
canEditContributors(List<org.guvnor.structure.contributors.Contributor> contributors,
org.guvnor.structure.contributors.ContributorType type) |
void |
getContributors(Consumer<List<org.guvnor.structure.contributors.Contributor>> contributorsConsumer) |
String |
getInvalidNameMessageConstant() |
void |
getValidUsernames(Consumer<List<String>> validUsernamesConsumer) |
void |
onExternalChange(Consumer<Collection<org.guvnor.structure.contributors.Contributor>> contributorsConsumer) |
boolean |
requireValidUsername() |
void |
saveContributors(List<org.guvnor.structure.contributors.Contributor> contributors,
Runnable successCallback,
org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> errorCallback) |
void getContributors(Consumer<List<org.guvnor.structure.contributors.Contributor>> contributorsConsumer)
void saveContributors(List<org.guvnor.structure.contributors.Contributor> contributors, Runnable successCallback, org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> errorCallback)
elemental2.promise.Promise<Boolean> canEditContributors(List<org.guvnor.structure.contributors.Contributor> contributors, org.guvnor.structure.contributors.ContributorType type)
void onExternalChange(Consumer<Collection<org.guvnor.structure.contributors.Contributor>> contributorsConsumer)
boolean requireValidUsername()
String getInvalidNameMessageConstant()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.