Modifier and Type | Method and Description |
---|---|
<V extends PrismValue> |
ExpressionFactory.makeExpression(ExpressionType expressionType,
ItemDefinition outputDefinition,
String shortDesc,
OperationResult result) |
Constructor and Description |
---|
Expression(ExpressionType expressionType,
ItemDefinition outputDefinition,
ObjectResolver objectResolver,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static <X> PrismProperty<X> |
Mapping.getPropertyStatic(ExpressionType expressionType,
PrismPropertyDefinition outputDefinition,
String contextDescription,
PrismContext prismContext) |
static <X> Collection<X> |
Mapping.getPropertyStaticRealValues(ExpressionType expressionType,
PrismPropertyDefinition outputDefinition,
String contextDescription,
PrismContext prismContext)
Always returns collection, even for single-valued results.
|
static Object |
Mapping.getStaticOutput(ExpressionType expressionType,
PrismPropertyDefinition outputDefinition,
String contextDescription,
ExpressionReturnMultiplicityType preferredMultiplicity,
PrismContext prismContext)
Returns either Object (if result is supposed to be single-value) or Collection
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionHandler.evaluateConfirmationExpression(UserType user,
ShadowType shadow,
ExpressionType expressionType,
OperationResult result) |
String |
ExpressionHandler.evaluateExpression(ShadowType shadow,
ExpressionType expressionType,
String shortDesc,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
CorrelationConfirmationEvaluator.evaluateConfirmationExpression(UserType user,
ShadowType shadow,
ResourceType resource,
ExpressionType expressionType,
OperationResult result) |
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUserByConfirmationRule(List<PrismObject<UserType>> users,
ShadowType currentShadow,
ResourceType resource,
ExpressionType expression,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseHandler.evaluateBooleanExpression(ExpressionType expressionType,
Map<QName,Object> expressionVariables,
String shortDesc,
OperationResult result) |
protected boolean |
BaseHandler.evaluateBooleanExpressionChecked(ExpressionType expressionType,
Map<QName,Object> expressionVariables,
String shortDesc,
OperationResult result) |
protected List<String> |
BaseHandler.evaluateExpressionChecked(ExpressionType expressionType,
Map<QName,Object> expressionVariables,
String shortDesc,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ExpressionType |
ApprovalLevelImpl.getAutomaticallyApproved() |
ExpressionType |
ApprovalLevel.getAutomaticallyApproved() |
Modifier and Type | Method and Description |
---|---|
List<ExpressionType> |
ApprovalLevelImpl.getApproverExpressions() |
List<ExpressionType> |
ApprovalLevel.getApproverExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ApprovalLevelImpl.addApproverExpression(ExpressionType expressionType) |
void |
ApprovalLevelImpl.setAutomaticallyApproved(ExpressionType automaticallyApproved) |
Constructor and Description |
---|
ApprovalLevelImpl(List<ObjectReferenceType> approverRefList,
List<ExpressionType> approverExpressionList,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalRequestImpl(I itemToApprove,
ApprovalSchemaType approvalSchema,
List<ObjectReferenceType> approverRef,
List<ExpressionType> approverExpression,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalSchemaImpl(ApprovalSchemaType approvalSchema,
List<ObjectReferenceType> approverRefList,
List<ExpressionType> approverExpressionList,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
Constructor and Description |
---|
ApprovalLevelImpl(List<ObjectReferenceType> approverRefList,
List<ExpressionType> approverExpressionList,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalRequestImpl(I itemToApprove,
ApprovalSchemaType approvalSchema,
List<ObjectReferenceType> approverRef,
List<ExpressionType> approverExpression,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalSchemaImpl(ApprovalSchemaType approvalSchema,
List<ObjectReferenceType> approverRefList,
List<ExpressionType> approverExpressionList,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
Modifier and Type | Class and Description |
---|---|
class |
ProvisioningScriptArgumentType
Script argument.
|
Modifier and Type | Field and Description |
---|---|
protected ExpressionType |
GeneralNotifierType.bodyExpression |
protected ExpressionType |
MappingType.condition |
protected ExpressionType |
ObjectSynchronizationType.confirmation |
protected ExpressionType |
MappingType.expression |
protected ExpressionType |
EventExpressionFilterType.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> |
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 |
ApprovalLevelType.getAutomaticallyApproved() |
ExpressionType |
AbstractRoleType.getAutomaticallyApproved() |
ExpressionType |
GeneralNotifierType.getBodyExpression()
Gets the value of the bodyExpression property.
|
ExpressionType |
MappingType.getCondition()
Gets the value of the condition property.
|
ExpressionType |
ConstructionType.getCondition() |
ExpressionType |
ObjectSynchronizationType.getConfirmation()
Gets the value of the confirmation property.
|
ExpressionType |
MappingType.getExpression()
Gets the value of the expression property.
|
ExpressionType |
EventExpressionFilterType.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)
|
JAXBElement<ExpressionType> |
ObjectFactory.createValueExpression(ExpressionType value)
|
List<ExpressionType> |
ApprovalLevelType.getApproverExpression() |
List<ExpressionType> |
AbstractRoleType.getApproverExpression() |
List<ExpressionType> |
GeneralNotifierType.getRecipientExpression()
Gets the value of the recipientExpression property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExpressionType> |
ObjectFactory.createExpression(ExpressionType value)
|
JAXBElement<ExpressionType> |
ObjectFactory.createValueExpression(ExpressionType value)
|
void |
ApprovalLevelType.setAutomaticallyApproved(ExpressionType value) |
void |
AbstractRoleType.setAutomaticallyApproved(ExpressionType value) |
void |
GeneralNotifierType.setBodyExpression(ExpressionType value)
Sets the value of the bodyExpression property.
|
void |
MappingType.setCondition(ExpressionType value)
Sets the value of the condition property.
|
void |
ConstructionType.setCondition(ExpressionType value) |
void |
ObjectSynchronizationType.setConfirmation(ExpressionType value)
Sets the value of the confirmation property.
|
void |
MappingType.setExpression(ExpressionType value)
Sets the value of the expression property.
|
void |
EventExpressionFilterType.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 © 2013 evolveum. All rights reserved.