Class LinkTargetObjectSelectorType
- 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.LinkTargetObjectSelectorType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class LinkTargetObjectSelectorType extends LinkedObjectSelectorType implements Serializable, Cloneable, Containerable
Selects objects among link targets (for this object). EXPERIMENTALJava class for LinkTargetObjectSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkTargetObjectSelectorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkedObjectSelectorType"> <sequence> <element name="changeSituation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkChangeSituationType" minOccurs="0"/> <element name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="matchesRuleAssignment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="matchesConstraint" type="{http://www.w3.org/2001/XMLSchema}boolean" 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_CHANGE_SITUATION
static ItemName
F_LINK_TYPE
static ItemName
F_MATCHES_CONSTRAINT
static ItemName
F_MATCHES_RULE_ASSIGNMENT
-
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 LinkTargetObjectSelectorType()
LinkTargetObjectSelectorType(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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CHANGE_SITUATION
public static final ItemName F_CHANGE_SITUATION
-
F_LINK_TYPE
public static final ItemName F_LINK_TYPE
-
F_MATCHES_RULE_ASSIGNMENT
public static final ItemName F_MATCHES_RULE_ASSIGNMENT
-
F_MATCHES_CONSTRAINT
public static final ItemName F_MATCHES_CONSTRAINT
-
-
Constructor Detail
-
LinkTargetObjectSelectorType
public LinkTargetObjectSelectorType()
-
LinkTargetObjectSelectorType
public LinkTargetObjectSelectorType(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
-
getChangeSituation
public LinkChangeSituationType getChangeSituation()
-
setChangeSituation
public void setChangeSituation(LinkChangeSituationType value)
-
getLinkType
public String getLinkType()
-
setLinkType
public void setLinkType(String value)
-
isMatchesRuleAssignment
public Boolean isMatchesRuleAssignment()
-
setMatchesRuleAssignment
public void setMatchesRuleAssignment(Boolean value)
-
isMatchesConstraint
public Boolean isMatchesConstraint()
-
setMatchesConstraint
public void setMatchesConstraint(Boolean value)
-
changeSituation
public LinkTargetObjectSelectorType changeSituation(LinkChangeSituationType value)
-
linkType
public LinkTargetObjectSelectorType linkType(String value)
-
matchesRuleAssignment
public LinkTargetObjectSelectorType matchesRuleAssignment(Boolean value)
-
matchesConstraint
public LinkTargetObjectSelectorType matchesConstraint(Boolean value)
-
relation
public LinkTargetObjectSelectorType relation(QName value)
- Overrides:
relation
in classLinkedObjectSelectorType
-
description
public LinkTargetObjectSelectorType description(String value)
- Overrides:
description
in classLinkedObjectSelectorType
-
documentation
public LinkTargetObjectSelectorType documentation(String value)
- Overrides:
documentation
in classLinkedObjectSelectorType
-
type
public LinkTargetObjectSelectorType type(QName value)
- Overrides:
type
in classLinkedObjectSelectorType
-
subtype
public LinkTargetObjectSelectorType subtype(String value)
- Overrides:
subtype
in classLinkedObjectSelectorType
-
archetypeRef
public LinkTargetObjectSelectorType archetypeRef(ObjectReferenceType value)
- Overrides:
archetypeRef
in classLinkedObjectSelectorType
-
archetypeRef
public LinkTargetObjectSelectorType archetypeRef(String oid, QName type)
- Overrides:
archetypeRef
in classLinkedObjectSelectorType
-
archetypeRef
public LinkTargetObjectSelectorType archetypeRef(String oid, QName type, QName relation)
- Overrides:
archetypeRef
in classLinkedObjectSelectorType
-
beginArchetypeRef
public ObjectReferenceType beginArchetypeRef()
- Overrides:
beginArchetypeRef
in classLinkedObjectSelectorType
-
orgRef
public LinkTargetObjectSelectorType orgRef(ObjectReferenceType value)
- Overrides:
orgRef
in classLinkedObjectSelectorType
-
orgRef
public LinkTargetObjectSelectorType orgRef(String oid, QName type)
- Overrides:
orgRef
in classLinkedObjectSelectorType
-
orgRef
public LinkTargetObjectSelectorType orgRef(String oid, QName type, QName relation)
- Overrides:
orgRef
in classLinkedObjectSelectorType
-
beginOrgRef
public ObjectReferenceType beginOrgRef()
- Overrides:
beginOrgRef
in classLinkedObjectSelectorType
-
filter
public LinkTargetObjectSelectorType filter(SearchFilterType value)
- Overrides:
filter
in classLinkedObjectSelectorType
-
beginFilter
public SearchFilterType beginFilter()
- Overrides:
beginFilter
in classLinkedObjectSelectorType
-
id
public LinkTargetObjectSelectorType id(Long value)
- Overrides:
id
in classLinkedObjectSelectorType
-
clone
public LinkTargetObjectSelectorType clone()
- Overrides:
clone
in classLinkedObjectSelectorType
-
-