|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Containerable in com.evolveum.midpoint.prism |
---|
Classes in com.evolveum.midpoint.prism with type parameters of type Containerable | |
---|---|
class |
PrismContainer<V extends Containerable>
Property container groups properties into logical blocks.The reason for grouping may be as simple as better understandability of data structure. |
interface |
PrismContainerable<T extends Containerable>
|
class |
PrismContainerDefinition<V extends Containerable>
Definition of a property container. |
class |
PrismContainerValue<T extends Containerable>
|
Subinterfaces of Containerable in com.evolveum.midpoint.prism | |
---|---|
interface |
Objectable
|
Methods in com.evolveum.midpoint.prism with type parameters of type Containerable | ||
---|---|---|
|
PrismContainerValue.createContainer(javax.xml.namespace.QName containerName)
|
|
|
PrismContainer.findContainer(ItemPath path)
|
|
|
PrismContainer.findContainer(javax.xml.namespace.QName containerName)
|
|
|
PrismContainerValue.findContainer(javax.xml.namespace.QName containerName)
|
|
|
PrismContainerDefinition.findContainerDefinition(javax.xml.namespace.QName name)
Finds an inner PropertyContainerDefinition by looking at the property container name. |
|
|
PrismContainerDefinition.findContainerDefinition(java.lang.String name)
|
|
|
PrismContainer.findOrCreateContainer(ItemPath containerPath)
|
|
|
PrismContainer.findOrCreateContainer(javax.xml.namespace.QName containerName)
|
|
|
PrismContainerValue.findOrCreateContainer(javax.xml.namespace.QName containerName)
|
Uses of Containerable in com.evolveum.midpoint.prism.delta |
---|
Classes in com.evolveum.midpoint.prism.delta with type parameters of type Containerable | |
---|---|
class |
ContainerDelta<V extends Containerable>
|
Methods in com.evolveum.midpoint.prism.delta with type parameters of type Containerable | ||
---|---|---|
|
ObjectDelta.createContainerModification(ItemPath path)
|
|
|
ObjectDelta.createContainerModification(ItemPath path,
PrismContainerDefinition<C> containerDefinition)
|
|
static
|
ContainerDelta.createDelta(PrismContext prismContext,
java.lang.Class<O> type,
javax.xml.namespace.QName containerName)
|
|
static
|
ContainerDelta.createDelta(PrismObjectDefinition<O> objectDefinition,
javax.xml.namespace.QName containerName)
|
|
static
|
ObjectDelta.createModificationAddContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationAddContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationReplaceContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
static
|
ItemDelta.findContainerDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath)
|
|
static
|
ItemDelta.findContainerDelta(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName name)
|
|
|
ObjectDelta.findContainerDelta(ItemPath propertyPath)
|
|
|
ObjectDelta.findContainerDelta(javax.xml.namespace.QName name)
|
|
|
ContainerDelta.getValues(java.lang.Class<T> type)
Returns all values regardless of whether they are added or removed or replaced. |
Uses of Containerable in com.evolveum.midpoint.prism.dom |
---|
Classes in com.evolveum.midpoint.prism.dom with type parameters of type Containerable | |
---|---|
class |
ElementPrismContainerImpl<T extends Containerable>
|
class |
NodeListPrismContainerImpl<T extends Containerable>
|
Methods in com.evolveum.midpoint.prism.dom with type parameters of type Containerable | ||
---|---|---|
|
PrismDomProcessor.addItemValue(Item item,
java.lang.Object element,
PrismContainer<T> container)
Parse the provided JAXB/DOM element and add it as a new value of the specified item. |
|
|
PrismDomProcessor.deleteItemValue(Item item,
java.lang.Object element,
PrismContainer<T> container)
Parse the provided JAXB/DOM element and delete it from the specified item. |
|
|
PrismDomProcessor.parseContainerItems(PrismContainerDefinition<T> containingPcd,
java.util.List<? extends java.lang.Object> valueElements,
javax.xml.namespace.QName propertyName,
boolean reference)
Used e.g. |
|
|
PrismDomProcessor.parseContainerItems(PrismContainerDefinition<T> containingPcd,
java.util.List<java.lang.Object> valueElements)
Used e.g. |
|
|
PrismDomProcessor.parsePrismContainer(org.w3c.dom.Element domElement)
|
|
|
PrismDomProcessor.parsePrismContainer(org.w3c.dom.Element domElement,
PrismContainerDefinition<T> propertyContainerDefinition)
|
|
|
PrismDomProcessor.parsePrismContainerItems(java.util.List<org.w3c.dom.Element> childElements,
PrismContainerDefinition<T> containerDefinition)
|
|
protected
|
PrismDomProcessor.parsePrismContainerItems(java.util.List<org.w3c.dom.Element> elements,
PrismContainerDefinition<T> containerDefinition,
java.util.Collection<? extends ItemDefinition> selection)
Parses items of PRISM CONTAINER from a list of elements. |
|
|
PrismDomProcessor.serializeObjectToString(PrismContainerValue<T> object,
org.w3c.dom.Element parentElement)
|
|
|
PrismDomProcessor.serializeToDom(PrismContainerValue<T> object,
org.w3c.dom.Element parentElement)
|
Uses of Containerable in com.evolveum.midpoint.prism.query |
---|
Method parameters in com.evolveum.midpoint.prism.query with type arguments of type Containerable | |
---|---|
static EqualsFilter |
EqualsFilter.createEqual(ItemPath parentPath,
PrismContainerDefinition<? extends Containerable> containerDef,
javax.xml.namespace.QName propertyName,
java.lang.Object realValue)
|
static EqualsFilter |
EqualsFilter.createEqual(ItemPath parentPath,
PrismContainerDefinition<? extends Containerable> containerDef,
javax.xml.namespace.QName propertyName,
PrismValue... values)
|
Uses of Containerable in com.evolveum.midpoint.prism.xjc |
---|
Classes in com.evolveum.midpoint.prism.xjc with type parameters of type Containerable | |
---|---|
class |
AnyArrayList<T extends Containerable>
|
class |
PrismContainerArrayList<T extends Containerable>
|
Methods in com.evolveum.midpoint.prism.xjc with type parameters of type Containerable | ||
---|---|---|
static
|
PrismForJAXBUtil.getContainerValues(PrismContainer<T> parent,
javax.xml.namespace.QName name,
java.lang.Class<T> clazz)
|
|
static
|
PrismForJAXBUtil.getContainerValues(PrismContainerValue<T> parent,
javax.xml.namespace.QName name,
java.lang.Class<T> clazz)
|
|
static
|
PrismForJAXBUtil.getFieldContainerValue(PrismContainer<?> parent,
javax.xml.namespace.QName fieldName)
|
|
static
|
PrismForJAXBUtil.getFieldContainerValue(PrismContainerValue<?> parent,
javax.xml.namespace.QName fieldName)
|
|
static
|
PrismForJAXBUtil.getFieldSingleContainerable(PrismContainerValue<?> parent,
javax.xml.namespace.QName fieldName,
java.lang.Class<T> fieldClass)
|
|
static
|
PrismForJAXBUtil.setFieldContainerValue(PrismContainerValue<?> parent,
javax.xml.namespace.QName fieldName,
PrismContainerValue<T> fieldContainerValue)
|
Uses of Containerable in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type Containerable | |
---|---|
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(PrismObject<ResourceType> resource)
|
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(ResourceType resourceType)
|
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.common.api_types_2 |
---|
Classes in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that implement Containerable | |
---|---|
class |
ResourceObjectIdentificationType
Java class for ResourceObjectIdentificationType complex type. |
class |
ResourceObjectType
Java class for ResourceObjectType complex type. |
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Classes in com.evolveum.midpoint.xml.ns._public.common.common_2a that implement Containerable | |
---|---|
class |
AccountShadowType
Account object type. |
class |
ActivationType
Type that defines activation properties. |
class |
AssignmentType
Generic assignments of one object to another object. |
class |
ConnectorConfigurationType
Resource configuration (hostname, port, ...). |
class |
ConnectorFrameworkConfigurationType
Java class for ConnectorFrameworkConfigurationType complex type. |
class |
ConnectorFrameworkType
Java class for ConnectorFrameworkType complex type. |
class |
ConnectorHostType
Host definition for remote connector, remote connector framework or a remote "gateway". |
class |
ConnectorType
Description of a generic connector. |
class |
CredentialsType
This is a container type for various credentials types: passwords, public keys, one-time password scheme identifiers, etc. |
class |
ExclusionType
Container that defines exclusion of entities (e.g. |
class |
ExtensionType
Place for non-standard object properties. |
class |
GenericObjectType
Generic object for storing unknown (unexpected) object types. |
class |
NodeType
Node describes a single installation of midPoint. |
class |
ObjectType
Common supertype for all identity objects. |
class |
OperationalStateType
Structure containing metada about operational state of the resource. |
class |
OrgType
Organizational unit, division, section, object gropup, team or any other form of organizing things and/or people. |
class |
PasswordType
Java class for PasswordType complex type. |
class |
ResourceBusinessConfigurationType
Configuration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc. |
class |
ResourceConsistencyType
Configuration of consistency mechanisms. |
class |
ResourceObjectShadowAttributesType
Attribute values from the resource. |
class |
ResourceObjectShadowType
Local copy of any object on the provisioning resource that is related to provisioning. |
class |
ResourceType
Resource represents a system or component external to the IDM system which we manage. |
class |
RoleType
A role that implies assignments. |
class |
SystemConfigurationType
System configuration object. |
class |
TaskType
TaskType contains information about a task (either transient or persistent). |
class |
UserTemplateType
The user template used to create new users. |
class |
UserType
User object represents a physical user of the system. |
class |
ValuePolicyType
Java class for ValuePolicyType complex type. |
class |
XmlSchemaType
This element contains the XSD-formatted definition of schema. |
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2 |
---|
Classes in com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2 that implement Containerable | |
---|---|
class |
ConfigurationPropertiesType
TODO |
class |
ConnectorPoolConfigurationType
Type that contains configuration of ICF connector pools. |
class |
TimeoutsType
Type that contains configuration of ICF operation timeouts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |