Class VirtualContainersSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.VirtualContainersSpecificationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class VirtualContainersSpecificationType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
Used to specify "virtual" containers for displaying details page in GUI. As an example, the user might need to reorganize attributes to some logic block such as personal info, basic info, additional info. Each of this section should have only attributes which belong to it, e.g. given name, family name, date of the birth are attributes corresponding to the personal info. Basic info section will contains attributes describing organizationalUnit, emailAddress or job position and additional info will contain attributes about user's nickname and so on.Java class for VirtualContainersSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualContainersSpecificationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="item" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VirtualContainerItemSpecificationType" maxOccurs="unbounded" minOccurs="0"/> <element name="expanded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_EXPANDED
static ItemName
F_ITEM
static ItemName
F_PATH
-
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 VirtualContainersSpecificationType()
VirtualContainersSpecificationType(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
-
VirtualContainersSpecificationType
public VirtualContainersSpecificationType()
-
VirtualContainersSpecificationType
public VirtualContainersSpecificationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classUserInterfaceFeatureType
-
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
- Overrides:
setupContainerValue
in classUserInterfaceFeatureType
-
toString
public String toString()
- Overrides:
toString
in classUserInterfaceFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classUserInterfaceFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
end
in classUserInterfaceFeatureType
-
getItem
public List<VirtualContainerItemSpecificationType> getItem()
-
createItemList
public List<VirtualContainerItemSpecificationType> createItemList()
-
isExpanded
public Boolean isExpanded()
-
setExpanded
public void setExpanded(Boolean value)
-
getPath
public ItemPathType getPath()
-
setPath
public void setPath(ItemPathType value)
-
item
public VirtualContainersSpecificationType item(VirtualContainerItemSpecificationType value)
-
beginItem
public VirtualContainerItemSpecificationType beginItem()
-
expanded
public VirtualContainersSpecificationType expanded(Boolean value)
-
path
public VirtualContainersSpecificationType path(ItemPathType value)
-
beginPath
public ItemPathType beginPath()
-
identifier
public VirtualContainersSpecificationType identifier(String value)
- Overrides:
identifier
in classUserInterfaceFeatureType
-
description
public VirtualContainersSpecificationType description(String value)
- Overrides:
description
in classUserInterfaceFeatureType
-
documentation
public VirtualContainersSpecificationType documentation(String value)
- Overrides:
documentation
in classUserInterfaceFeatureType
-
display
public VirtualContainersSpecificationType display(DisplayType value)
- Overrides:
display
in classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplay
in classUserInterfaceFeatureType
-
visibility
public VirtualContainersSpecificationType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibility
in classUserInterfaceFeatureType
-
displayOrder
public VirtualContainersSpecificationType displayOrder(Integer value)
- Overrides:
displayOrder
in classUserInterfaceFeatureType
-
applicableForOperation
public VirtualContainersSpecificationType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperation
in classUserInterfaceFeatureType
-
id
public VirtualContainersSpecificationType id(Long value)
- Overrides:
id
in classUserInterfaceFeatureType
-
clone
public VirtualContainersSpecificationType clone()
- Overrides:
clone
in classUserInterfaceFeatureType
-
-