Class PagedSearchCapabilityType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.PagedSearchCapabilityType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class PagedSearchCapabilityType extends CapabilityType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
How to handle paged searches. Although deals primarily with GUI issues, may be useful for other kinds of access as well. If not present, paged searches are not enabled for this resource/kind/intent/objectClass. EXPERIMENTAL.Java class for PagedSearchCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PagedSearchCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"> <sequence> <element name="defaultSortField" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="defaultSortDirection" type="{http://prism.evolveum.com/xml/ns/public/query-3}OrderDirectionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected OrderDirectionType
defaultSortDirection
protected QName
defaultSortField
static ItemName
F_DEFAULT_SORT_DIRECTION
static ItemName
F_DEFAULT_SORT_FIELD
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
enabled, F_ENABLED
-
-
Constructor Summary
Constructors Constructor Description PagedSearchCapabilityType()
Creates a newPagedSearchCapabilityType
instance.PagedSearchCapabilityType(PagedSearchCapabilityType o)
Creates a newPagedSearchCapabilityType
instance by deeply copying a givenPagedSearchCapabilityType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
PagedSearchCapabilityType
clone()
Creates and returns a deep copy of this object.PagedSearchCapabilityType
defaultSortDirection(OrderDirectionType value)
PagedSearchCapabilityType
defaultSortField(QName value)
PagedSearchCapabilityType
enabled(Boolean value)
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
OrderDirectionType
getDefaultSortDirection()
Gets the value of the defaultSortDirection property.QName
getDefaultSortField()
Gets the value of the defaultSortField property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
void
setDefaultSortDirection(OrderDirectionType value)
Sets the value of the defaultSortDirection property.void
setDefaultSortField(QName value)
Sets the value of the defaultSortField property.String
toString()
Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
isEnabled, setEnabled
-
-
-
-
Field Detail
-
defaultSortField
protected QName defaultSortField
-
defaultSortDirection
protected OrderDirectionType defaultSortDirection
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DEFAULT_SORT_FIELD
public static final ItemName F_DEFAULT_SORT_FIELD
-
F_DEFAULT_SORT_DIRECTION
public static final ItemName F_DEFAULT_SORT_DIRECTION
-
-
Constructor Detail
-
PagedSearchCapabilityType
public PagedSearchCapabilityType()
Creates a newPagedSearchCapabilityType
instance.
-
PagedSearchCapabilityType
public PagedSearchCapabilityType(PagedSearchCapabilityType o)
Creates a newPagedSearchCapabilityType
instance by deeply copying a givenPagedSearchCapabilityType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getDefaultSortField
public QName getDefaultSortField()
Gets the value of the defaultSortField property.- Returns:
- possible object is
QName
-
setDefaultSortField
public void setDefaultSortField(QName value)
Sets the value of the defaultSortField property.- Parameters:
value
- allowed object isQName
-
getDefaultSortDirection
public OrderDirectionType getDefaultSortDirection()
Gets the value of the defaultSortDirection property.- Returns:
- possible object is
OrderDirectionType
-
setDefaultSortDirection
public void setDefaultSortDirection(OrderDirectionType value)
Sets the value of the defaultSortDirection property.- Parameters:
value
- allowed object isOrderDirectionType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classCapabilityType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classCapabilityType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCapabilityType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classCapabilityType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classCapabilityType
-
defaultSortField
public PagedSearchCapabilityType defaultSortField(QName value)
-
defaultSortDirection
public PagedSearchCapabilityType defaultSortDirection(OrderDirectionType value)
-
enabled
public PagedSearchCapabilityType enabled(Boolean value)
- Overrides:
enabled
in classCapabilityType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classCapabilityType
-
clone
public PagedSearchCapabilityType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classCapabilityType
- Returns:
- A deep copy of this object.
-
-