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

All Superinterfaces:
Instance
All Known Implementing Classes:
AbstractInstanceDefinition

public interface InstanceDefinition
extends Instance

Version:
$Revision: 8786 $
Author:
Julien Viet

Field Summary
 
Fields inherited from interface org.jboss.portal.core.model.instance.Instance
INSTANCE_ID_ATTRIBUTE
 
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
destroyCustomization, getContainer, getCustomization, getDisplayName, getPortlet, getProperties, getProperties, invoke, setProperties
 

Method Detail

getId

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

Specified by:
getId in interface Instance
Returns:
the instance id

isModifiable

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

Returns:
if the instance is modifiable