Class AbstractBinaryResource

java.lang.Object
org.alfresco.rest.framework.resource.content.AbstractBinaryResource
All Implemented Interfaces:
BinaryResource
Direct Known Subclasses:
FileBinaryResource, NodeBinaryResource

public class AbstractBinaryResource extends Object implements BinaryResource
An abstract binary resource.
Author:
Jamal Kaabi-Mofrad
  • Constructor Details

    • AbstractBinaryResource

      public AbstractBinaryResource(String attachFileName, CacheDirective cacheDirective)
  • Method Details

    • getAttachFileName

      public String getAttachFileName()
    • getCacheDirective

      public CacheDirective getCacheDirective()