|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyContainer in com.evolveum.midpoint.model.importer |
---|
Methods in com.evolveum.midpoint.model.importer that return PropertyContainer | |
---|---|
protected PropertyContainer |
ObjectImporter.validateWithDynamicSchemas(ObjectType object,
org.w3c.dom.Element objectElement,
RepositoryService repository,
OperationResult objectResult)
|
Uses of PropertyContainer in com.evolveum.midpoint.schema.delta |
---|
Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyContainer | |
---|---|
void |
PropertyDelta.applyTo(PropertyContainer propertyContainer)
Apply this delta (path) to a property container. |
Uses of PropertyContainer in com.evolveum.midpoint.schema.processor |
---|
Subclasses of PropertyContainer in com.evolveum.midpoint.schema.processor | |
---|---|
class |
MidPointObject<T extends ObjectType>
Common supertype for all identity objects. |
class |
ResourceObject
Resource Object. |
Methods in com.evolveum.midpoint.schema.processor with type parameters of type PropertyContainer | ||
---|---|---|
protected
|
PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name,
java.util.List<java.lang.Object> contentElements,
java.lang.Class<T> type,
PropertyPath parentPath)
|
|
protected
|
PropertyContainerDefinition.parseItem(java.lang.Object element,
java.lang.Class<T> type,
PropertyPath parentPath)
Creates new property container from DOM or JAXB representation (multiple elements). |
|
protected
|
PropertyContainerDefinition.parseItemFromJaxbElement(javax.xml.bind.JAXBElement jaxbElement,
java.lang.Class<T> type,
PropertyPath parentPath)
|
|
protected
|
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject,
java.lang.Class<T> type,
PropertyPath parentPath)
|
|
protected
|
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject,
javax.xml.namespace.QName elementName,
java.lang.Class<T> type,
PropertyPath parentPath)
|
Methods in com.evolveum.midpoint.schema.processor that return PropertyContainer | |
---|---|
PropertyContainer |
PropertyContainer.clone()
|
static PropertyContainer |
ExtensionProcessor.createEmptyExtensionContainer()
|
PropertyContainer |
PropertyContainer.createPropertyContainer(javax.xml.namespace.QName containerName)
|
PropertyContainer |
PropertyContainer.findOrCreatePropertyContainer(PropertyPath containerPath)
|
PropertyContainer |
PropertyContainer.findOrCreatePropertyContainer(javax.xml.namespace.QName containerName)
|
PropertyContainer |
PropertyContainer.findPropertyContainer(PropertyPath parentPath)
|
PropertyContainer |
PropertyContainer.findPropertyContainer(javax.xml.namespace.QName name)
|
PropertyContainer |
PropertyContainerDefinition.instantiate(PropertyPath parentPath)
Create property container instance with a default name. |
PropertyContainer |
ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name)
|
PropertyContainer |
ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element)
|
PropertyContainer |
PropertyContainerDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element,
PropertyPath parentPath)
Create property container instance with a specified name and element. |
PropertyContainer |
ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element,
PropertyPath parentPath)
|
PropertyContainer |
PropertyContainerDefinition.instantiate(javax.xml.namespace.QName name,
PropertyPath parentPath)
Create property container instance with a specified name. |
PropertyContainer |
ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name,
PropertyPath parentPath)
|
PropertyContainer |
PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name,
java.util.List<java.lang.Object> contentElements,
PropertyPath parentPath)
|
static PropertyContainer |
ExtensionProcessor.parseExtension(Extension xmlExtension)
|
static PropertyContainer |
ExtensionProcessor.parseExtension(java.util.List<java.lang.Object> xmlExtension)
|
PropertyContainer |
PropertyContainerDefinition.parseItem(java.util.List<java.lang.Object> elements,
PropertyPath parentPath)
Creates new property container from DOM or JAXB representation (multiple elements). |
PropertyContainer |
PropertyContainerDefinition.parseItem(java.lang.Object element)
Assumes top-level element (null parentPath) |
PropertyContainer |
PropertyContainerDefinition.parseItem(java.lang.Object element,
PropertyPath parentPath)
Creates new property container from DOM or JAXB representation (single element). |
PropertyContainer |
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject,
PropertyPath parentPath)
|
PropertyContainer |
Schema.parsePropertyContainer(org.w3c.dom.Element domElement)
|
Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyContainer | |
---|---|
protected void |
PropertyContainer.copyValues(PropertyContainer clone)
|
static Extension |
ExtensionProcessor.createExtension(PropertyContainer extension)
|
protected void |
PropertyContainerDefinition.fillProperties(java.lang.Object instance,
PropertyContainer source)
used for MidPoint -> JAXB conversion |
Uses of PropertyContainer in com.evolveum.midpoint.schema.xjc |
---|
Methods in com.evolveum.midpoint.schema.xjc with parameters of type PropertyContainer | ||
---|---|---|
static
|
XmlUtil.getPropertyValue(PropertyContainer container,
javax.xml.namespace.QName name)
|
|
static
|
XmlUtil.getPropertyValues(PropertyContainer container,
javax.xml.namespace.QName name,
java.lang.Class<T> clazz)
|
|
static
|
XmlUtil.setPropertyValue(PropertyContainer container,
javax.xml.namespace.QName name,
T value)
|
Uses of PropertyContainer in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api that return PropertyContainer | |
---|---|
PropertyContainer |
Task.getExtension()
Returns task extension. |
Uses of PropertyContainer in com.evolveum.midpoint.task.impl |
---|
Methods in com.evolveum.midpoint.task.impl that return PropertyContainer | |
---|---|
PropertyContainer |
TaskImpl.getExtension()
|
Uses of PropertyContainer in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test with parameters of type PropertyContainer | |
---|---|
static void |
IntegrationTestTools.display(java.lang.String message,
PropertyContainer propertyContainer)
|
Uses of PropertyContainer in com.evolveum.midpoint.web.bean |
---|
Methods in com.evolveum.midpoint.web.bean that return PropertyContainer | |
---|---|
PropertyContainer |
TaskItem.getExtension()
|
Methods in com.evolveum.midpoint.web.bean with parameters of type PropertyContainer | |
---|---|
void |
TaskItem.setExtension(PropertyContainer extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |