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

InstanceDefinition - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.model.instance
Interface InstanceDefinition

All Superinterfaces:
Instance
All Known Implementing Classes:
InstanceDefinitionImpl

public interface InstanceDefinition
extends Instance

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 java.lang.String getId()
          Return the identifier in the scope of its container.
 boolean isModifiable()
          Return true if the instance state can be modified.
 
Methods inherited from interface org.jboss.portal.core.model.instance.Instance
getContainer, getCustomization, getPortlet, getProperties, getProperties, invoke, setProperties
 

Method Detail

getId

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

Specified by:
getId in interface Instance
Returns:
the id

isModifiable

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

Returns:
if the instance is modifiable