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

All Superinterfaces:
Instance
All Known Implementing Classes:
AbstractInstanceCustomization

public interface InstanceCustomization
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
 InstanceDefinition getDefinition()
          Return the instance definition.
 java.lang.String getId()
          Return the identifier in the scope of its definition which is the customization id.
 
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 definition which is the customization id.

Specified by:
getId in interface Instance
Returns:
the id

getDefinition

InstanceDefinition getDefinition()
Return the instance definition.

Returns:
the instance definition