public interface InterfaceManagement
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InterfaceManagement.Callback |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDialoge() |
void |
createNewInterface(Interface entity) |
void |
launchNewInterfaceDialogue() |
void |
onRemoveInterface(Interface entity) |
void |
onSaveInterface(Interface entity,
Map<String,Object> changeset) |
void |
setCallback(InterfaceManagement.Callback callback) |
ValidationResult |
validateInterfaceConstraints(Interface entity,
Map<String,Object> changeset) |
void launchNewInterfaceDialogue()
void createNewInterface(Interface entity)
void onRemoveInterface(Interface entity)
ValidationResult validateInterfaceConstraints(Interface entity, Map<String,Object> changeset)
void closeDialoge()
void setCallback(InterfaceManagement.Callback callback)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.