Uses of Class
com.evolveum.midpoint.prism.PrismPropertyDefinition

Packages that use PrismPropertyDefinition
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.dom   
com.evolveum.midpoint.prism.schema   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.web.component.assignment   
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression with parameters of type PrismPropertyDefinition
<X> ItemDeltaItem<PrismPropertyValue<X>>
ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition outputDefinition, ItemPath outputPath)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type PrismPropertyDefinition
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 (if result is supposed to be multi-value)
 

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

Subclasses of PrismPropertyDefinition in com.evolveum.midpoint.common.refinery
 class RefinedAttributeDefinition
           
 

Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type PrismPropertyDefinition
 Set<PrismPropertyDefinition> RefinedAccountDefinition.getPropertyDefinitions()
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return PrismPropertyDefinition
 PrismPropertyDefinition PrismPropertyDefinition.clone()
           
 PrismPropertyDefinition ComplexTypeDefinition.createPropertyDefinifion(QName name)
           
 PrismPropertyDefinition ComplexTypeDefinition.createPropertyDefinifion(QName name, QName typeName)
           
 PrismPropertyDefinition ComplexTypeDefinition.createPropertyDefinifion(String localName, String localTypeName)
           
 PrismPropertyDefinition PrismContainerDefinition.createPropertyDefinition(QName name)
           
 PrismPropertyDefinition PrismContainerDefinition.createPropertyDefinition(QName name, QName typeName)
          Creates new instance of property definition and adds it to the container.
 PrismPropertyDefinition PrismContainerDefinition.createPropertyDefinition(QName name, QName typeName, int minOccurs, int maxOccurs)
          Creates new instance of property definition and adds it to the container.
 PrismPropertyDefinition PrismContainerDefinition.createPropertyDefinition(String localName, QName typeName)
          Creates new instance of property definition and adds it to the container.
 PrismPropertyDefinition ComplexTypeDefinition.createPropertyDefinition(String localName, QName typeName)
           
 PrismPropertyDefinition PrismContainerDefinition.createPropertyDefinition(String localName, String localTypeName)
          Creates new instance of property definition and adds it to the container.
 PrismPropertyDefinition PrismContainerDefinition.createPropertyDefinition(String localName, String localTypeName, int minOccurs, int maxOccurs)
          Creates new instance of property definition and adds it to the container.
 PrismPropertyDefinition PrismContainerDefinition.findPropertyDefinition(ItemPath path)
           
 PrismPropertyDefinition PrismContainerDefinition.findPropertyDefinition(QName name)
          Finds a PropertyDefinition by looking at the property name.
 PrismPropertyDefinition ComplexTypeDefinition.findPropertyDefinition(QName name)
          Finds a PropertyDefinition by looking at the property name.
 PrismPropertyDefinition PrismProperty.getDefinition()
          Returns applicable property definition.
 

Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyDefinition
 Set<PrismPropertyDefinition> PrismContainerDefinition.getPropertyDefinitions()
          Returns set of property definitions.
 

Methods in com.evolveum.midpoint.prism with parameters of type PrismPropertyDefinition
protected  void PrismPropertyDefinition.copyDefinitionData(PrismPropertyDefinition clone)
           
<X> PrismProperty<X>
PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition)
           
<X> PrismProperty<X>
PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef)
           
<X> PrismProperty<X>
PrismContainerValue.findProperty(PrismPropertyDefinition propertyDefinition)
          Finds a specific property in the container by definition.
 void PrismProperty.setDefinition(PrismPropertyDefinition definition)
          Sets applicable property definition.
 

Constructors in com.evolveum.midpoint.prism with parameters of type PrismPropertyDefinition
PrismProperty(QName name, PrismPropertyDefinition definition, PrismContext prismContext)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.delta
 

Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyDefinition
static
<T> PropertyDelta<T>
PropertyDelta.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
<C> PropertyDelta<C>
ObjectDelta.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition)
           
<X> PropertyDelta<X>
ObjectDelta.createPropertyModification(QName name, PrismPropertyDefinition propertyDefinition)
           
 

Constructors in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyDefinition
PropertyDelta(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition)
           
PropertyDelta(ItemPath parentPath, QName name, PrismPropertyDefinition propertyDefinition)
           
PropertyDelta(PrismPropertyDefinition propertyDefinition)
           
PropertyDelta(QName name, PrismPropertyDefinition propertyDefinition)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.dom
 

Methods in com.evolveum.midpoint.prism.dom with parameters of type PrismPropertyDefinition
<T> PrismProperty<T>
PrismDomProcessor.parsePrismProperty(List<? extends Object> valueElements, QName propName, PrismPropertyDefinition propertyDefinition)
           
<T> T
PrismDomProcessor.parsePrismPropertyRealValue(Object valueElement, PrismPropertyDefinition propertyDefinition)
           
<T> PrismProperty<T>
PrismDomProcessor.parsePropertyFromValueElement(Element valueElement, PrismPropertyDefinition propertyDefinition)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.schema
 

Methods in com.evolveum.midpoint.prism.schema that return PrismPropertyDefinition
 PrismPropertyDefinition PrismSchema.createPropertyDefinition(QName name, QName typeName)
          Creates a top-level property definition and adds it to the schema.
 PrismPropertyDefinition SchemaDefinitionFactory.createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
 PrismPropertyDefinition PrismSchema.createPropertyDefinition(String localName, QName typeName)
          Creates a top-level property definition and adds it to the schema.
 PrismPropertyDefinition PrismSchema.createPropertyDefinition(String localName, String localTypeName)
          Creates a top-level property definition and adds it to the schema.
 PrismPropertyDefinition SchemaRegistry.findPropertyDefinitionByElementName(QName elementName)
           
 PrismPropertyDefinition PrismSchema.findPropertyDefinitionByElementName(QName elementName)
           
 

Methods in com.evolveum.midpoint.prism.schema with parameters of type PrismPropertyDefinition
 void SchemaDefinitionFactory.addExtraPropertyAnnotations(PrismPropertyDefinition definition, Element appinfo, SchemaToDomProcessor schemaToDomProcessor)
          Add extra annotations to a property DOM model.
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.schema.processor
 

Subclasses of PrismPropertyDefinition in com.evolveum.midpoint.schema.processor
 class ResourceAttributeDefinition
          Resource Object Attribute Definition.
 

Methods in com.evolveum.midpoint.schema.processor that return PrismPropertyDefinition
 PrismPropertyDefinition MidPointSchemaDefinitionFactory.createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api with parameters of type PrismPropertyDefinition
 ItemDelta<?> Task.createExtensionDelta(PrismPropertyDefinition definition, Object realValue)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type PrismPropertyDefinition
 ItemDelta<?> TaskQuartzImpl.createExtensionDelta(PrismPropertyDefinition definition, Object realValue)
           
 

Uses of PrismPropertyDefinition in com.evolveum.midpoint.web.component.assignment
 

Methods in com.evolveum.midpoint.web.component.assignment that return PrismPropertyDefinition
 PrismPropertyDefinition ACAttributeDto.getDefinition()
           
 

Methods in com.evolveum.midpoint.web.component.assignment with parameters of type PrismPropertyDefinition
static ACAttributeDto ACAttributeDto.createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)
           
 



Copyright © 2013 evolveum. All Rights Reserved.