org.jbpm.process.core
public interface ContextContainer
Modifier and Type | Method and Description |
---|---|
void |
addContext(Context context) |
Context |
getContext(String contextType,
long id) |
List<Context> |
getContexts(String contextType) |
Context |
getDefaultContext(String contextType) |
void |
setDefaultContext(Context context) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.