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 QNameCOMPLEX_TYPEprotected OrderDirectionTypedefaultSortDirectionprotected QNamedefaultSortFieldstatic ItemNameF_DEFAULT_SORT_DIRECTIONstatic ItemNameF_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 newPagedSearchCapabilityTypeinstance.PagedSearchCapabilityType(PagedSearchCapabilityType o)Creates a newPagedSearchCapabilityTypeinstance by deeply copying a givenPagedSearchCapabilityTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)PagedSearchCapabilityTypeclone()Creates and returns a deep copy of this object.PagedSearchCapabilityTypedefaultSortDirection(OrderDirectionType value)PagedSearchCapabilityTypedefaultSortField(QName value)PagedSearchCapabilityTypeenabled(Boolean value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)OrderDirectionTypegetDefaultSortDirection()Gets the value of the defaultSortDirection property.QNamegetDefaultSortField()Gets the value of the defaultSortField property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetDefaultSortDirection(OrderDirectionType value)Sets the value of the defaultSortDirection property.voidsetDefaultSortField(QName value)Sets the value of the defaultSortField property.StringtoString()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 newPagedSearchCapabilityTypeinstance.
-
PagedSearchCapabilityType
public PagedSearchCapabilityType(PagedSearchCapabilityType o)
Creates a newPagedSearchCapabilityTypeinstance by deeply copying a givenPagedSearchCapabilityTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
toStringin classCapabilityType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classCapabilityType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classCapabilityType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classCapabilityType
-
defaultSortField
public PagedSearchCapabilityType defaultSortField(QName value)
-
defaultSortDirection
public PagedSearchCapabilityType defaultSortDirection(OrderDirectionType value)
-
enabled
public PagedSearchCapabilityType enabled(Boolean value)
- Overrides:
enabledin classCapabilityType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classCapabilityType
-
clone
public PagedSearchCapabilityType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classCapabilityType- Returns:
- A deep copy of this object.
-
-