Class ResourceObjectReferenceType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectReferenceType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ResourceObjectReferenceType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Reference to a resource object. This reference has many properties that influence when and how to look for the object. We assume that the search for resource objects is quite expensive, therefore we will need to optimize the number of searches. We also want this reference to be "sticky", e.g. to survive resource object renames.- 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_FILTER
static ItemName
F_OBJECT_CLASS
static ItemName
F_RESOLUTION_FREQUENCY
static ItemName
F_RESOLUTION_STRATEGY
static ItemName
F_SHADOW_REF
static Producer<ResourceObjectReferenceType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectReferenceType()
ResourceObjectReferenceType(PrismContext context)
Deprecated.
-
Method Summary
-
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_OBJECT_CLASS
public static final ItemName F_OBJECT_CLASS
-
F_FILTER
public static final ItemName F_FILTER
-
F_SHADOW_REF
public static final ItemName F_SHADOW_REF
-
F_RESOLUTION_STRATEGY
public static final ItemName F_RESOLUTION_STRATEGY
-
F_RESOLUTION_FREQUENCY
public static final ItemName F_RESOLUTION_FREQUENCY
-
FACTORY
public static final Producer<ResourceObjectReferenceType> FACTORY
-
-
Constructor Detail
-
ResourceObjectReferenceType
public ResourceObjectReferenceType()
-
ResourceObjectReferenceType
@Deprecated public ResourceObjectReferenceType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getObjectClass
public QName getObjectClass()
-
setObjectClass
public void setObjectClass(QName value)
-
getFilter
public SearchFilterType getFilter()
-
setFilter
public void setFilter(SearchFilterType value)
-
getShadowRef
public ObjectReferenceType getShadowRef()
-
setShadowRef
public void setShadowRef(ObjectReferenceType value)
-
getResolutionStrategy
public ResourceObjectReferenceResolutionStrategyType getResolutionStrategy()
-
setResolutionStrategy
public void setResolutionStrategy(ResourceObjectReferenceResolutionStrategyType value)
-
getResolutionFrequency
public ResourceObjectReferenceResolutionFrequencyType getResolutionFrequency()
-
setResolutionFrequency
public void setResolutionFrequency(ResourceObjectReferenceResolutionFrequencyType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ResourceObjectReferenceType id(Long value)
-
objectClass
public ResourceObjectReferenceType objectClass(QName value)
-
filter
public ResourceObjectReferenceType filter(SearchFilterType value)
-
shadowRef
public ResourceObjectReferenceType shadowRef(ObjectReferenceType value)
-
shadowRef
public ResourceObjectReferenceType shadowRef(String oid, QName type)
-
shadowRef
public ResourceObjectReferenceType shadowRef(String oid, QName type, QName relation)
-
beginShadowRef
public ObjectReferenceType beginShadowRef()
-
resolutionStrategy
public ResourceObjectReferenceType resolutionStrategy(ResourceObjectReferenceResolutionStrategyType value)
-
resolutionFrequency
public ResourceObjectReferenceType resolutionFrequency(ResourceObjectReferenceResolutionFrequencyType value)
-
end
public <X> X end()
-
clone
public ResourceObjectReferenceType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-