Package | Description |
---|---|
org.wso2.balana.cond |
Support for Conditions is in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
MapFunctionProxy
A basic proxy class that supports map, the only standard abstract function.
|
Modifier and Type | Method and Description |
---|---|
static void |
FunctionFactory.addAbstractConditionFunction(FunctionProxy proxy,
URI identity)
Deprecated.
As of version 1.2, replaced by
FunctionFactory.addAbstractFunction(FunctionProxy,URI) .
The new factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
void |
StandardFunctionFactory.addAbstractFunction(FunctionProxy proxy,
URI identity)
Always throws an exception, since support for new functions may not be added to a standard
factory.
|
void |
BaseFunctionFactory.addAbstractFunction(FunctionProxy proxy,
URI identity)
Adds the abstract function proxy to the factory.
|
abstract void |
FunctionFactory.addAbstractFunction(FunctionProxy proxy,
URI identity)
Adds the abstract function proxy to the factory.
|
static void |
FunctionFactory.addAbstractGeneralFunction(FunctionProxy proxy,
URI identity)
Deprecated.
As of version 1.2, replaced by
FunctionFactory.addAbstractFunction(FunctionProxy,URI) .
The new factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
static void |
FunctionFactory.addAbstractTargetFunction(FunctionProxy proxy,
URI identity)
Deprecated.
As of version 1.2, replaced by
FunctionFactory.addAbstractFunction(FunctionProxy,URI) .
The new factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
Copyright © 2019 WSO2. All rights reserved.