Interface IStorageResource

All Superinterfaces:
IDeletionSupport, IElement, ILocalizationScope, IProtocolSupport, IResource, ISearchSupport, ISecuritySupport, IUriSupport, Serializable
All Known Subinterfaces:
IDataUnit
All Known Implementing Classes:
ProcessStorageResource

public interface IStorageResource extends IResource, IUriSupport, ILocalizationScope
A resource for storage
Since:
1.0, 25/06/2009
Author:
omenuel
See Also:
  • Method Details

    • getCatalog

      ICatalog getCatalog()
      Gets the catalog of the resource
      Returns:
      A ICatalog object.
    • getValuesToStore

      Map<String,Object> getValuesToStore()
      Gets all field changes with new value.
      Returns:
      A java.util.Map object.