Interface mheg5.OAM.OAMInterface
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface mheg5.OAM.OAMInterface

public interface OAMInterface
extends Object

Method Index

 o GetContent(ContentRef)
 o GetImage(ContentRef)
 o GetObject(ObjectRef)
 o GetPathOfContRef(ContentRef)
 o GetStream(ContentRef)

Methods

 o GetObject
  public abstract InputStream GetObject(ObjectRef objectReference)
 o GetStream
  public abstract InputStream GetStream(ContentRef cref)
 o GetContent
  public abstract byte[] GetContent(ContentRef cref)
 o GetPathOfContRef
  public abstract String GetPathOfContRef(ContentRef cref)
 o GetImage
  public abstract Image GetImage(ContentRef cref)

All Packages  Class Hierarchy  This Package  Previous  Next  Index