Class DashboardWidgetDataType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetDataType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class DashboardWidgetDataType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies widget data source.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<DashboardWidgetDataType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DashboardWidgetDataType()
DashboardWidgetDataType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<DashboardWidgetDataType> FACTORY
-
-
Constructor Detail
-
DashboardWidgetDataType
public DashboardWidgetDataType()
-
DashboardWidgetDataType
@Deprecated public DashboardWidgetDataType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public DashboardWidgetDataType id(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)
-
end
public <X> X end()
-
clone
public DashboardWidgetDataType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-