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 QNameCOMPLEX_TYPEstatic ItemNameF_INTENTstatic ItemNameF_KINDstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classGuiObjectDetailsPageType
-
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 classGuiObjectDetailsPageType
-
toString
public String toString()
- Overrides:
toStringin classGuiObjectDetailsPageType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classGuiObjectDetailsPageType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGuiObjectDetailsPageType
-
end
public <X> X end()
- Overrides:
endin 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:
summaryPanelin classGuiObjectDetailsPageType
-
beginSummaryPanel
public SummaryPanelSpecificationType beginSummaryPanel()
- Overrides:
beginSummaryPanelin classGuiObjectDetailsPageType
-
saveMethod
public GuiShadowDetailsPageType saveMethod(DetailsPageSaveMethodType value)
- Overrides:
saveMethodin classGuiObjectDetailsPageType
-
forms
public GuiShadowDetailsPageType forms(ObjectFormType value)
- Overrides:
formsin classGuiObjectDetailsPageType
-
beginForms
public ObjectFormType beginForms()
- Overrides:
beginFormsin classGuiObjectDetailsPageType
-
container
public GuiShadowDetailsPageType container(VirtualContainersSpecificationType value)
- Overrides:
containerin classGuiObjectDetailsPageType
-
beginContainer
public VirtualContainersSpecificationType beginContainer()
- Overrides:
beginContainerin classGuiObjectDetailsPageType
-
panel
public GuiShadowDetailsPageType panel(ContainerPanelConfigurationType value)
- Overrides:
panelin classGuiObjectDetailsPageType
-
beginPanel
public ContainerPanelConfigurationType beginPanel()
- Overrides:
beginPanelin classGuiObjectDetailsPageType
-
type
public GuiShadowDetailsPageType type(QName value)
- Overrides:
typein classGuiObjectDetailsPageType
-
roleRelation
public GuiShadowDetailsPageType roleRelation(RoleRelationObjectSpecificationType value)
- Overrides:
roleRelationin classGuiObjectDetailsPageType
-
beginRoleRelation
public RoleRelationObjectSpecificationType beginRoleRelation()
- Overrides:
beginRoleRelationin classGuiObjectDetailsPageType
-
id
public GuiShadowDetailsPageType id(Long value)
- Overrides:
idin classGuiObjectDetailsPageType
-
clone
public GuiShadowDetailsPageType clone()
- Overrides:
clonein classGuiObjectDetailsPageType
-
-