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:
-
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<ResourceObjectReferenceType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
<X> X
end()
boolean
filter
(SearchFilterType value) objectClass
(QName value) void
setFilter
(SearchFilterType value) void
setObjectClass
(QName value) void
void
void
setShadowRef
(ObjectReferenceType value) shadowRef
(ObjectReferenceType 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 Details
-
COMPLEX_TYPE
-
F_OBJECT_CLASS
-
F_FILTER
-
F_SHADOW_REF
-
F_RESOLUTION_STRATEGY
-
F_RESOLUTION_FREQUENCY
-
FACTORY
-
-
Constructor Details
-
ResourceObjectReferenceType
public ResourceObjectReferenceType() -
ResourceObjectReferenceType
Deprecated.
-
-
Method Details
-
getObjectClass
-
setObjectClass
-
getFilter
-
setFilter
-
getShadowRef
-
setShadowRef
-
getResolutionStrategy
-
setResolutionStrategy
-
getResolutionFrequency
-
setResolutionFrequency
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
objectClass
-
filter
-
shadowRef
-
shadowRef
-
shadowRef
-
beginShadowRef
-
resolutionStrategy
public ResourceObjectReferenceType resolutionStrategy(ResourceObjectReferenceResolutionStrategyType value) -
resolutionFrequency
public ResourceObjectReferenceType resolutionFrequency(ResourceObjectReferenceResolutionFrequencyType value) -
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-