public abstract class AbstractRestApiEventProcessor
extends org.alfresco.bm.driver.event.AbstractEventProcessor
implements org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected String |
baseUrl |
protected org.springframework.context.ApplicationContext |
context |
Constructor and Description |
---|
AbstractRestApiEventProcessor() |
Modifier and Type | Method and Description |
---|---|
org.alfresco.utility.data.DataContent |
getDataContent()
Never, ever, cache this object in your code.
|
org.alfresco.utility.data.DataSite |
getDataSite()
Never, ever, cache this object in your code.
|
org.alfresco.utility.data.DataUser |
getDataUser()
Never, ever, cache this object in your code.
|
org.alfresco.rest.core.RestWrapper |
getRestWrapper()
Never, ever, cache this object in your code.
|
org.alfresco.utility.TasProperties |
initializeTasProperties() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBaseUrl(String baseUrl) |
getName, getWarnDelay, isAutoCloseSessionId, isAutoPropagateSessionId, isChart, processEvent, processEvent, register, resumeTimer, setAutoCloseSessionId, setAutoPropagateSessionId, setBeanName, setChart, setEventName, setEventNames, setRegistry, setWarnDelay, stopTimer, suspendTimer, toString
protected org.springframework.context.ApplicationContext context
protected String baseUrl
public org.alfresco.rest.core.RestWrapper getRestWrapper()
public org.alfresco.utility.TasProperties initializeTasProperties()
public org.alfresco.utility.data.DataUser getDataUser()
public org.alfresco.utility.data.DataContent getDataContent()
public org.alfresco.utility.data.DataSite getDataSite()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setBaseUrl(String baseUrl)
Copyright © 2005–2019 Alfresco Software. All rights reserved.