boolean |
IBinding.canValueBindEarly(IBindingKey p_binding) |
|
boolean |
IBindingProcessor.canValueBindEarly(IBindingKey p_binding) |
|
boolean |
IBinding.canValueBindLate(IBindingKey p_binding) |
|
boolean |
IBindingProcessor.canValueBindLate(IBindingKey p_binding) |
|
de.uplanet.lucy.server.binding.IBindingTypeProcessor |
IBindingProcessor.getBindingTypeProcessor(IBindingKey p_binding) |
|
IIxValue |
IBinding.getValue(IBindingKey p_binding) |
|
IIxValue |
IBindingProcessor.getValue(IBindingContext p_ctx,
IBindingKey p_binding) |
|
IIxValue |
IBindingProcessor.getValue(de.uplanet.lucy.server.binding.IBindingTypeContext p_ctx,
IBindingKey p_binding) |
|
boolean |
IBinding.hasValue(IBindingKey p_binding) |
Checks if an value can resolved by the given binding and the value is not empty.
|
boolean |
IBindingProcessor.hasValue(IBindingContext p_ctx,
IBindingKey p_binding) |
Checks if an value can resolved by the given binding.
|
boolean |
IBindingProcessor.hasValue(de.uplanet.lucy.server.binding.IBindingTypeContext p_ctx,
IBindingKey p_binding) |
Checks if an value can resolved by the given binding.
|
boolean |
IBinding.isValueAvailable(IBindingKey p_binding) |
/**
Checks if an value can resolved by the given binding.
|
boolean |
IBindingProcessor.isValueAvailable(IBindingContext p_ctx,
IBindingKey p_binding) |
Checks if an value can resolved by the given binding.
|
boolean |
IBindingProcessor.isValueAvailable(de.uplanet.lucy.server.binding.IBindingTypeContext p_ctx,
IBindingKey p_binding) |
Checks if an value can resolved by the given binding.
|
Optional<IIxValue> |
IBinding.removeValue(IBindingKey p_binding) |
Removes a value for the given binding.
|
Optional<IIxValue> |
IBindingProcessor.removeValue(IBindingContext p_ctx,
IBindingKey p_binding) |
Removes a value for the given binding.
|
Optional<IIxValue> |
IBinding.setValue(IBindingKey p_binding,
IIxValue p_value) |
Adds or changed a value for the given binding.
|
Optional<IIxValue> |
IBindingProcessor.setValue(IBindingContext p_ctx,
IBindingKey p_binding,
IIxValue p_value) |
Adds or changed a value for the given binding.
|