Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository |
Modifier and Type | Method and Description |
---|---|
ComponentsEnum |
BOAcomponent.getType() |
static ComponentsEnum |
ComponentsEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentsEnum[] |
ComponentsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
SessionData.getData(ComponentsEnum type)
Returns the data stored by the given BOA component.
|
java.io.Serializable |
NegotiationSession.getData(ComponentsEnum component)
Method used to load the data saved by a component.
|
void |
SessionData.setData(ComponentsEnum component,
java.io.Serializable data)
Method used to set the data to be saved by a BOA component.
|
void |
NegotiationSession.setData(ComponentsEnum component,
java.io.Serializable data)
Method used o store the data of a component.
|
Constructor and Description |
---|
BOAcomponent(java.lang.String classname,
ComponentsEnum type)
Variant of the main constructor in which it is assumed that the component
has no parameters.
|
BOAcomponent(java.lang.String classname,
ComponentsEnum type,
java.util.HashMap<java.lang.String,java.math.BigDecimal> values)
Creates a BOA component consisting of the classname of the components,
the type, and the parameters with which the component should be loaded.
|
Modifier and Type | Method and Description |
---|---|
ComponentsEnum |
BOArepItem.getType() |
Constructor and Description |
---|
BOArepItem(java.lang.String name,
java.lang.String classPath,
ComponentsEnum type) |