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 Summary
Constructors Constructor Description AbstractBinaryResource(String attachFileName, CacheDirective cacheDirective)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttachFileName()
CacheDirective
getCacheDirective()
-
-
-
Constructor Detail
-
AbstractBinaryResource
public AbstractBinaryResource(String attachFileName, CacheDirective cacheDirective)
-
-
Method Detail
-
getAttachFileName
public String getAttachFileName()
-
getCacheDirective
public CacheDirective getCacheDirective()
-
-