|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrismPropertyDefinition in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression with parameters of type PrismPropertyDefinition | ||
---|---|---|
|
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
|
Mapping.getPropertyStaticRealValues(ExpressionType valueConstruction,
PrismPropertyDefinition outputDefinition,
java.lang.String contextDescription,
PrismContext prismContext)
|
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 | |
---|---|
java.util.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(javax.xml.namespace.QName name)
|
PrismPropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
|
PrismPropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(java.lang.String localName,
java.lang.String localTypeName)
|
PrismPropertyDefinition |
PrismContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name)
|
PrismPropertyDefinition |
PrismContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
Creates new instance of property definition and adds it to the container. |
PrismPropertyDefinition |
PrismContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName,
int minOccurs,
int maxOccurs)
Creates new instance of property definition and adds it to the container. |
PrismPropertyDefinition |
ComplexTypeDefinition.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
|
PrismPropertyDefinition |
PrismContainerDefinition.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
Creates new instance of property definition and adds it to the container. |
PrismPropertyDefinition |
PrismContainerDefinition.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName)
Creates new instance of property definition and adds it to the container. |
PrismPropertyDefinition |
PrismContainerDefinition.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName,
int minOccurs,
int maxOccurs)
Creates new instance of property definition and adds it to the container. |
PrismPropertyDefinition |
PrismContainerDefinition.findPropertyDefinition(ItemPath path)
|
PrismPropertyDefinition |
ComplexTypeDefinition.findPropertyDefinition(javax.xml.namespace.QName name)
Finds a PropertyDefinition by looking at the property name. |
PrismPropertyDefinition |
PrismContainerDefinition.findPropertyDefinition(javax.xml.namespace.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 | |
---|---|
java.util.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)
|
|
|
PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition)
|
|
|
PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef)
|
|
|
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(javax.xml.namespace.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
|
PropertyDelta.createModificationAddProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
|
static
|
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
|
static
|
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
|
|
ObjectDelta.createPropertyModification(ItemPath path,
PrismPropertyDefinition propertyDefinition)
|
|
|
ObjectDelta.createPropertyModification(javax.xml.namespace.QName name,
PrismPropertyDefinition propertyDefinition)
|
Constructors in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyDefinition | |
---|---|
PropertyDelta(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition)
|
|
PropertyDelta(ItemPath parentPath,
javax.xml.namespace.QName name,
PrismPropertyDefinition propertyDefinition)
|
|
PropertyDelta(PrismPropertyDefinition propertyDefinition)
|
|
PropertyDelta(javax.xml.namespace.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 | ||
---|---|---|
|
PrismDomProcessor.parsePrismProperty(java.util.List<? extends java.lang.Object> valueElements,
javax.xml.namespace.QName propName,
PrismPropertyDefinition propertyDefinition)
|
|
|
PrismDomProcessor.parsePrismPropertyRealValue(java.lang.Object valueElement,
PrismPropertyDefinition propertyDefinition)
|
|
|
PrismDomProcessor.parsePropertyFromValueElement(org.w3c.dom.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(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
Creates a top-level property definition and adds it to the schema. |
PrismPropertyDefinition |
SchemaDefinitionFactory.createPropertyDefinition(javax.xml.namespace.QName elementName,
javax.xml.namespace.QName typeName,
ComplexTypeDefinition complexTypeDefinition,
PrismContext prismContext,
com.sun.xml.xsom.XSAnnotation annotation,
com.sun.xml.xsom.XSParticle elementParticle)
|
PrismPropertyDefinition |
PrismSchema.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
Creates a top-level property definition and adds it to the schema. |
PrismPropertyDefinition |
PrismSchema.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName)
Creates a top-level property definition and adds it to the schema. |
PrismPropertyDefinition |
SchemaRegistry.findPropertyDefinitionByElementName(javax.xml.namespace.QName elementName)
|
PrismPropertyDefinition |
PrismSchema.findPropertyDefinitionByElementName(javax.xml.namespace.QName elementName)
|
Methods in com.evolveum.midpoint.prism.schema with parameters of type PrismPropertyDefinition | |
---|---|
void |
SchemaDefinitionFactory.addExtraPropertyAnnotations(PrismPropertyDefinition definition,
org.w3c.dom.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(javax.xml.namespace.QName elementName,
javax.xml.namespace.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,
java.lang.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,
java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |