| 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 |
|---|---|
static EGetChildrenMode |
EGetChildrenMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EGetChildrenMode[] |
EGetChildrenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetChildrenResult |
ITaurusApplication.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Fetch the children of the root container type sorted by the container
type's sort criterion from the remote system.
|
GetChildrenResult |
IElementListEntry.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
If a GetChildren action was modelled for the element type of the entries
Element, this method returns a
GetChildrenResult containing the
element list. |
GetChildrenResult |
AbstractTaurusApplication.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMonitor) |
| Modifier and Type | Method and Description |
|---|---|
GetChildrenResult |
ElementListEntry.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMon) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.