public abstract class BaseDataSourceEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseDataSourceEvent(DataSourceDef dataSourceDef,
org.guvnor.common.services.project.model.Module module,
String sessionId,
String identity) |
protected |
BaseDataSourceEvent(DataSourceDef dataSourceDef,
String sessionId,
String identity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataSourceDef |
getDataSourceDef() |
String |
getIdentity() |
org.guvnor.common.services.project.model.Module |
getModule() |
String |
getSessionId() |
int |
hashCode() |
boolean |
isGlobal() |
protected BaseDataSourceEvent(DataSourceDef dataSourceDef, org.guvnor.common.services.project.model.Module module, String sessionId, String identity)
protected BaseDataSourceEvent(DataSourceDef dataSourceDef, String sessionId, String identity)
public DataSourceDef getDataSourceDef()
public org.guvnor.common.services.project.model.Module getModule()
public String getSessionId()
public String getIdentity()
public boolean isGlobal()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.