org.jboss.portal.migration.model24.instance
Interface Instance

All Known Implementing Classes:
Instance24Impl

public interface Instance

A shared portlet instance.


Method Summary
 java.lang.String getId()
          Return the id in the scope of its container.
 java.lang.String getPortletRef()
          Return the portlet id referenced of this instance.
 boolean isModifiable()
          Return true if the instance state can be modified.
 

Method Detail

getId

public java.lang.String getId()
Return the id in the scope of its container.

Returns:
the instance id

isModifiable

public boolean isModifiable()
Return true if the instance state can be modified.

Returns:
if the instance is modifiable

getPortletRef

public java.lang.String getPortletRef()
Return the portlet id referenced of this instance.

Returns:
the portlet id referenced by this instance