Tabnine Logo
DashboardWidgetDataType
Code IndexAdd Tabnine to your IDE (free)

How to use
DashboardWidgetDataType
in
com.evolveum.midpoint.xml.ns._public.common.common_3

Best Java code snippets using com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetDataType (Showing top 20 results out of 315)

origin: Evolveum/midpoint

public DashboardWidgetDataType clone() {
  DashboardWidgetDataType object = new DashboardWidgetDataType();
  PrismContainerValue value = asPrismContainerValue().clone();
  object.setupContainerValue(value);
  return object;
}
origin: Evolveum/midpoint

public DashboardWidgetDataType auditSearch(AuditSearchType value) {
  setAuditSearch(value);
  return this;
}
origin: Evolveum/midpoint

public DashboardWidgetDataType collection(CollectionRefSpecificationType value) {
  setCollection(value);
  return this;
}
origin: Evolveum/midpoint

/**
 * Create an instance of {@link DashboardWidgetDataType }
 * 
 */
public DashboardWidgetDataType createDashboardWidgetDataType() {
  return new DashboardWidgetDataType();
}
origin: Evolveum/midpoint

@Override
public boolean equals(Object object) {
  if (!(object instanceof DashboardWidgetDataType)) {
    return false;
  }
  DashboardWidgetDataType other = ((DashboardWidgetDataType) object);
  return asPrismContainerValue().equivalent(other.asPrismContainerValue());
}
origin: Evolveum/midpoint

public ObjectReferenceType beginObjectRef() {
  ObjectReferenceType value = new ObjectReferenceType();
  objectRef(value);
  return value;
}
origin: Evolveum/midpoint

public DashboardWidgetDataType objectRef(ObjectReferenceType value) {
  setObjectRef(value);
  return this;
}
origin: Evolveum/midpoint

public DashboardWidgetDataType sourceType(DashboardWidgetSourceTypeType value) {
  setSourceType(value);
  return this;
}
origin: Evolveum/midpoint

public AuditSearchType beginAuditSearch() {
  AuditSearchType value = new AuditSearchType();
  auditSearch(value);
  return value;
}
origin: Evolveum/midpoint

public CollectionRefSpecificationType beginCollection() {
  CollectionRefSpecificationType value = new CollectionRefSpecificationType();
  collection(value);
  return value;
}
origin: Evolveum/midpoint

/**
 * Create an instance of {@link DashboardWidgetDataType }
 * 
 */
public DashboardWidgetDataType createDashboardWidgetDataType() {
  return new DashboardWidgetDataType();
}
origin: Evolveum/midpoint

@XmlElement(required = true, name = "sourceType")
@XmlSchemaType(name = "string")
public DashboardWidgetSourceTypeType getSourceType() {
  return PrismForJAXBUtil.getPropertyValue(asPrismContainerValue(), F_SOURCE_TYPE, DashboardWidgetSourceTypeType.class);
}
origin: Evolveum/midpoint

public DashboardWidgetDataType objectRef(String oid, QName type) {
  PrismReferenceValue refVal = new PrismReferenceValueImpl(oid, type);
  ObjectReferenceType ort = new ObjectReferenceType();
  ort.setupReferenceValue(refVal);
  return objectRef(ort);
}
origin: Evolveum/midpoint

/**
 * Create an instance of {@link DashboardWidgetDataType }
 * 
 */
public DashboardWidgetDataType createDashboardWidgetDataType() {
  return new DashboardWidgetDataType();
}
origin: Evolveum/midpoint

@XmlElement(name = "collection")
public CollectionRefSpecificationType getCollection() {
  return PrismForJAXBUtil.getFieldSingleContainerable(asPrismContainerValue(), F_COLLECTION, CollectionRefSpecificationType.class);
}
origin: Evolveum/midpoint

public DashboardWidgetDataType objectRef(String oid, QName type, QName relation) {
  PrismReferenceValue refVal = new PrismReferenceValueImpl(oid, type);
  refVal.setRelation(relation);
  ObjectReferenceType ort = new ObjectReferenceType();
  ort.setupReferenceValue(refVal);
  return objectRef(ort);
}
origin: Evolveum/midpoint

public DashboardWidgetDataType beginData() {
  DashboardWidgetDataType value = new DashboardWidgetDataType();
  data(value);
  return value;
}
origin: Evolveum/midpoint

@Override
public String toString() {
  return asPrismContainerValue().toString();
}
origin: Evolveum/midpoint

@XmlElement(name = "auditSearch")
public AuditSearchType getAuditSearch() {
  return PrismForJAXBUtil.getFieldSingleContainerable(asPrismContainerValue(), F_AUDIT_SEARCH, AuditSearchType.class);
}
origin: Evolveum/midpoint

@Override
public int hashCode() {
  return asPrismContainerValue().hashCode();
}
com.evolveum.midpoint.xml.ns._public.common.common_3DashboardWidgetDataType

Most used methods

    Popular in Java

    • Creating JSON documents from java classes using gson
    • scheduleAtFixedRate (ScheduledExecutorService)
    • putExtra (Intent)
    • setScale (BigDecimal)
    • Color (java.awt)
      The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
    • URLConnection (java.net)
      A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
    • Timestamp (java.sql)
      A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
    • ConcurrentHashMap (java.util.concurrent)
      A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
    • LogFactory (org.apache.commons.logging)
      Factory for creating Log instances, with discovery and configuration features similar to that employ
    • Reflections (org.reflections)
      Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
    • Top Vim plugins
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now