|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyContainerDefinition | |
---|---|
com.evolveum.midpoint.common.refinery | |
com.evolveum.midpoint.schema.delta | |
com.evolveum.midpoint.schema.processor |
Uses of PropertyContainerDefinition in com.evolveum.midpoint.common.refinery |
---|
Subclasses of PropertyContainerDefinition in com.evolveum.midpoint.common.refinery | |
---|---|
class |
RefinedAccountDefinition
|
Uses of PropertyContainerDefinition in com.evolveum.midpoint.schema.delta |
---|
Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyContainerDefinition | |
---|---|
static PropertyDelta |
PropertyDelta.createDelta(PropertyModificationType propMod,
PropertyContainerDefinition pcDef)
|
Uses of PropertyContainerDefinition in com.evolveum.midpoint.schema.processor |
---|
Subclasses of PropertyContainerDefinition in com.evolveum.midpoint.schema.processor | |
---|---|
class |
ObjectDefinition<T extends ObjectType>
MidPoint Object Definition. |
class |
ResourceObjectDefinition
Resource Object Definition (Object Class). |
Methods in com.evolveum.midpoint.schema.processor that return PropertyContainerDefinition | |
---|---|
PropertyContainerDefinition |
PropertyContainerDefinition.clone()
Shallow clone |
PropertyContainerDefinition |
Schema.createPropertyContainerDefinition(java.lang.String localTypeName)
Creates a new property container definition and adds it to the schema. |
PropertyContainerDefinition |
Schema.findContainerDefinition(java.lang.Class<? extends ObjectType> type,
PropertyPath path)
|
PropertyContainerDefinition |
Schema.findContainerDefinitionByType(javax.xml.namespace.QName typeName)
Finds a PropertyContainerDefinition by the type name. |
PropertyContainerDefinition |
PropertyContainerDefinition.findPropertyContainerDefinition(PropertyPath path)
Finds an inner PropertyContainerDefinition by following the property container path. |
PropertyContainerDefinition |
PropertyContainerDefinition.findPropertyContainerDefinition(javax.xml.namespace.QName name)
Finds an inner PropertyContainerDefinition by looking at the property container name. |
PropertyContainerDefinition |
PropertyContainer.getDefinition()
Returns applicable property container definition. |
Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyContainerDefinition | |
---|---|
protected void |
PropertyContainerDefinition.copyDefinitionData(PropertyContainerDefinition clone)
|
void |
PropertyContainer.setDefinition(PropertyContainerDefinition definition)
Sets applicable property container definition. |
Constructors in com.evolveum.midpoint.schema.processor with parameters of type PropertyContainerDefinition | |
---|---|
PropertyContainer(javax.xml.namespace.QName name,
PropertyContainerDefinition definition,
java.lang.Object element,
PropertyPath parentPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |