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(java.lang.String resourceId,
RESOURCE resource,
java.lang.Object parentResource,
java.security.Principal pricipal,
java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractWebserviceActionEvent.CRUD_METHOD |
getCrudMethod()
type of the crud method which triggered event
|
java.security.Principal |
getPrincipal() |
java.lang.String |
getResourceId() |
abstract AbstractWebserviceActionEvent.TRIGGER |
getTriggered()
determines if the event was fired before/after method
|
java.net.URI |
getUri() |
java.lang.Object |
getWrapperParentResource() |
RESOURCE |
getWrapperResource() |
getScope, getSource, isFromCluster, setFromCluster, setScope, toStringpublic AbstractWebserviceActionEvent(java.lang.String resourceId,
RESOURCE resource,
java.lang.Object parentResource,
java.security.Principal pricipal,
java.net.URI uri)
public abstract AbstractWebserviceActionEvent.CRUD_METHOD getCrudMethod()
public abstract AbstractWebserviceActionEvent.TRIGGER getTriggered()
public RESOURCE getWrapperResource()
public java.lang.Object getWrapperParentResource()
public java.security.Principal getPrincipal()
public java.lang.String getResourceId()
public java.net.URI getUri()
Copyright © 2018 SAP SE. All Rights Reserved.