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.AnyNested 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 QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ResourceObjectReferenceType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()<X> Xend()booleanfilter(SearchFilterType value) objectClass(QName value) voidsetFilter(SearchFilterType value) voidsetObjectClass(QName value) voidvoidvoidsetShadowRef(ObjectReferenceType value) shadowRef(ObjectReferenceType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods 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:
equalsin 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:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-