public abstract class AbstractWebserviceActionEvent<RESOURCE> extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractWebserviceActionEvent.CRUD_METHOD |
static class |
AbstractWebserviceActionEvent.TRIGGER |
| Constructor and Description |
|---|
AbstractWebserviceActionEvent(String resourceId,
RESOURCE resource,
Object parentResource,
Principal pricipal,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractWebserviceActionEvent.CRUD_METHOD |
getCrudMethod()
type of the crud method which triggered event
|
Principal |
getPrincipal() |
String |
getResourceId() |
abstract AbstractWebserviceActionEvent.TRIGGER |
getTriggered()
determines if the event was fired before/after method
|
URI |
getUri() |
Object |
getWrapperParentResource() |
RESOURCE |
getWrapperResource() |
getScope, getSource, isFromCluster, setFromCluster, setScope, toStringpublic abstract AbstractWebserviceActionEvent.CRUD_METHOD getCrudMethod()
public abstract AbstractWebserviceActionEvent.TRIGGER getTriggered()
public RESOURCE getWrapperResource()
public Object getWrapperParentResource()
public Principal getPrincipal()
public String getResourceId()
public URI getUri()
Copyright © 2017 SAP SE. All Rights Reserved.