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 QNameCOMPLEX_TYPEstatic ItemNameF_INTENTstatic ItemNameF_KINDstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classGuiObjectListViewType
-
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 classGuiObjectListViewType
-
toString
public String toString()
- Overrides:
toStringin classGuiObjectListViewType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classGuiObjectListViewType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGuiObjectListViewType
-
end
public <X> X end()
- Overrides:
endin 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:
typein classGuiObjectListViewType
-
collection
public GuiShadowListViewType collection(CollectionRefSpecificationType value)
- Overrides:
collectionin classGuiObjectListViewType
-
beginCollection
public CollectionRefSpecificationType beginCollection()
- Overrides:
beginCollectionin classGuiObjectListViewType
-
action
public GuiShadowListViewType action(GuiActionType value)
- Overrides:
actionin classGuiObjectListViewType
-
beginAction
public GuiActionType beginAction()
- Overrides:
beginActionin classGuiObjectListViewType
-
additionalPanels
public GuiShadowListViewType additionalPanels(GuiObjectListViewAdditionalPanelsType value)
- Overrides:
additionalPanelsin classGuiObjectListViewType
-
beginAdditionalPanels
public GuiObjectListViewAdditionalPanelsType beginAdditionalPanels()
- Overrides:
beginAdditionalPanelsin classGuiObjectListViewType
-
searchBoxConfiguration
public GuiShadowListViewType searchBoxConfiguration(SearchBoxConfigurationType value)
- Overrides:
searchBoxConfigurationin classGuiObjectListViewType
-
beginSearchBoxConfiguration
public SearchBoxConfigurationType beginSearchBoxConfiguration()
- Overrides:
beginSearchBoxConfigurationin classGuiObjectListViewType
-
distinct
public GuiShadowListViewType distinct(DistinctSearchOptionType value)
- Overrides:
distinctin classGuiObjectListViewType
-
column
public GuiShadowListViewType column(GuiObjectColumnType value)
- Overrides:
columnin classGuiObjectListViewType
-
beginColumn
public GuiObjectColumnType beginColumn()
- Overrides:
beginColumnin classGuiObjectListViewType
-
includeDefaultColumns
public GuiShadowListViewType includeDefaultColumns(Boolean value)
- Overrides:
includeDefaultColumnsin classGuiObjectListViewType
-
disableSorting
public GuiShadowListViewType disableSorting(Boolean value)
- Overrides:
disableSortingin classGuiObjectListViewType
-
disableCounting
public GuiShadowListViewType disableCounting(Boolean value)
- Overrides:
disableCountingin classGuiObjectListViewType
-
refreshInterval
public GuiShadowListViewType refreshInterval(Integer value)
- Overrides:
refreshIntervalin classGuiObjectListViewType
-
paging
public GuiShadowListViewType paging(PagingType value)
- Overrides:
pagingin classGuiObjectListViewType
-
beginPaging
public PagingType beginPaging()
- Overrides:
beginPagingin classGuiObjectListViewType
-
identifier
public GuiShadowListViewType identifier(String value)
- Overrides:
identifierin classGuiObjectListViewType
-
description
public GuiShadowListViewType description(String value)
- Overrides:
descriptionin classGuiObjectListViewType
-
documentation
public GuiShadowListViewType documentation(String value)
- Overrides:
documentationin classGuiObjectListViewType
-
display
public GuiShadowListViewType display(DisplayType value)
- Overrides:
displayin classGuiObjectListViewType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplayin classGuiObjectListViewType
-
visibility
public GuiShadowListViewType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibilityin classGuiObjectListViewType
-
displayOrder
public GuiShadowListViewType displayOrder(Integer value)
- Overrides:
displayOrderin classGuiObjectListViewType
-
applicableForOperation
public GuiShadowListViewType applicableForOperation(OperationTypeType value)
- Overrides:
applicableForOperationin classGuiObjectListViewType
-
id
public GuiShadowListViewType id(Long value)
- Overrides:
idin classGuiObjectListViewType
-
clone
public GuiShadowListViewType clone()
- Overrides:
clonein classGuiObjectListViewType
-
-