站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Instance - JBOSS Portal 2.6 API 英文版文档


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

All Known Implementing Classes:
Instance24Impl

public interface Instance

A shared portlet instance.

Version:
$Revision: 5449 $
Author:
Julien Viet

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