|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.dataprovider.spi.Layer_1
org.openmdx.audit1.provider.layer.application.Audit_1
public class Audit_1
| Constructor Summary | |
|---|---|
Audit_1()
|
|
| Method Summary | |
|---|---|
void |
activate(short id,
Configuration configuration,
Layer_1_0 delegation)
Activates a dataprovider layer |
DataproviderReply |
create(ServiceHeader header,
DataproviderRequest request)
Create a new object |
DataproviderReply |
get(ServiceHeader header,
DataproviderRequest request)
Get the object specified by the requests's path |
DataproviderReply |
replace(ServiceHeader header,
DataproviderRequest request)
Modifies all changeable attributes of an object. |
protected String |
uidAsString()
To replace the deprecated UIDFactory.create() calls |
| Methods inherited from class org.openmdx.compatibility.base.dataprovider.spi.Layer_1 |
|---|
configurationSpecification, deactivate, epilog, epilog, find, getConfiguration, getDelegation, getDelegation, getId, getLenientProcessor, isLenient, modify, operation, process, process, prolog, prolog, remove, set, startPublishing, terminal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Audit_1()
| Method Detail |
|---|
public void activate(short id,
Configuration configuration,
Layer_1_0 delegation)
throws Exception,
ServiceException
Layer_1
activate in interface Layer_1_0activate in class Layer_1id - the dataprovider layer's idconfiguration - the dataprovider'a configuration
delegation - the layer to delegate to;
or null if "persistenceLayer".equals(id)
Exception - unexpected exceptions
ServiceException - expected exceptions
public DataproviderReply create(ServiceHeader header,
DataproviderRequest request)
throws ServiceException
Layer_1
create in interface Layer_1_0create in class Layer_1header - request headerrequest - the request
ServiceException - on failure
public DataproviderReply replace(ServiceHeader header,
DataproviderRequest request)
throws ServiceException
Layer_1
replace in interface Layer_1_0replace in class Layer_1header - request headerrequest - the request
ServiceException - on failure
public DataproviderReply get(ServiceHeader header,
DataproviderRequest request)
throws ServiceException
Layer_1
get in interface Layer_1_0get in class Layer_1header - request headerrequest - the request
ServiceException - on failureprotected final String uidAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||