org.gatein.mop.core.api.workspace.content
Class WorkspaceClone
java.lang.Object
org.gatein.mop.core.api.workspace.content.AbstractCustomization
org.gatein.mop.core.api.workspace.content.WorkspaceCustomization
org.gatein.mop.core.api.workspace.content.WorkspaceClone
- All Implemented Interfaces:
- Customization<Object>
public abstract class WorkspaceClone
- extends WorkspaceCustomization
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registry
public ContentManagerRegistry registry
WorkspaceClone
public WorkspaceClone()
getContexts
public Set<CustomizationContext> getContexts()
- Specified by:
getContexts in interface Customization<Object>- Overrides:
getContexts in class AbstractCustomization
getFooName
public abstract String getFooName()
getMimeType
public abstract String getMimeType()
setMimeType
public abstract void setMimeType(String mimeType)
getContentId
public abstract String getContentId()
setContentId
public abstract void setContentId(String contentId)
getSpecializations
public abstract Collection<WorkspaceSpecialization> getSpecializations()
getName
public String getName()
getParentCustomization
public AbstractCustomization getParentCustomization()
- Specified by:
getParentCustomization in class AbstractCustomization
destroy
public void destroy()
- Specified by:
destroy in interface Customization<Object>- Overrides:
destroy in class AbstractCustomization
getType
public ContentType<Object> getType()
Copyright © 2009 eXo Platform SAS. All Rights Reserved.