public class ProcessVariables extends Object
BusinessProcess
-bean.Constructor and Description |
---|
ProcessVariables() |
Modifier and Type | Method and Description |
---|---|
protected Object |
getProcessVariable(javax.enterprise.inject.spi.InjectionPoint ip) |
protected Object |
getProcessVariableLocal(javax.enterprise.inject.spi.InjectionPoint ip) |
protected TypedValue |
getProcessVariableLocalTyped(javax.enterprise.inject.spi.InjectionPoint ip) |
protected TypedValue |
getProcessVariableTyped(javax.enterprise.inject.spi.InjectionPoint ip) |
protected String |
getVariableLocalName(javax.enterprise.inject.spi.InjectionPoint ip) |
protected String |
getVariableLocalTypedName(javax.enterprise.inject.spi.InjectionPoint ip) |
protected String |
getVariableName(javax.enterprise.inject.spi.InjectionPoint ip) |
protected String |
getVariableTypedName(javax.enterprise.inject.spi.InjectionPoint ip) |
protected VariableMap |
processVariableMap() |
protected VariableMap |
processVariableMapLocal() |
protected Map<String,Object> |
processVariables() |
protected Map<String,Object> |
processVariablesLocal() |
protected String getVariableName(javax.enterprise.inject.spi.InjectionPoint ip)
protected String getVariableTypedName(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @ProcessVariable protected Object getProcessVariable(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @ProcessVariableTyped protected TypedValue getProcessVariableTyped(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @Named protected VariableMap processVariableMap()
protected String getVariableLocalName(javax.enterprise.inject.spi.InjectionPoint ip)
protected String getVariableLocalTypedName(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @ProcessVariableLocal protected Object getProcessVariableLocal(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @ProcessVariableLocalTyped protected TypedValue getProcessVariableLocalTyped(javax.enterprise.inject.spi.InjectionPoint ip)
@Produces @Named protected VariableMap processVariableMapLocal()
Copyright © 2022. All rights reserved.