|
||||||||||
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.getPropertyStatic(ExpressionType expressionType,
PrismPropertyDefinition outputDefinition,
String contextDescription,
PrismContext prismContext)
|
|
static
|
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 |
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)
|
|
|
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(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(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 | ||
---|---|---|
|
PrismDomProcessor.parsePrismProperty(List<? extends Object> valueElements,
QName propName,
PrismPropertyDefinition propertyDefinition)
|
|
|
PrismDomProcessor.parsePrismPropertyRealValue(Object valueElement,
PrismPropertyDefinition propertyDefinition)
|
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |