public interface FormManagerService
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAllDeployments() |
Map<String,String> |
getAllForms() |
Map<String,String> |
getAllFormsByDeployment(String deploymentId) |
String |
getFormByKey(String deploymentId,
String key) |
void |
registerForm(String deploymentId,
String key,
String formContent) |
void |
unRegisterForms(String deploymentId) |
void unRegisterForms(String deploymentId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.