Class CollectionRefSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CollectionSpecificationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CollectionRefSpecificationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class CollectionRefSpecificationType extends CollectionSpecificationType implements Serializable, Cloneable, Containerable
Specification of an explicit or implicit object collection (including reference to the collection).Java class for CollectionRefSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionRefSpecificationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionSpecificationType"> <sequence> <choice> <element name="collectionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> </choice> <element name="baseCollectionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_BASE_COLLECTION_REFstatic ItemNameF_COLLECTION_REFstatic ItemNameF_FILTER-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CollectionSpecificationType
F_DEPTH, F_INTERPRETATION, F_RELATION
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CollectionRefSpecificationType()CollectionRefSpecificationType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CollectionSpecificationType
getDepth, getId, getInterpretation, getRelation, setDepth, setId, setInterpretation, setRelation
-
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
-
CollectionRefSpecificationType
public CollectionRefSpecificationType()
-
CollectionRefSpecificationType
public CollectionRefSpecificationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classCollectionSpecificationType
-
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 classCollectionSpecificationType
-
toString
public String toString()
- Overrides:
toStringin classCollectionSpecificationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classCollectionSpecificationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCollectionSpecificationType
-
end
public <X> X end()
- Overrides:
endin classCollectionSpecificationType
-
getCollectionRef
public ObjectReferenceType getCollectionRef()
-
setCollectionRef
public void setCollectionRef(ObjectReferenceType value)
-
getFilter
public SearchFilterType getFilter()
-
setFilter
public void setFilter(SearchFilterType value)
-
getBaseCollectionRef
public CollectionRefSpecificationType getBaseCollectionRef()
-
setBaseCollectionRef
public void setBaseCollectionRef(CollectionRefSpecificationType value)
-
collectionRef
public CollectionRefSpecificationType collectionRef(ObjectReferenceType value)
-
collectionRef
public CollectionRefSpecificationType collectionRef(String oid, QName type)
-
collectionRef
public CollectionRefSpecificationType collectionRef(String oid, QName type, QName relation)
-
beginCollectionRef
public ObjectReferenceType beginCollectionRef()
-
filter
public CollectionRefSpecificationType filter(SearchFilterType value)
-
beginFilter
public SearchFilterType beginFilter()
-
baseCollectionRef
public CollectionRefSpecificationType baseCollectionRef(CollectionRefSpecificationType value)
-
beginBaseCollectionRef
public CollectionRefSpecificationType beginBaseCollectionRef()
-
interpretation
public CollectionRefSpecificationType interpretation(CollectionSpecificationInterpretationType value)
- Overrides:
interpretationin classCollectionSpecificationType
-
relation
public CollectionRefSpecificationType relation(QName value)
- Overrides:
relationin classCollectionSpecificationType
-
depth
public CollectionRefSpecificationType depth(CollectionSpecificationDepthType value)
- Overrides:
depthin classCollectionSpecificationType
-
id
public CollectionRefSpecificationType id(Long value)
- Overrides:
idin classCollectionSpecificationType
-
clone
public CollectionRefSpecificationType clone()
- Overrides:
clonein classCollectionSpecificationType
-
-