| Package | Description |
|---|---|
| weblogic.wsee.policy.framework |
Provides classes for
weblogic.wsee.policy.framework. |
| Modifier and Type | Field | Description |
|---|---|---|
static OperatorType |
OperatorType.ALL |
Deprecated.
|
static OperatorType |
OperatorType.EXACTLY_ONE |
Deprecated.
|
static OperatorType |
OperatorType.ONE_OR_MORE |
Deprecated.
|
protected OperatorType |
PolicyExpression.operator |
Deprecated.
|
static OperatorType |
OperatorType.TERMINAL |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PolicyExpression |
PolicyExpression.createExpression(OperatorType op) |
Deprecated.
Factory method to create a new non-TERMINAL PolicyExpression.
|
| Constructor | Description |
|---|---|
PolicyExpression(OperatorType operator) |
Deprecated.
Construct a PolicyExpression that contains an ALL or ONE_OR_MORE expression
|
PolicyExpression(OperatorType operator,
PolicyAssertion assertion) |
Deprecated.
Construct a PolicyExpression that is a PolicyAssertion terminal
|