public interface IElementListKey
IElementList. Element lists are identified by the
IDs of the parent resource and the action descriptor which was executed to
create them. It's therefore possible to find a cached element list before
executing the action which creates it.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionID()
Gets the action ID of the key.
|
java.lang.String |
getResourceID()
Returns the ID of the context resource of the element list.
|
void |
setActionID(java.lang.String pActionID)
Sets the action ID of the key.
|
void |
setResourceID(java.lang.String pResourceID)
Sets the resource ID of the key.
|
void setResourceID(java.lang.String pResourceID)
pResourceID - the new resource IDjava.lang.String getResourceID()
null if the list was created without a resource.nullvoid setActionID(java.lang.String pActionID)
pActionID - the new action ID (must not be null)java.lang.String getActionID()
Copyright © 2015 Micro Focus GmbH. All rights reserved.