public class BPMEngine extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
BPMEngine() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
createGlobalId(String localId)
Construct a global Id for use outside of the engine
|
String |
createLocalId(String globalId)
Construct a local Id from a global Id
|
protected String |
getEngineId() |
void |
setBPMEngineRegistry(BPMEngineRegistry registry)
Sets the BPM Engine Registry
|
void |
setEngineId(String engineId)
Sets the BPM Engine Id
|
public void setBPMEngineRegistry(BPMEngineRegistry registry)
registry
- the registrypublic void setEngineId(String engineId)
engineId
- the idprotected String getEngineId()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public String createGlobalId(String localId)
localId
- the local engine idCopyright © 2005–2017 Alfresco Software. All rights reserved.