com.bea.p13n.content.internal
Interface RenderableContent

All Known Implementing Classes:
RenderableContentNodeWrapper, RenderableContentVersionWrapper

public interface RenderableContent


Method Summary
 ID getId()
           
 String getName()
           
 String getPath()
           
 Property getPrimaryProperty()
           
 Property[] getProperties()
           
 Property getProperty(String name)
           
 InputStream getPropertyBytes(ID propertyId)
           
 boolean isFolder()
           
 

Method Detail

getProperty

Property getProperty(String name)
                     throws AuthorizationException
Throws
AuthorizationException

getPrimaryProperty

Property getPrimaryProperty()
                            throws RepositoryException
Throws
RepositoryException

getProperties

Property[] getProperties()
                         throws AuthorizationException
Throws
AuthorizationException

getPropertyBytes

InputStream getPropertyBytes(ID propertyId)
                             throws AuthorizationException,
                                    NoSuchPropertyException
Throws
AuthorizationException
NoSuchPropertyException

getPath

String getPath()
               throws AdContentException
Throws
AdContentException

getName

String getName()
               throws AdContentException
Throws
AdContentException

getId

ID getId()

isFolder

boolean isFolder()


Copyright © 2011, Oracle. All rights reserved.