public class StandardExtension.Facade extends Object implements IExtension
| Constructor and Description |
|---|
StandardExtension.Facade() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachDelete(Object target) |
void |
attachInsert(Object target) |
void |
attachUpdate(Object target) |
String |
getAbsentAction() |
Object |
getAttribute(Object key)
Get an attribute value from the context
|
IElement |
getElement()
The defining root
Element for the IExtension. |
IExtensionPoint |
getExtensionPoint()
The
IExtensionPoint extended by this IExtension |
String |
getExtensionPointId() |
String |
getId()
An optional id for the
IExtension. |
String |
getIfdef() |
String |
getIfnotdef() |
List<ExtensionOperation> |
getOperations() |
IInstrument |
getProvider()
The object where the
IExtension was provided. |
Object |
removeAttribute(Object key)
Remove an attribute binding in the context
|
Object |
setAttribute(Object key,
Object value)
Set the value of an attribute in the context
|
public void attachDelete(Object target)
attachDelete in interface IExtensionpublic void attachInsert(Object target)
attachInsert in interface IExtensionpublic void attachUpdate(Object target)
attachUpdate in interface IExtensionpublic String getAbsentAction()
public List<ExtensionOperation> getOperations()
getOperations in interface IExtensionpublic Object getAttribute(Object key)
IAttributeSupportgetAttribute in interface IAttributeSupportkey - the name of the attribute to getkeypublic IElement getElement()
IExtensionElement for the IExtension.getElement in interface IExtensionElement for the IExtension.public IExtensionPoint getExtensionPoint()
IExtensionIExtensionPoint extended by this IExtensiongetExtensionPoint in interface IExtensionpublic String getExtensionPointId()
public String getId()
IExtensionIExtension.getId in interface IExtensionIExtension.public String getIfdef()
public String getIfnotdef()
public IInstrument getProvider()
IExtensionIExtension was provided.getProvider in interface IExtensionIExtension was provided.public Object removeAttribute(Object key)
IAttributeSupportremoveAttribute in interface IAttributeSupportkey - the name of the attribute to removekeypublic Object setAttribute(Object key, Object value)
IAttributeSupportsetAttribute in interface IAttributeSupportkey - the name of the attribute to setvalue - the new value the attributekeyCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.