Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ValueConstructionType

Packages that use ValueConstructionType
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.common.valueconstruction   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ValueConstructionType in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery that return ValueConstructionType
 ValueConstructionType RefinedAttributeDefinition.getOutboundValueConstructionType()
           
 

Methods in com.evolveum.midpoint.common.refinery with parameters of type ValueConstructionType
 void RefinedAttributeDefinition.setOutboundValueConstructionType(ValueConstructionType outboundValueConstructionType)
           
 

Uses of ValueConstructionType in com.evolveum.midpoint.common.valueconstruction
 

Methods in com.evolveum.midpoint.common.valueconstruction with parameters of type ValueConstructionType
 ValueConstruction ValueConstructionFactory.createValueConstruction(ValueConstructionType valueConstructionType, PropertyDefinition outputDefinition, PropertyPath outputPropertyParentPath, java.lang.String shortDesc)
           
static java.util.List<java.lang.Object> ValueConstruction.getStaticValueList(ValueConstructionType valueConstruction)
           
 

Uses of ValueConstructionType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ValueConstructionType
static java.lang.String DebugUtil.prettyPrint(ValueConstructionType vc)
           
 

Uses of ValueConstructionType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Subclasses of ValueConstructionType in com.evolveum.midpoint.xml.ns._public.common.common_1
 class EntitlementConstructionType
          Java class for EntitlementConstructionType complex type.
 class ScriptArgumentType
          Script argument.
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ValueConstructionType
protected  ValueConstructionType ResourceAttributeDefinitionType.outbound
           
protected  ValueConstructionType ResourcePasswordDefinitionType.outbound
           
protected  ValueConstructionType ResourceActivationEnableDefinitionType.outbound
           
protected  ValueConstructionType ValueAssignmentType.source
           
protected  ValueConstructionType PropertyConstructionType.valueConstruction
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type ValueConstructionType
protected  java.util.List<ValueConstructionType> AccountConstructionType.attribute
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ValueConstructionType
 ValueConstructionType ObjectFactory.createValueConstructionType()
          Create an instance of ValueConstructionType
 ValueConstructionType ResourceAttributeDefinitionType.getOutbound()
          Gets the value of the outbound property.
 ValueConstructionType ResourcePasswordDefinitionType.getOutbound()
          Gets the value of the outbound property.
 ValueConstructionType ResourceActivationEnableDefinitionType.getOutbound()
          Gets the value of the outbound property.
 ValueConstructionType ValueAssignmentType.getSource()
          Gets the value of the source property.
 ValueConstructionType PropertyConstructionType.getValueConstruction()
          Gets the value of the valueConstruction property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ValueConstructionType
 javax.xml.bind.JAXBElement<ValueConstructionType> ObjectFactory.createValueConstruction(ValueConstructionType value)
          Create an instance of JAXBElement<ValueConstructionType>}
 java.util.List<ValueConstructionType> AccountConstructionType.getAttribute()
          Gets the value of the attribute property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ValueConstructionType
 javax.xml.bind.JAXBElement<ValueConstructionType> ObjectFactory.createValueConstruction(ValueConstructionType value)
          Create an instance of JAXBElement<ValueConstructionType>}
 void ResourceAttributeDefinitionType.setOutbound(ValueConstructionType value)
          Sets the value of the outbound property.
 void ResourcePasswordDefinitionType.setOutbound(ValueConstructionType value)
          Sets the value of the outbound property.
 void ResourceActivationEnableDefinitionType.setOutbound(ValueConstructionType value)
          Sets the value of the outbound property.
 void ValueAssignmentType.setSource(ValueConstructionType value)
          Sets the value of the source property.
 void PropertyConstructionType.setValueConstruction(ValueConstructionType value)
          Sets the value of the valueConstruction property.
 



Copyright © 2012 evolveum. All Rights Reserved.