|
||||||||||
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.processor |
---|
Subclasses of PropertyContainer in com.evolveum.midpoint.schema.processor | |
---|---|
class |
MidPointObject
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)
|
|
protected
|
PropertyContainerDefinition.parseItem(java.lang.Object element,
java.lang.Class<T> type)
Creates new property container from DOM or JAXB representation (multiple elements). |
Methods in com.evolveum.midpoint.schema.processor that return PropertyContainer | |
---|---|
PropertyContainer |
PropertyContainerDefinition.instantiate()
Create property container instance with a default name. |
PropertyContainer |
PropertyContainerDefinition.instantiate(javax.xml.namespace.QName name)
Create property container instance with a specified name. |
PropertyContainer |
ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name)
|
PropertyContainer |
PropertyContainerDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element)
Create property container instance with a specified name and element. |
PropertyContainer |
ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element)
|
PropertyContainer |
PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name,
java.util.List<java.lang.Object> contentElements)
|
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)
Creates new property container from DOM or JAXB representation (multiple elements). |
PropertyContainer |
PropertyContainerDefinition.parseItem(java.lang.Object element)
Creates new property container from DOM or JAXB representation (single element). |
PropertyContainer |
Schema.parsePropertyContainer(org.w3c.dom.Element domElement)
|
Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyContainer | |
---|---|
static Extension |
ExtensionProcessor.createExtension(PropertyContainer extension)
|
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 |