Package | Description |
---|---|
com.evolveum.midpoint.common.refinery | |
com.evolveum.midpoint.xml.ns._public.common.common_3 |
Modifier and Type | Method and Description |
---|---|
MappingType |
RefinedObjectClassDefinition.getCredentialsOutbound() |
MappingType |
LayerRefinedObjectClassDefinition.getCredentialsOutbound() |
MappingType |
RefinedAttributeDefinition.getOutboundMappingType() |
MappingType |
RefinedAssociationDefinition.getOutboundMappingType() |
MappingType |
LayerRefinedAttributeDefinition.getOutboundMappingType() |
Modifier and Type | Method and Description |
---|---|
List<MappingType> |
RefinedObjectClassDefinition.getCredentialsInbound() |
List<MappingType> |
LayerRefinedObjectClassDefinition.getCredentialsInbound() |
List<MappingType> |
RefinedAttributeDefinition.getInboundMappingTypes() |
List<MappingType> |
LayerRefinedAttributeDefinition.getInboundMappingTypes() |
Modifier and Type | Method and Description |
---|---|
void |
RefinedAttributeDefinition.setOutboundMappingType(MappingType outboundMappingType) |
void |
LayerRefinedAttributeDefinition.setOutboundMappingType(MappingType outboundMappingType) |
Modifier and Type | Method and Description |
---|---|
void |
RefinedAttributeDefinition.setInboundMappingTypes(List<MappingType> inboundAssignmentTypes) |
void |
LayerRefinedAttributeDefinition.setInboundMappingTypes(List<MappingType> inboundAssignmentTypes) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectTemplateMappingType
Java class for ObjectTemplateMappingType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected MappingType |
ResourcePasswordDefinitionType.outbound |
protected MappingType |
ResourceItemDefinitionType.outbound |
Modifier and Type | Field and Description |
---|---|
protected List<MappingType> |
ResourcePasswordDefinitionType.inbound |
protected List<MappingType> |
ResourceItemDefinitionType.inbound |
protected List<MappingType> |
ResourceBidirectionalMappingType.inbound |
protected List<MappingType> |
ResourceBidirectionalMappingType.outbound |
Modifier and Type | Method and Description |
---|---|
MappingType |
MappingType.clone()
Creates and returns a deep copy of this object.
|
MappingType |
ObjectFactory.createMappingType()
Create an instance of
MappingType |
MappingType |
ResourcePasswordDefinitionType.getOutbound()
Gets the value of the outbound property.
|
MappingType |
ResourceItemDefinitionType.getOutbound()
Gets the value of the outbound property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<MappingType> |
ObjectFactory.createMapping(MappingType value)
|
List<MappingType> |
ResourcePasswordDefinitionType.getInbound()
Gets the value of the inbound property.
|
List<MappingType> |
ResourceItemDefinitionType.getInbound()
Gets the value of the inbound property.
|
List<MappingType> |
ResourceBidirectionalMappingType.getInbound()
Gets the value of the inbound property.
|
List<MappingType> |
MappingsType.getMapping() |
List<MappingType> |
ResourceBidirectionalMappingType.getOutbound()
Gets the value of the outbound property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<MappingType> |
ObjectFactory.createMapping(MappingType value)
|
void |
ResourcePasswordDefinitionType.setOutbound(MappingType value)
Sets the value of the outbound property.
|
void |
ResourceItemDefinitionType.setOutbound(MappingType value)
Sets the value of the outbound property.
|
Constructor and Description |
---|
MappingType(MappingType o)
Creates a new
MappingType instance by deeply copying a given MappingType instance. |
Copyright © 2014 Evolveum. All rights reserved.