Class UserInterfaceFeatureType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ConfigurableUserDashboardType
,ContainerPanelConfigurationType
,DashboardWidgetType
,GuiObjectListPanelConfigurationType
,IndirectSearchItemConfigurationType
,ObjectTypeSearchItemConfigurationType
,RelationSearchItemConfigurationType
,ScopeSearchItemConfigurationType
,VirtualContainersSpecificationType
public class UserInterfaceFeatureType extends Object implements Serializable, Cloneable, Containerable
Defines properties of a specific user interface feature (e.g. button, button set, widget, etc.)Java class for UserInterfaceFeatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserInterfaceFeatureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType" minOccurs="0"/> <element name="visibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceElementVisibilityType" minOccurs="0"/> <element name="displayOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="applicableForOperation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationTypeType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_APPLICABLE_FOR_OPERATION
static ItemName
F_DESCRIPTION
static ItemName
F_DISPLAY
static ItemName
F_DISPLAY_ORDER
static ItemName
F_DOCUMENTATION
static ItemName
F_IDENTIFIER
static ItemName
F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description UserInterfaceFeatureType()
UserInterfaceFeatureType(PrismContext prismContext)
-
Method Summary
-
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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DISPLAY
public static final ItemName F_DISPLAY
-
F_VISIBILITY
public static final ItemName F_VISIBILITY
-
F_DISPLAY_ORDER
public static final ItemName F_DISPLAY_ORDER
-
F_APPLICABLE_FOR_OPERATION
public static final ItemName F_APPLICABLE_FOR_OPERATION
-
-
Constructor Detail
-
UserInterfaceFeatureType
public UserInterfaceFeatureType()
-
UserInterfaceFeatureType
public UserInterfaceFeatureType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getDisplay
public DisplayType getDisplay()
-
setDisplay
public void setDisplay(DisplayType value)
-
getVisibility
public UserInterfaceElementVisibilityType getVisibility()
-
setVisibility
public void setVisibility(UserInterfaceElementVisibilityType value)
-
getDisplayOrder
public Integer getDisplayOrder()
-
setDisplayOrder
public void setDisplayOrder(Integer value)
-
getApplicableForOperation
public OperationTypeType getApplicableForOperation()
-
setApplicableForOperation
public void setApplicableForOperation(OperationTypeType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
identifier
public UserInterfaceFeatureType identifier(String value)
-
description
public UserInterfaceFeatureType description(String value)
-
documentation
public UserInterfaceFeatureType documentation(String value)
-
display
public UserInterfaceFeatureType display(DisplayType value)
-
beginDisplay
public DisplayType beginDisplay()
-
visibility
public UserInterfaceFeatureType visibility(UserInterfaceElementVisibilityType value)
-
displayOrder
public UserInterfaceFeatureType displayOrder(Integer value)
-
applicableForOperation
public UserInterfaceFeatureType applicableForOperation(OperationTypeType value)
-
id
public UserInterfaceFeatureType id(Long value)
-
clone
public UserInterfaceFeatureType clone()
-
-