Class SearchItemType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SearchItemType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SearchItemType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Search item- 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_DESCRIPTION
static ItemName
F_DISPLAY_NAME
static ItemName
F_FILTER
static ItemName
F_FILTER_EXPRESSION
static ItemName
F_PARAMETER
static ItemName
F_PATH
static ItemName
F_VISIBLE_BY_DEFAULT
static Producer<SearchItemType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SearchItemType()
SearchItemType(PrismContext context)
Deprecated.
-
Method Summary
-
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_PATH
public static final ItemName F_PATH
-
F_FILTER
public static final ItemName F_FILTER
-
F_FILTER_EXPRESSION
public static final ItemName F_FILTER_EXPRESSION
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
F_PARAMETER
public static final ItemName F_PARAMETER
-
F_VISIBLE_BY_DEFAULT
public static final ItemName F_VISIBLE_BY_DEFAULT
-
FACTORY
public static final Producer<SearchItemType> FACTORY
-
-
Constructor Detail
-
SearchItemType
public SearchItemType()
-
SearchItemType
@Deprecated public SearchItemType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getPath
public ItemPathType getPath()
-
setPath
public void setPath(ItemPathType value)
-
getFilter
public SearchFilterType getFilter()
-
setFilter
public void setFilter(SearchFilterType value)
-
getFilterExpression
public ExpressionType getFilterExpression()
-
setFilterExpression
public void setFilterExpression(ExpressionType value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDisplayName
public PolyStringType getDisplayName()
-
setDisplayName
public void setDisplayName(PolyStringType value)
-
getParameter
public SearchFilterParameterType getParameter()
-
setParameter
public void setParameter(SearchFilterParameterType value)
-
isVisibleByDefault
public Boolean isVisibleByDefault()
-
setVisibleByDefault
public void setVisibleByDefault(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public SearchItemType id(Long value)
-
path
public SearchItemType path(ItemPathType value)
-
filter
public SearchItemType filter(SearchFilterType value)
-
filterExpression
public SearchItemType filterExpression(ExpressionType value)
-
beginFilterExpression
public ExpressionType beginFilterExpression()
-
description
public SearchItemType description(String value)
-
displayName
public SearchItemType displayName(PolyStringType value)
-
displayName
public SearchItemType displayName(String value)
-
parameter
public SearchItemType parameter(SearchFilterParameterType value)
-
beginParameter
public SearchFilterParameterType beginParameter()
-
visibleByDefault
public SearchItemType visibleByDefault(Boolean value)
-
end
public <X> X end()
-
clone
public SearchItemType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-