Class LinkSourceObjectSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LinkedObjectSelectorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LinkSourceObjectSelectorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class LinkSourceObjectSelectorType extends LinkedObjectSelectorType
Selects objects among linked sources (for this object). EXPERIMENTAL- 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_LINK_TYPE
static Producer<LinkSourceObjectSelectorType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LinkedObjectSelectorType
F_RELATION
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
F_ARCHETYPE_REF, F_DESCRIPTION, F_DOCUMENTATION, F_FILTER, F_ORG_REF, F_SUBTYPE, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LinkSourceObjectSelectorType()
LinkSourceObjectSelectorType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LinkedObjectSelectorType
getRelation
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
getArchetypeRef, getDescription, getDocumentation, getFilter, getOrgRef, getSubtype, getType, setDescription, setDocumentation, setFilter, setOrgRef, setSubtype, setType
-
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_LINK_TYPE
public static final ItemName F_LINK_TYPE
-
FACTORY
public static final Producer<LinkSourceObjectSelectorType> FACTORY
-
-
Constructor Detail
-
LinkSourceObjectSelectorType
public LinkSourceObjectSelectorType()
-
LinkSourceObjectSelectorType
@Deprecated public LinkSourceObjectSelectorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getLinkType
public String getLinkType()
-
setLinkType
public void setLinkType(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classLinkedObjectSelectorType
-
id
public LinkSourceObjectSelectorType id(Long value)
- Overrides:
id
in classLinkedObjectSelectorType
-
linkType
public LinkSourceObjectSelectorType linkType(String value)
-
relation
public LinkSourceObjectSelectorType relation(QName value)
- Overrides:
relation
in classLinkedObjectSelectorType
-
description
public LinkSourceObjectSelectorType description(String value)
- Overrides:
description
in classLinkedObjectSelectorType
-
documentation
public LinkSourceObjectSelectorType documentation(String value)
- Overrides:
documentation
in classLinkedObjectSelectorType
-
type
public LinkSourceObjectSelectorType type(QName value)
- Overrides:
type
in classLinkedObjectSelectorType
-
subtype
public LinkSourceObjectSelectorType subtype(String value)
- Overrides:
subtype
in classLinkedObjectSelectorType
-
archetypeRef
public LinkSourceObjectSelectorType archetypeRef(ObjectReferenceType value)
- Overrides:
archetypeRef
in classLinkedObjectSelectorType
-
archetypeRef
public LinkSourceObjectSelectorType archetypeRef(String oid, QName type)
- Overrides:
archetypeRef
in classLinkedObjectSelectorType
-
archetypeRef
public LinkSourceObjectSelectorType archetypeRef(String oid, QName type, QName relation)
- Overrides:
archetypeRef
in classLinkedObjectSelectorType
-
beginArchetypeRef
public ObjectReferenceType beginArchetypeRef()
- Overrides:
beginArchetypeRef
in classLinkedObjectSelectorType
-
orgRef
public LinkSourceObjectSelectorType orgRef(ObjectReferenceType value)
- Overrides:
orgRef
in classLinkedObjectSelectorType
-
orgRef
public LinkSourceObjectSelectorType orgRef(String oid, QName type)
- Overrides:
orgRef
in classLinkedObjectSelectorType
-
orgRef
public LinkSourceObjectSelectorType orgRef(String oid, QName type, QName relation)
- Overrides:
orgRef
in classLinkedObjectSelectorType
-
beginOrgRef
public ObjectReferenceType beginOrgRef()
- Overrides:
beginOrgRef
in classLinkedObjectSelectorType
-
filter
public LinkSourceObjectSelectorType filter(SearchFilterType value)
- Overrides:
filter
in classLinkedObjectSelectorType
-
end
public <X> X end()
- Overrides:
end
in classLinkedObjectSelectorType
-
clone
public LinkSourceObjectSelectorType clone()
- Overrides:
clone
in classLinkedObjectSelectorType
-
-