Package | Description |
---|---|
com.suncode.pwfl.component.exception | |
com.suncode.pwfl.core.function |
Constructor and Description |
---|
ConditionException(Function function,
String message) |
ConditionException(Function function,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionCall.getFunction()
Returns underlying function.
|
Function |
FunctionOverride.getFunction()
Returns function instance that holds this override.
|
Function |
FunctionRegistry.getFunction(String name)
Returns registered function with given name.
|
Modifier and Type | Method and Description |
---|---|
List<Function> |
FunctionRegistry.getFunctions()
Returns all registered functions.
|
com.google.common.collect.Multimap<Class<?>,Function> |
FunctionRegistry.registerFunctions(ComponentDiscovery strategy,
InstanceFactory instanceFactory)
Registers all functions discovered using given strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionRegistry.registerFunction(Function function)
Registers given function.
|
void |
FunctionRegistry.unregisterFunction(Function function)
Removes given function from registry.
|
Constructor and Description |
---|
FunctionAlreadyRegisteredException(Function function) |
FunctionCall(Function fn,
List<Type<?>> parameterTypes,
Object... args) |
FunctionCall(Function fn,
Object... args) |
FunctionCallException(Function function,
String message) |
FunctionCallException(Function function,
String message,
Throwable cause) |
InvalidFunctionException(Function function,
String message) |
Copyright © 2019 Suncode. All rights reserved.