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 QNameCOMPLEX_TYPEstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classLinkedObjectSelectorType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classLinkedObjectSelectorType
-
toString
public String toString()
- Overrides:
toStringin classLinkedObjectSelectorType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classLinkedObjectSelectorType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLinkedObjectSelectorType
-
end
public <X> X end()
- Overrides:
endin classLinkedObjectSelectorType
-
getLinkType
public String getLinkType()
-
setLinkType
public void setLinkType(String value)
-
linkType
public LinkSourceObjectSelectorType linkType(String value)
-
relation
public LinkSourceObjectSelectorType relation(QName value)
- Overrides:
relationin classLinkedObjectSelectorType
-
description
public LinkSourceObjectSelectorType description(String value)
- Overrides:
descriptionin classLinkedObjectSelectorType
-
documentation
public LinkSourceObjectSelectorType documentation(String value)
- Overrides:
documentationin classLinkedObjectSelectorType
-
type
public LinkSourceObjectSelectorType type(QName value)
- Overrides:
typein classLinkedObjectSelectorType
-
subtype
public LinkSourceObjectSelectorType subtype(String value)
- Overrides:
subtypein classLinkedObjectSelectorType
-
archetypeRef
public LinkSourceObjectSelectorType archetypeRef(ObjectReferenceType value)
- Overrides:
archetypeRefin classLinkedObjectSelectorType
-
archetypeRef
public LinkSourceObjectSelectorType archetypeRef(String oid, QName type)
- Overrides:
archetypeRefin classLinkedObjectSelectorType
-
archetypeRef
public LinkSourceObjectSelectorType archetypeRef(String oid, QName type, QName relation)
- Overrides:
archetypeRefin classLinkedObjectSelectorType
-
beginArchetypeRef
public ObjectReferenceType beginArchetypeRef()
- Overrides:
beginArchetypeRefin classLinkedObjectSelectorType
-
orgRef
public LinkSourceObjectSelectorType orgRef(ObjectReferenceType value)
- Overrides:
orgRefin classLinkedObjectSelectorType
-
orgRef
public LinkSourceObjectSelectorType orgRef(String oid, QName type)
- Overrides:
orgRefin classLinkedObjectSelectorType
-
orgRef
public LinkSourceObjectSelectorType orgRef(String oid, QName type, QName relation)
- Overrides:
orgRefin classLinkedObjectSelectorType
-
beginOrgRef
public ObjectReferenceType beginOrgRef()
- Overrides:
beginOrgRefin classLinkedObjectSelectorType
-
filter
public LinkSourceObjectSelectorType filter(SearchFilterType value)
- Overrides:
filterin classLinkedObjectSelectorType
-
beginFilter
public SearchFilterType beginFilter()
- Overrides:
beginFilterin classLinkedObjectSelectorType
-
id
public LinkSourceObjectSelectorType id(Long value)
- Overrides:
idin classLinkedObjectSelectorType
-
clone
public LinkSourceObjectSelectorType clone()
- Overrides:
clonein classLinkedObjectSelectorType
-
-