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, waitgetContextTypepublic long getContextId()
getContextId in interface ContextInstancepublic void setContextId(long contextId)
public ContextInstanceContainer getContextInstanceContainer()
getContextInstanceContainer in interface ContextInstancepublic void setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer)
public Context getContext()
getContext in interface ContextInstancepublic ProcessInstance getProcessInstance()
getProcessInstance in interface ContextInstancepublic void setProcessInstance(ProcessInstance processInstance)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.