Interface mheg5.OAM.OAMInterface
All Packages Class Hierarchy This Package Previous Next Index
Interface mheg5.OAM.OAMInterface
- public interface OAMInterface
- extends Object
-
GetContent(ContentRef)
-
-
GetImage(ContentRef)
-
-
GetObject(ObjectRef)
-
-
GetPathOfContRef(ContentRef)
-
-
GetStream(ContentRef)
-
GetObject
public abstract InputStream GetObject(ObjectRef objectReference)
GetStream
public abstract InputStream GetStream(ContentRef cref)
GetContent
public abstract byte[] GetContent(ContentRef cref)
GetPathOfContRef
public abstract String GetPathOfContRef(ContentRef cref)
GetImage
public abstract Image GetImage(ContentRef cref)
All Packages Class Hierarchy This Package Previous Next Index