Class LinkSourceObjectSelectorType
- java.lang.Object
-
- 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
,DebugDumpable
,Serializable
,Cloneable
public class LinkSourceObjectSelectorType extends LinkedObjectSelectorType implements Serializable, Cloneable, Containerable
Selects objects among linked sources (for this object). EXPERIMENTALJava class for LinkSourceObjectSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkSourceObjectSelectorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkedObjectSelectorType"> <sequence> <element name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_LINK_TYPE
-
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 prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LinkedObjectSelectorType
createRelationList, getRelation
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
createArchetypeRefList, getArchetypeRef, getDescription, getDocumentation, getFilter, getId, getOrgRef, getSubtype, getType, setDescription, setDocumentation, setFilter, setId, setOrgRef, setSubtype, setType
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
LinkSourceObjectSelectorType
public LinkSourceObjectSelectorType()
-
LinkSourceObjectSelectorType
public LinkSourceObjectSelectorType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classLinkedObjectSelectorType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classLinkedObjectSelectorType
-
toString
public String toString()
- Overrides:
toString
in classLinkedObjectSelectorType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classLinkedObjectSelectorType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classLinkedObjectSelectorType
-
end
public <X> X end()
- Overrides:
end
in classLinkedObjectSelectorType
-
getLinkType
public String getLinkType()
-
setLinkType
public void setLinkType(String value)
-
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
-
beginFilter
public SearchFilterType beginFilter()
- Overrides:
beginFilter
in classLinkedObjectSelectorType
-
id
public LinkSourceObjectSelectorType id(Long value)
- Overrides:
id
in classLinkedObjectSelectorType
-
clone
public LinkSourceObjectSelectorType clone()
- Overrides:
clone
in classLinkedObjectSelectorType
-
-