Class DashboardWidgetDataType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetDataType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class DashboardWidgetDataType extends Object implements Serializable, Cloneable, Containerable
Specifies widget data source.Java class for DashboardWidgetDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DashboardWidgetDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardWidgetSourceTypeType"/> <element name="displaySourceType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardWidgetSourceTypeType"/> <element name="collection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="storedData" type="{http://www.w3.org/2001/XMLSchema}string" 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_COLLECTION
static ItemName
F_DISPLAY_SOURCE_TYPE
static ItemName
F_OBJECT_REF
static ItemName
F_SOURCE_TYPE
static ItemName
F_STORED_DATA
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DashboardWidgetDataType()
DashboardWidgetDataType(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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SOURCE_TYPE
public static final ItemName F_SOURCE_TYPE
-
F_DISPLAY_SOURCE_TYPE
public static final ItemName F_DISPLAY_SOURCE_TYPE
-
F_COLLECTION
public static final ItemName F_COLLECTION
-
F_OBJECT_REF
public static final ItemName F_OBJECT_REF
-
F_STORED_DATA
public static final ItemName F_STORED_DATA
-
-
Constructor Detail
-
DashboardWidgetDataType
public DashboardWidgetDataType()
-
DashboardWidgetDataType
public DashboardWidgetDataType(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()
-
getSourceType
public DashboardWidgetSourceTypeType getSourceType()
-
setSourceType
public void setSourceType(DashboardWidgetSourceTypeType value)
-
getDisplaySourceType
public DashboardWidgetSourceTypeType getDisplaySourceType()
-
setDisplaySourceType
public void setDisplaySourceType(DashboardWidgetSourceTypeType value)
-
getCollection
public CollectionRefSpecificationType getCollection()
-
setCollection
public void setCollection(CollectionRefSpecificationType value)
-
getObjectRef
public ObjectReferenceType getObjectRef()
-
setObjectRef
public void setObjectRef(ObjectReferenceType value)
-
getStoredData
public String getStoredData()
-
setStoredData
public void setStoredData(String value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
sourceType
public DashboardWidgetDataType sourceType(DashboardWidgetSourceTypeType value)
-
displaySourceType
public DashboardWidgetDataType displaySourceType(DashboardWidgetSourceTypeType value)
-
collection
public DashboardWidgetDataType collection(CollectionRefSpecificationType value)
-
beginCollection
public CollectionRefSpecificationType beginCollection()
-
objectRef
public DashboardWidgetDataType objectRef(ObjectReferenceType value)
-
objectRef
public DashboardWidgetDataType objectRef(String oid, QName type)
-
objectRef
public DashboardWidgetDataType objectRef(String oid, QName type, QName relation)
-
beginObjectRef
public ObjectReferenceType beginObjectRef()
-
storedData
public DashboardWidgetDataType storedData(String value)
-
id
public DashboardWidgetDataType id(Long value)
-
clone
public DashboardWidgetDataType clone()
-
-