Class RelationSearchItemConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RelationSearchItemConfigurationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class RelationSearchItemConfigurationType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
Configuration for relation search item.Java class for RelationSearchItemConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationSearchItemConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="supportedRelations" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_DEFAULT_VALUEstatic ItemNameF_SUPPORTED_RELATIONS-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
F_APPLICABLE_FOR_OPERATION, F_DESCRIPTION, F_DISPLAY, F_DISPLAY_ORDER, F_DOCUMENTATION, F_IDENTIFIER, F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description RelationSearchItemConfigurationType()RelationSearchItemConfigurationType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
getApplicableForOperation, getDescription, getDisplay, getDisplayOrder, getDocumentation, getId, getIdentifier, getVisibility, setApplicableForOperation, setDescription, setDisplay, setDisplayOrder, setDocumentation, setId, setIdentifier, setVisibility
-
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
-
RelationSearchItemConfigurationType
public RelationSearchItemConfigurationType()
-
RelationSearchItemConfigurationType
public RelationSearchItemConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classUserInterfaceFeatureType
-
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 classUserInterfaceFeatureType
-
toString
public String toString()
- Overrides:
toStringin classUserInterfaceFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classUserInterfaceFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
endin classUserInterfaceFeatureType
-
getDefaultValue
public QName getDefaultValue()
-
setDefaultValue
public void setDefaultValue(QName value)
-
defaultValue
public RelationSearchItemConfigurationType defaultValue(QName value)
-
supportedRelations
public RelationSearchItemConfigurationType supportedRelations(QName value)
-
identifier
public RelationSearchItemConfigurationType identifier(String value)
- Overrides:
identifierin classUserInterfaceFeatureType
-
description
public RelationSearchItemConfigurationType description(String value)
- Overrides:
descriptionin classUserInterfaceFeatureType
-
documentation
public RelationSearchItemConfigurationType documentation(String value)
- Overrides:
documentationin classUserInterfaceFeatureType
-
display
public RelationSearchItemConfigurationType display(DisplayType value)
- Overrides:
displayin classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplayin classUserInterfaceFeatureType
-
visibility
public RelationSearchItemConfigurationType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibilityin classUserInterfaceFeatureType
-
displayOrder
public RelationSearchItemConfigurationType displayOrder(Integer value)
- Overrides:
displayOrderin classUserInterfaceFeatureType
-
applicableForOperation
public RelationSearchItemConfigurationType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperationin classUserInterfaceFeatureType
-
id
public RelationSearchItemConfigurationType id(Long value)
- Overrides:
idin classUserInterfaceFeatureType
-
clone
public RelationSearchItemConfigurationType clone()
- Overrides:
clonein classUserInterfaceFeatureType
-
-