public class ResourceOperationProcessor extends AbstractResourceOperationProcessor
IElementListEntry und
IElementList) operations.ResourceOperation| Constructor and Description |
|---|
ResourceOperationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IElementListEntry> |
getEntriesToSelect()
Returns a list of element list entries which should be selected after a
resource operation was executed.
|
static IElementListEntry |
insertNewElementEntry(java.lang.String pNewEleID,
IElementListEntry pReferenceEntry,
ElementType pNewEleType,
IElementList pElmList,
java.util.Collection<IPropertyValue> pProperties,
boolean pInsertChild,
ISystemImage pSystemImage)
Creates a new element list entry and adds it to the element list.
|
didErrorsOccur, doResourceProcessingpublic static IElementListEntry insertNewElementEntry(java.lang.String pNewEleID, IElementListEntry pReferenceEntry, ElementType pNewEleType, IElementList pElmList, java.util.Collection<IPropertyValue> pProperties, boolean pInsertChild, ISystemImage pSystemImage) throws TaurusCoreException
pNewEleID - the new element IDpReferenceEntry - a reference entry of the element listpNewEleType - the element type of the entrypElmList - the target element listpProperties - properties of the new entry/elementpInsertChild - whether the entry should be added as a child in tree tablespSystemImage - the currently used system imageTaurusCoreException - if creating the new entry failspublic java.util.List<IElementListEntry> getEntriesToSelect()
Copyright © 2015 Micro Focus GmbH. All rights reserved.