T
- the resource representation typepublic interface ActionUIAdvisor<T>
Modifier and Type | Method and Description |
---|---|
boolean |
clear()
Clear all resources of the action the advisor is associated to.
|
Class<T> |
getRepresentationType() |
boolean |
removeResource(String resourceId)
Remove the resource with the given ID.
|
T |
retrieveResource(String resourceId)
Retrieve a resource representation for the resource with the given ID.
|
boolean |
supportsClear()
States if clearing all action resources is supported.
|
boolean |
supportsRemoval()
States if resource removal is supported.
|
boolean |
supportsRetrieval()
States if retrieving a representation of the resource is possible.
|
boolean supportsRemoval()
boolean removeResource(String resourceId)
resourceId
- the identifier of the resource to removesupportsRemoval()
boolean supportsClear()
boolean clear()
true
if all resources could be removed,
false
if none were removedsupportsClear()
boolean supportsRetrieval()
Class<T> getRepresentationType()
supportsRetrieval()
T retrieveResource(String resourceId)
resourceId
- the resource identifiernull
supportsRetrieval()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a