当前页面:
在线文档首页 >
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. |
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