public abstract class AbstractContextInstance extends Object implements ContextInstance, Serializable
Constructor and Description |
---|
AbstractContextInstance() |
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
long |
getContextId() |
ContextInstanceContainer |
getContextInstanceContainer() |
ProcessInstance |
getProcessInstance() |
void |
setContextId(long contextId) |
void |
setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer) |
void |
setProcessInstance(ProcessInstance processInstance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContextType
public long getContextId()
getContextId
in interface ContextInstance
public void setContextId(long contextId)
public ContextInstanceContainer getContextInstanceContainer()
getContextInstanceContainer
in interface ContextInstance
public void setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer)
public Context getContext()
getContext
in interface ContextInstance
public ProcessInstance getProcessInstance()
getProcessInstance
in interface ContextInstance
public void setProcessInstance(ProcessInstance processInstance)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.