org.gatein.mop.core.api.workspace.content
Class WorkspaceCustomization

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.content.AbstractCustomization
      extended by org.gatein.mop.core.api.workspace.content.WorkspaceCustomization
All Implemented Interfaces:
Customization<Object>
Direct Known Subclasses:
WorkspaceClone, WorkspaceSpecialization

public abstract class WorkspaceCustomization
extends AbstractCustomization

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.gatein.mop.core.api.workspace.content.AbstractCustomization
comparator
 
Constructor Summary
WorkspaceCustomization()
           
 
Method Summary
abstract  void doDestroy()
           
 CustomizationContext getCustomizationContext()
           
abstract  Object getParent()
           
 
Methods inherited from class org.gatein.mop.core.api.workspace.content.AbstractCustomization
createPS, customize, destroy, get, get, getContentState, getContexts, getCustomization, getParentCustomization, getState, setContentState, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gatein.mop.api.content.Customization
getContentId, getName, getType
 

Constructor Detail

WorkspaceCustomization

public WorkspaceCustomization()
Method Detail

getParent

public abstract Object getParent()

doDestroy

public abstract void doDestroy()

getCustomizationContext

public CustomizationContext getCustomizationContext()
Specified by:
getCustomizationContext in class AbstractCustomization


Copyright © 2009 eXo Platform SAS. All Rights Reserved.