public class DynamicEntityExpression extends EntityExpression
parameter reference in an org policy - i.e. a
placeholder referencing some parameter (e.g. an input parameter with its
value supplied from the data flow) providing an entity expression that will
be filled in e.g. at runtime before the policy is resolved.| Constructor and Description |
|---|
DynamicEntityExpression(ParameterRef parameterRef)
Constructs a new
DynamicEntityExpression for the given parameter
reference. |
| Modifier and Type | Method and Description |
|---|---|
void |
format(java.lang.StringBuilder s)
Formats this object-based representation of an entity expression to a
(policy) string.
|
ParameterRef |
getParameterRef()
Returns the parameter reference representing this dynamic entity
expression.
|
formatpublic DynamicEntityExpression(ParameterRef parameterRef)
DynamicEntityExpression for the given parameter
reference.parameterRef - the parameter referencepublic ParameterRef getParameterRef()
public void format(java.lang.StringBuilder s)
EntityExpressionStringBuilder.format in class EntityExpressions - the StringBuilder to which the result is appended