Package | Description |
---|---|
com.evolveum.midpoint.common | |
com.evolveum.midpoint.xml.ns._public.common.common_3 |
Modifier and Type | Method and Description |
---|---|
static <X> com.evolveum.midpoint.prism.PrismProperty<X> |
StaticExpressionUtil.getPropertyStatic(ExpressionType expressionType,
com.evolveum.midpoint.prism.PrismPropertyDefinition outputDefinition,
String contextDescription,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <X> Collection<X> |
StaticExpressionUtil.getPropertyStaticRealValues(ExpressionType expressionType,
com.evolveum.midpoint.prism.PrismPropertyDefinition outputDefinition,
String contextDescription,
com.evolveum.midpoint.prism.PrismContext prismContext)
Always returns collection, even for single-valued results.
|
static Object |
StaticExpressionUtil.getStaticOutput(ExpressionType expressionType,
com.evolveum.midpoint.prism.PrismPropertyDefinition outputDefinition,
String contextDescription,
ExpressionReturnMultiplicityType preferredMultiplicity,
com.evolveum.midpoint.prism.PrismContext prismContext)
Returns either Object (if result is supposed to be single-value) or Collection
|
Modifier and Type | Class and Description |
---|---|
class |
ProvisioningScriptArgumentType
Script argument.
|
Modifier and Type | Field and Description |
---|---|
protected ExpressionType |
GeneralChangeProcessorScenarioType.activationCondition |
protected ExpressionType |
GeneralNotifierType.bodyExpression |
protected ExpressionType |
ObjectSynchronizationType.condition |
protected ExpressionType |
MappingType.condition |
protected ExpressionType |
ConditionalSearchFilterType.condition |
protected ExpressionType |
ObjectSynchronizationType.confirmation |
protected ExpressionType |
PopulateItemType.expression |
protected ExpressionType |
MappingType.expression |
protected ExpressionType |
IterationSpecificationType.postIterationCondition |
protected ExpressionType |
IterationSpecificationType.preIterationCondition |
protected ExpressionType |
GeneralNotifierType.subjectExpression |
protected ExpressionType |
IterationSpecificationType.tokenExpression |
protected ExpressionType |
SmsGatewayConfigurationType.url |
Modifier and Type | Field and Description |
---|---|
protected List<ExpressionType> |
EventHandlerType.expressionFilter |
protected List<ExpressionType> |
GeneralNotifierType.recipientExpression |
Modifier and Type | Method and Description |
---|---|
ExpressionType |
ExpressionType.clone()
Creates and returns a deep copy of this object.
|
ExpressionType |
ObjectFactory.createExpressionType()
Create an instance of
ExpressionType |
ExpressionType |
GeneralChangeProcessorScenarioType.getActivationCondition()
Gets the value of the activationCondition property.
|
ExpressionType |
ApprovalLevelType.getAutomaticallyApproved() |
ExpressionType |
AbstractRoleType.getAutomaticallyApproved() |
ExpressionType |
GeneralNotifierType.getBodyExpression()
Gets the value of the bodyExpression property.
|
ExpressionType |
ObjectSynchronizationType.getCondition()
Gets the value of the condition property.
|
ExpressionType |
MappingType.getCondition()
Gets the value of the condition property.
|
ExpressionType |
ConditionalSearchFilterType.getCondition()
Gets the value of the condition property.
|
ExpressionType |
ObjectSynchronizationType.getConfirmation()
Gets the value of the confirmation property.
|
ExpressionType |
PopulateItemType.getExpression()
Gets the value of the expression property.
|
ExpressionType |
MappingType.getExpression()
Gets the value of the expression property.
|
ExpressionType |
IterationSpecificationType.getPostIterationCondition()
Gets the value of the postIterationCondition property.
|
ExpressionType |
IterationSpecificationType.getPreIterationCondition()
Gets the value of the preIterationCondition property.
|
ExpressionType |
GeneralNotifierType.getSubjectExpression()
Gets the value of the subjectExpression property.
|
ExpressionType |
IterationSpecificationType.getTokenExpression()
Gets the value of the tokenExpression property.
|
ExpressionType |
SmsGatewayConfigurationType.getUrl()
Gets the value of the url property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExpressionType> |
ObjectFactory.createExpression(ExpressionType value)
|
List<ExpressionType> |
ApprovalLevelType.getApproverExpression() |
List<ExpressionType> |
AbstractRoleType.getApproverExpression() |
List<ExpressionType> |
EventHandlerType.getExpressionFilter()
Gets the value of the expressionFilter property.
|
List<ExpressionType> |
GeneralNotifierType.getRecipientExpression()
Gets the value of the recipientExpression property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExpressionType> |
ObjectFactory.createExpression(ExpressionType value)
|
void |
GeneralChangeProcessorScenarioType.setActivationCondition(ExpressionType value)
Sets the value of the activationCondition property.
|
void |
ApprovalLevelType.setAutomaticallyApproved(ExpressionType value) |
void |
AbstractRoleType.setAutomaticallyApproved(ExpressionType value) |
void |
GeneralNotifierType.setBodyExpression(ExpressionType value)
Sets the value of the bodyExpression property.
|
void |
ObjectSynchronizationType.setCondition(ExpressionType value)
Sets the value of the condition property.
|
void |
MappingType.setCondition(ExpressionType value)
Sets the value of the condition property.
|
void |
ConditionalSearchFilterType.setCondition(ExpressionType value)
Sets the value of the condition property.
|
void |
ObjectSynchronizationType.setConfirmation(ExpressionType value)
Sets the value of the confirmation property.
|
void |
PopulateItemType.setExpression(ExpressionType value)
Sets the value of the expression property.
|
void |
MappingType.setExpression(ExpressionType value)
Sets the value of the expression property.
|
void |
IterationSpecificationType.setPostIterationCondition(ExpressionType value)
Sets the value of the postIterationCondition property.
|
void |
IterationSpecificationType.setPreIterationCondition(ExpressionType value)
Sets the value of the preIterationCondition property.
|
void |
GeneralNotifierType.setSubjectExpression(ExpressionType value)
Sets the value of the subjectExpression property.
|
void |
IterationSpecificationType.setTokenExpression(ExpressionType value)
Sets the value of the tokenExpression property.
|
void |
SmsGatewayConfigurationType.setUrl(ExpressionType value)
Sets the value of the url property.
|
Constructor and Description |
---|
ExpressionType(ExpressionType o)
Creates a new
ExpressionType instance by deeply copying a given ExpressionType instance. |
Copyright © 2015 Evolveum. All rights reserved.