| 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.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
IElementListKey |
TaurusFactory.createElementListKey(ActionDescriptor pAction,
IResource pResource)
Creates an element list key.
|
| Modifier and Type | Method and Description |
|---|---|
IElementListKey |
IElementListDirectory.getElementListKey(java.lang.String pElementlistID)
Get the key under which the given element list id is stored in the
element list directory.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IElementListDirectory.containsKey(IElementListKey pKey)
Check of the element list directory contains the given logical element
list key.
|
boolean |
IElementListDirectory.elementListExists(IElementListKey pKey)
Check if the element list to the given logical key exists physically.
|
IElementList |
IElementListDirectory.getList(IElementListKey pKey)
Returns the element list for the given logical element list key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementListKey
Main implementation of
IElementListKey. |
| Modifier and Type | Method and Description |
|---|---|
IElementListKey |
ElementListDirectory.getElementListKey(java.lang.String pElementlistID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElementListDirectory.containsKey(IElementListKey pKey) |
boolean |
ElementListDirectory.elementListExists(IElementListKey pKey) |
IElementList |
ElementListDirectory.getList(IElementListKey pKey) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.