Class GuiObjectListViewsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListViewsType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class GuiObjectListViewsType extends Object implements Serializable, Cloneable, Containerable
Specifies the set of pages that are used for displaying lists of objects such as Users, Roles, Orgs, ...Java class for GuiObjectListViewsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuiObjectListViewsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="default" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" minOccurs="0"/> <element name="objectCollectionView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" maxOccurs="unbounded" minOccurs="0"/> <element name="shadowCollectionView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiShadowListViewType" maxOccurs="unbounded" 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_DEFAULT
static ItemName
F_OBJECT_COLLECTION_VIEW
static ItemName
F_SHADOW_COLLECTION_VIEW
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GuiObjectListViewsType()
GuiObjectListViewsType(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
-
-
-
-
Constructor Detail
-
GuiObjectListViewsType
public GuiObjectListViewsType()
-
GuiObjectListViewsType
public GuiObjectListViewsType(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()
-
getDefault
public GuiObjectListViewType getDefault()
-
setDefault
public void setDefault(GuiObjectListViewType value)
-
getObjectCollectionView
public List<GuiObjectListViewType> getObjectCollectionView()
-
createObjectCollectionViewList
public List<GuiObjectListViewType> createObjectCollectionViewList()
-
getShadowCollectionView
public List<GuiShadowListViewType> getShadowCollectionView()
-
createShadowCollectionViewList
public List<GuiShadowListViewType> createShadowCollectionViewList()
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
_default
public GuiObjectListViewsType _default(GuiObjectListViewType value)
-
beginDefault
public GuiObjectListViewType beginDefault()
-
objectCollectionView
public GuiObjectListViewsType objectCollectionView(GuiObjectListViewType value)
-
beginObjectCollectionView
public GuiObjectListViewType beginObjectCollectionView()
-
shadowCollectionView
public GuiObjectListViewsType shadowCollectionView(GuiShadowListViewType value)
-
beginShadowCollectionView
public GuiShadowListViewType beginShadowCollectionView()
-
id
public GuiObjectListViewsType id(Long value)
-
clone
public GuiObjectListViewsType clone()
-
-