|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDefinition | |
---|---|
com.evolveum.midpoint.common.refinery | |
com.evolveum.midpoint.common.valueconstruction | |
com.evolveum.midpoint.schema.delta | |
com.evolveum.midpoint.schema.processor |
Uses of PropertyDefinition in com.evolveum.midpoint.common.refinery |
---|
Subclasses of PropertyDefinition in com.evolveum.midpoint.common.refinery | |
---|---|
class |
RefinedAttributeDefinition
|
Uses of PropertyDefinition in com.evolveum.midpoint.common.valueconstruction |
---|
Methods in com.evolveum.midpoint.common.valueconstruction with parameters of type PropertyDefinition | |
---|---|
Property |
ExpressionValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement,
PropertyDefinition outputDefinition,
PropertyPath propertyParentPath,
Property input,
java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables,
java.lang.String contextDescription,
OperationResult result)
|
Property |
ValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement,
PropertyDefinition outputDefinition,
PropertyPath propertyParentPath,
Property input,
java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables,
java.lang.String contextDescription,
OperationResult result)
|
Property |
GenerateValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement,
PropertyDefinition outputDefinition,
PropertyPath propertyParentPath,
Property input,
java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables,
java.lang.String contextDescription,
OperationResult result)
|
Property |
LiteralValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement,
PropertyDefinition outputDefinition,
PropertyPath propertyParentPath,
Property input,
java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables,
java.lang.String contextDescription,
OperationResult result)
|
Property |
AsIsValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement,
PropertyDefinition outputDefinition,
PropertyPath propertyParentPath,
Property input,
java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables,
java.lang.String contextDescription,
OperationResult result)
|
ValueConstruction |
ValueConstructionFactory.createValueConstruction(ValueConstructionType valueConstructionType,
PropertyDefinition outputDefinition,
PropertyPath outputPropertyParentPath,
java.lang.String shortDesc)
|
void |
ValueConstruction.setOutputDefinitionX(PropertyDefinition outputDefinition)
|
Uses of PropertyDefinition in com.evolveum.midpoint.schema.delta |
---|
Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyDefinition | |
---|---|
Property |
PropertyDelta.getPropertyNew(PropertyDefinition propertyDefinition,
PropertyPath parentPath)
Returns the "new" state of the property - the state that would be after the delta is applied. |
Uses of PropertyDefinition in com.evolveum.midpoint.schema.processor |
---|
Subclasses of PropertyDefinition in com.evolveum.midpoint.schema.processor | |
---|---|
class |
ObjectReferenceDefinition
Object Reference Schema Definition. |
class |
ResourceObjectAttributeDefinition
Resource Object Attribute Definition. |
Methods in com.evolveum.midpoint.schema.processor that return PropertyDefinition | |
---|---|
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(javax.xml.namespace.QName name)
|
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
|
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(java.lang.String localName,
java.lang.String localTypeName)
|
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name)
|
PropertyDefinition |
Schema.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
Creates a top-level property definition and adds it to the schema. |
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
PropertyContainerDefinition.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. |
PropertyDefinition |
Schema.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
Creates a top-level property definition and adds it to the schema. |
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
|
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
Schema.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName)
Creates a top-level property definition and adds it to the schema. |
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
PropertyContainerDefinition.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. |
PropertyDefinition |
PropertyContainerDefinition.findPropertyDefinition(PropertyPath propertyPath)
|
PropertyDefinition |
PropertyContainerDefinition.findPropertyDefinition(javax.xml.namespace.QName name)
Finds a PropertyDefinition by looking at the property name. |
PropertyDefinition |
Property.getDefinition()
Returns applicable property definition. |
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type PropertyDefinition | |
---|---|
java.util.Set<PropertyDefinition> |
PropertyContainerDefinition.getPropertyDefinitions()
Returns set of property definitions. |
Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyDefinition | |
---|---|
Property |
PropertyContainer.findProperty(PropertyDefinition propertyDefinition)
Finds a specific property in the container by definition. |
void |
Property.serializeToDom(org.w3c.dom.Node parentNode,
PropertyDefinition propDef,
java.util.Set<PropertyValue<java.lang.Object>> alternateValues,
boolean recordType)
|
void |
Property.setDefinition(PropertyDefinition definition)
Sets applicable property definition. |
void |
Item.setDefinition(PropertyDefinition definition)
Sets applicable property definition. |
Constructors in com.evolveum.midpoint.schema.processor with parameters of type PropertyDefinition | |
---|---|
ObjectReference(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.lang.Object element,
PropertyPath parentPath)
|
|
Property(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.lang.Object element,
PropertyPath parentPath)
|
|
ResourceObjectAttribute(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.lang.Object element,
PropertyPath parentPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |