public interface Interface extends ModelItem
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFINITION_PROPERTY |
static String |
ENDPOINT_PROPERTY |
static String |
UPDATING_PROPERTY |
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY| Modifier and Type | Method and Description |
|---|---|
void |
addEndpoint(String endpoint) |
void |
addInterfaceListener(InterfaceListener listener) |
void |
changeEndpoint(String endpoint,
String string) |
Operation[] |
getAllOperations() |
DefinitionContext<?> |
getDefinitionContext() |
String[] |
getEndpoints() |
String |
getInterfaceType() |
Operation |
getOperationAt(int index) |
Operation |
getOperationByName(String name) |
int |
getOperationCount() |
List<Operation> |
getOperationList() |
Project |
getProject()
Gets the project that this ModelItem object is part of.
|
String |
getTechnicalId() |
void |
removeEndpoint(String ep) |
void |
removeInterfaceListener(InterfaceListener listener) |
getChildren, getDescription, getIcon, getId, getName, getParent, getSettingsaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic final String ENDPOINT_PROPERTY
static final String DEFINITION_PROPERTY
static final String UPDATING_PROPERTY
String[] getEndpoints()
Operation getOperationAt(int index)
int getOperationCount()
Project getProject()
ModelItemWorkspace object, an UnsupportedOperationException is thrown.getProject in interface ModelItemvoid addInterfaceListener(InterfaceListener listener)
void removeInterfaceListener(InterfaceListener listener)
String getTechnicalId()
String getInterfaceType()
void addEndpoint(String endpoint)
void removeEndpoint(String ep)
DefinitionContext<?> getDefinitionContext()
Operation[] getAllOperations()
Copyright © 2019. All Rights Reserved.