public static class ERXProperties.EncryptedOperator extends Object implements ERXProperties.Operator
static {
ERXProperties.setOperatorForKey(new ERXProperties.EncryptedOperator(), ERXProperties.EncryptedOperator.Key);
}
Call er.extensions.ERXProperties.EncryptedOperator.register() in an Application static
block to register this operator.
static {
ERXProperties.setOperatorForKey(new ERXProperties.EncryptedOperator(), ERXProperties.EncryptedOperator.Key);
}
er.extensions.ERXProperties.EncryptedOperator.register() をスタティック・ブロック内で呼ぶことで登録できます。
Constructor and Description |
---|
EncryptedOperator() |
Modifier and Type | Method and Description |
---|---|
NSDictionary<String,String> |
compute(String key,
String value,
String parameters)
Performs some computation on the key, value, and parameters and
returns a dictionary of new properties.
|
static void |
register() |
public static final String Key
public static void register()
public NSDictionary<String,String> compute(String key, String value, String parameters)
ERXProperties.Operator
compute
in interface ERXProperties.Operator
key
- value
- parameters
- Copyright © 2002 – 2024 Project Wonder.