Class ResourceBidirectionalMappingType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceBidirectionalMappingType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ResourceBidirectionalMappingAndDefinitionType
public class ResourceBidirectionalMappingType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FETCH_STRATEGY
static ItemName
F_INBOUND
static ItemName
F_OUTBOUND
static Producer<ResourceBidirectionalMappingType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceBidirectionalMappingType()
ResourceBidirectionalMappingType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappingType
beginInbound()
MappingType
beginOutbound()
ResourceBidirectionalMappingType
clone()
List<MappingType>
createInboundList()
List<MappingType>
createOutboundList()
<X> X
end()
boolean
equals(Object other)
ResourceBidirectionalMappingType
fetchStrategy(AttributeFetchStrategyType value)
AttributeFetchStrategyType
getFetchStrategy()
List<MappingType>
getInbound()
List<MappingType>
getOutbound()
ResourceBidirectionalMappingType
id(Long value)
ResourceBidirectionalMappingType
inbound(MappingType value)
ResourceBidirectionalMappingType
outbound(MappingType value)
void
setFetchStrategy(AttributeFetchStrategyType value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FETCH_STRATEGY
public static final ItemName F_FETCH_STRATEGY
-
F_OUTBOUND
public static final ItemName F_OUTBOUND
-
F_INBOUND
public static final ItemName F_INBOUND
-
FACTORY
public static final Producer<ResourceBidirectionalMappingType> FACTORY
-
-
Constructor Detail
-
ResourceBidirectionalMappingType
public ResourceBidirectionalMappingType()
-
ResourceBidirectionalMappingType
@Deprecated public ResourceBidirectionalMappingType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getFetchStrategy
public AttributeFetchStrategyType getFetchStrategy()
-
setFetchStrategy
public void setFetchStrategy(AttributeFetchStrategyType value)
-
getOutbound
public List<MappingType> getOutbound()
-
createOutboundList
public List<MappingType> createOutboundList()
-
getInbound
public List<MappingType> getInbound()
-
createInboundList
public List<MappingType> createInboundList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ResourceBidirectionalMappingType id(Long value)
-
fetchStrategy
public ResourceBidirectionalMappingType fetchStrategy(AttributeFetchStrategyType value)
-
outbound
public ResourceBidirectionalMappingType outbound(MappingType value)
-
beginOutbound
public MappingType beginOutbound()
-
inbound
public ResourceBidirectionalMappingType inbound(MappingType value)
-
beginInbound
public MappingType beginInbound()
-
end
public <X> X end()
-
clone
public ResourceBidirectionalMappingType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-