public interface IResourceOperation
extends java.lang.Cloneable
IResources, mainly IElements and IElementListEntrys
to reflect changes made by executed tool descriptors.| Modifier and Type | Method and Description |
|---|---|
IResourceOperation |
clone()
Clones the resource operation.
|
java.util.Collection<IPropertyValue> |
getPropertyValues()
Gets property values changed by the resource operation or containing the
changed element ID.
|
java.lang.String |
getResourceName()
Gets the logical affected resource name of the resource operation.
|
EResourceProcessingTypes |
getType()
Gets the resource operation type.
|
boolean |
isRefresh()
Whether the specified resource's
Get All Properties action
should be executed after the resource operation is handled. |
boolean |
isSelect()
Whether the specified resource should be selected in the UI after
handling the resource operation.
|
java.util.Collection<IPropertyValue> getPropertyValues()
java.lang.String getResourceName()
null if the operation
is aimed for the current contextEResourceProcessingTypes getType()
boolean isSelect()
true if the specified resource should be selectedboolean isRefresh()
Get All Properties action
should be executed after the resource operation is handled.true if the specified resource should be refreshedIResourceOperation clone()
Copyright © 2015 Micro Focus GmbH. All rights reserved.