Class GuiShadowListViewType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListPanelConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListViewType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiShadowListViewType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class GuiShadowListViewType extends GuiObjectListViewType implements Serializable, Cloneable, Containerable
List pages for shadows. VEEERY EXPERIMENTALJava class for GuiShadowListViewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuiShadowListViewType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType"> <sequence> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" 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_INTENT
static ItemName
F_KIND
static ItemName
F_RESOURCE_REF
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListViewType
F_ACTION, F_ADDITIONAL_PANELS, F_COLLECTION, F_TYPE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListPanelConfigurationType
F_COLUMN, F_DISABLE_COUNTING, F_DISABLE_SORTING, F_DISTINCT, F_INCLUDE_DEFAULT_COLUMNS, F_PAGING, F_REFRESH_INTERVAL, F_SEARCH_BOX_CONFIGURATION
-
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 GuiShadowListViewType()
GuiShadowListViewType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListViewType
createActionList, getAction, getAdditionalPanels, getCollection, getType, setAdditionalPanels, setCollection, setType
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectListPanelConfigurationType
createColumnList, getColumn, getDistinct, getPaging, getRefreshInterval, getSearchBoxConfiguration, isDisableCounting, isDisableSorting, isIncludeDefaultColumns, setDisableCounting, setDisableSorting, setDistinct, setIncludeDefaultColumns, setPaging, setRefreshInterval, setSearchBoxConfiguration
-
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
-
GuiShadowListViewType
public GuiShadowListViewType()
-
GuiShadowListViewType
public GuiShadowListViewType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classGuiObjectListViewType
-
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 classGuiObjectListViewType
-
toString
public String toString()
- Overrides:
toString
in classGuiObjectListViewType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classGuiObjectListViewType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGuiObjectListViewType
-
end
public <X> X end()
- Overrides:
end
in classGuiObjectListViewType
-
getResourceRef
public ObjectReferenceType getResourceRef()
-
setResourceRef
public void setResourceRef(ObjectReferenceType value)
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType value)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String value)
-
resourceRef
public GuiShadowListViewType resourceRef(ObjectReferenceType value)
-
resourceRef
public GuiShadowListViewType resourceRef(String oid, QName type)
-
resourceRef
public GuiShadowListViewType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
kind
public GuiShadowListViewType kind(ShadowKindType value)
-
intent
public GuiShadowListViewType intent(String value)
-
type
public GuiShadowListViewType type(QName value)
- Overrides:
type
in classGuiObjectListViewType
-
collection
public GuiShadowListViewType collection(CollectionRefSpecificationType value)
- Overrides:
collection
in classGuiObjectListViewType
-
beginCollection
public CollectionRefSpecificationType beginCollection()
- Overrides:
beginCollection
in classGuiObjectListViewType
-
action
public GuiShadowListViewType action(GuiActionType value)
- Overrides:
action
in classGuiObjectListViewType
-
beginAction
public GuiActionType beginAction()
- Overrides:
beginAction
in classGuiObjectListViewType
-
additionalPanels
public GuiShadowListViewType additionalPanels(GuiObjectListViewAdditionalPanelsType value)
- Overrides:
additionalPanels
in classGuiObjectListViewType
-
beginAdditionalPanels
public GuiObjectListViewAdditionalPanelsType beginAdditionalPanels()
- Overrides:
beginAdditionalPanels
in classGuiObjectListViewType
-
searchBoxConfiguration
public GuiShadowListViewType searchBoxConfiguration(SearchBoxConfigurationType value)
- Overrides:
searchBoxConfiguration
in classGuiObjectListViewType
-
beginSearchBoxConfiguration
public SearchBoxConfigurationType beginSearchBoxConfiguration()
- Overrides:
beginSearchBoxConfiguration
in classGuiObjectListViewType
-
distinct
public GuiShadowListViewType distinct(DistinctSearchOptionType value)
- Overrides:
distinct
in classGuiObjectListViewType
-
column
public GuiShadowListViewType column(GuiObjectColumnType value)
- Overrides:
column
in classGuiObjectListViewType
-
beginColumn
public GuiObjectColumnType beginColumn()
- Overrides:
beginColumn
in classGuiObjectListViewType
-
includeDefaultColumns
public GuiShadowListViewType includeDefaultColumns(Boolean value)
- Overrides:
includeDefaultColumns
in classGuiObjectListViewType
-
disableSorting
public GuiShadowListViewType disableSorting(Boolean value)
- Overrides:
disableSorting
in classGuiObjectListViewType
-
disableCounting
public GuiShadowListViewType disableCounting(Boolean value)
- Overrides:
disableCounting
in classGuiObjectListViewType
-
refreshInterval
public GuiShadowListViewType refreshInterval(Integer value)
- Overrides:
refreshInterval
in classGuiObjectListViewType
-
paging
public GuiShadowListViewType paging(PagingType value)
- Overrides:
paging
in classGuiObjectListViewType
-
beginPaging
public PagingType beginPaging()
- Overrides:
beginPaging
in classGuiObjectListViewType
-
identifier
public GuiShadowListViewType identifier(String value)
- Overrides:
identifier
in classGuiObjectListViewType
-
description
public GuiShadowListViewType description(String value)
- Overrides:
description
in classGuiObjectListViewType
-
documentation
public GuiShadowListViewType documentation(String value)
- Overrides:
documentation
in classGuiObjectListViewType
-
display
public GuiShadowListViewType display(DisplayType value)
- Overrides:
display
in classGuiObjectListViewType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplay
in classGuiObjectListViewType
-
visibility
public GuiShadowListViewType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibility
in classGuiObjectListViewType
-
displayOrder
public GuiShadowListViewType displayOrder(Integer value)
- Overrides:
displayOrder
in classGuiObjectListViewType
-
applicableForOperation
public GuiShadowListViewType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperation
in classGuiObjectListViewType
-
id
public GuiShadowListViewType id(Long value)
- Overrides:
id
in classGuiObjectListViewType
-
clone
public GuiShadowListViewType clone()
- Overrides:
clone
in classGuiObjectListViewType
-
-