public abstract class WorkspaceCustomizationContextImpl extends Object implements WorkspaceCustomizationContext
TYPE| Constructor and Description |
|---|
WorkspaceCustomizationContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(CustomizationContext that) |
<S> Customization<S> |
customize(String name,
ContentType<S> contentType,
String contentId,
S state) |
<S> Customization<S> |
customize(String name,
Customization<S> customization) |
String |
getContextId() |
String |
getContextType() |
Customization<?> |
getCustomization(String name) |
abstract CustomizationContainer |
getCustomizations() |
abstract WorkspaceObjectImpl |
getOwner() |
String |
nameOf(Customization customization) |
public abstract WorkspaceObjectImpl getOwner()
public abstract CustomizationContainer getCustomizations()
public String getContextType()
getContextType in interface CustomizationContextpublic String getContextId()
getContextId in interface CustomizationContextpublic boolean contains(CustomizationContext that)
contains in interface CustomizationContextpublic Customization<?> getCustomization(String name)
getCustomization in interface WorkspaceCustomizationContextpublic <S> Customization<S> customize(String name, ContentType<S> contentType, String contentId, S state)
customize in interface WorkspaceCustomizationContextpublic <S> Customization<S> customize(String name, Customization<S> customization)
customize in interface WorkspaceCustomizationContextpublic String nameOf(Customization customization)
nameOf in interface WorkspaceCustomizationContextCopyright © 2025 JBoss by Red Hat. All Rights Reserved.