| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
ETaurusNotification |
TaurusNotification.getType()
Gets the notification type.
|
ETaurusNotification |
ErrorFeedbackEntryNotification.getType()
Gets the notification type.
|
| Constructor and Description |
|---|
ErrorFeedbackEntryNotification(ETaurusNotification pType,
java.util.List<IErrorFeedbackEntry> pEntries)
The constructor
|
TaurusNotification(ETaurusNotification pType)
Basic constructor used for general notifications.
|
TaurusNotification(ETaurusNotification pType,
IElement pElement)
Constructor used for notifications which evolve an element.
|
TaurusNotification(ETaurusNotification pType,
IElementList pEleList)
Constructor used for notifications which evolve an element list.
|
TaurusNotification(ETaurusNotification pType,
IElementListEntry pEntry)
Constructor used for notifications which evolve an element list entry.
|
TaurusNotification(ETaurusNotification pType,
IElementList pEleList,
java.lang.String pTableViewID)
Constructor used for notifications which evolve an element list in a
secondary element views.
|
| Modifier and Type | Method and Description |
|---|---|
static ETaurusNotification |
ETaurusNotification.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETaurusNotification[] |
ETaurusNotification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.