|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyContainerDefinition | |
|---|---|
| com.evolveum.midpoint.schema.processor | |
| Uses of PropertyContainerDefinition in com.evolveum.midpoint.schema.processor |
|---|
| Subclasses of PropertyContainerDefinition in com.evolveum.midpoint.schema.processor | |
|---|---|
class |
ObjectDefinition
MidPoint Object Definition. |
class |
ResourceObjectDefinition
Resource Object Definition (Object Class). |
| Methods in com.evolveum.midpoint.schema.processor that return PropertyContainerDefinition | |
|---|---|
PropertyContainerDefinition |
Schema.createPropertyContainerDefinition(java.lang.String localTypeName)
Creates a new property container definition and adds it to the schema. |
PropertyContainerDefinition |
Schema.findContainerDefinitionByType(javax.xml.namespace.QName typeName)
Finds a PropertyContainerDefinition by the type name. |
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 | |
|---|---|
void |
PropertyContainer.setDefinition(PropertyContainerDefinition definition)
Sets applicable property container definition. |
| Constructors in com.evolveum.midpoint.schema.processor with parameters of type PropertyContainerDefinition | |
|---|---|
MidPointObject(javax.xml.namespace.QName name,
PropertyContainerDefinition definition)
|
|
PropertyContainer(javax.xml.namespace.QName name,
PropertyContainerDefinition definition)
|
|
PropertyContainer(javax.xml.namespace.QName name,
PropertyContainerDefinition definition,
java.lang.Object element)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||