Class GuiShadowDetailsPageType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectDetailsPageType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GuiShadowDetailsPageType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class GuiShadowDetailsPageType extends GuiObjectDetailsPageType implements Serializable, Cloneable, Containerable
Specifies form that are used for displaying and editing of specific object type EXPERIMENTAL. Might change in the future.Java class for GuiShadowDetailsPageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuiShadowDetailsPageType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectDetailsPageType"> <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.GuiObjectDetailsPageType
F_CONTAINER, F_FORMS, F_PANEL, F_SAVE_METHOD, F_SUMMARY_PANEL
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
F_ROLE_RELATION, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GuiShadowDetailsPageType()
GuiShadowDetailsPageType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GuiObjectDetailsPageType
createContainerList, createPanelList, getContainer, getForms, getPanel, getSaveMethod, getSummaryPanel, setForms, setSaveMethod, setSummaryPanel
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractObjectTypeConfigurationType
getId, getRoleRelation, getType, setId, setRoleRelation, setType
-
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
-
GuiShadowDetailsPageType
public GuiShadowDetailsPageType()
-
GuiShadowDetailsPageType
public GuiShadowDetailsPageType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classGuiObjectDetailsPageType
-
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 classGuiObjectDetailsPageType
-
toString
public String toString()
- Overrides:
toString
in classGuiObjectDetailsPageType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classGuiObjectDetailsPageType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGuiObjectDetailsPageType
-
end
public <X> X end()
- Overrides:
end
in classGuiObjectDetailsPageType
-
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 GuiShadowDetailsPageType resourceRef(ObjectReferenceType value)
-
resourceRef
public GuiShadowDetailsPageType resourceRef(String oid, QName type)
-
resourceRef
public GuiShadowDetailsPageType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
kind
public GuiShadowDetailsPageType kind(ShadowKindType value)
-
intent
public GuiShadowDetailsPageType intent(String value)
-
summaryPanel
public GuiShadowDetailsPageType summaryPanel(SummaryPanelSpecificationType value)
- Overrides:
summaryPanel
in classGuiObjectDetailsPageType
-
beginSummaryPanel
public SummaryPanelSpecificationType beginSummaryPanel()
- Overrides:
beginSummaryPanel
in classGuiObjectDetailsPageType
-
saveMethod
public GuiShadowDetailsPageType saveMethod(DetailsPageSaveMethodType value)
- Overrides:
saveMethod
in classGuiObjectDetailsPageType
-
forms
public GuiShadowDetailsPageType forms(ObjectFormType value)
- Overrides:
forms
in classGuiObjectDetailsPageType
-
beginForms
public ObjectFormType beginForms()
- Overrides:
beginForms
in classGuiObjectDetailsPageType
-
container
public GuiShadowDetailsPageType container(VirtualContainersSpecificationType value)
- Overrides:
container
in classGuiObjectDetailsPageType
-
beginContainer
public VirtualContainersSpecificationType beginContainer()
- Overrides:
beginContainer
in classGuiObjectDetailsPageType
-
panel
public GuiShadowDetailsPageType panel(ContainerPanelConfigurationType value)
- Overrides:
panel
in classGuiObjectDetailsPageType
-
beginPanel
public ContainerPanelConfigurationType beginPanel()
- Overrides:
beginPanel
in classGuiObjectDetailsPageType
-
type
public GuiShadowDetailsPageType type(QName value)
- Overrides:
type
in classGuiObjectDetailsPageType
-
roleRelation
public GuiShadowDetailsPageType roleRelation(RoleRelationObjectSpecificationType value)
- Overrides:
roleRelation
in classGuiObjectDetailsPageType
-
beginRoleRelation
public RoleRelationObjectSpecificationType beginRoleRelation()
- Overrides:
beginRoleRelation
in classGuiObjectDetailsPageType
-
id
public GuiShadowDetailsPageType id(Long value)
- Overrides:
id
in classGuiObjectDetailsPageType
-
clone
public GuiShadowDetailsPageType clone()
- Overrides:
clone
in classGuiObjectDetailsPageType
-
-