Tabnine Logo
ResourceAttributeContainerDefinition.getNativeObjectClass
Code IndexAdd Tabnine to your IDE (free)

How to use
getNativeObjectClass
method
in
com.evolveum.midpoint.schema.processor.ResourceAttributeContainerDefinition

Best Java code snippets using com.evolveum.midpoint.schema.processor.ResourceAttributeContainerDefinition.getNativeObjectClass (Showing top 2 results out of 315)

origin: Evolveum/midpoint

/**
 * Returns the native object class string for the resource object.
 *
 * Native object class is the name of the Resource Object Definition (Object
 * Class) as it is seen by the resource itself. The name of the Resource
 * Object Definition may be constrained by XSD or other syntax and therefore
 * may be "mangled" to conform to such syntax. The <i>native object
 * class</i> value will contain unmangled name (if available).
 *
 * Returns null if there is no native object class or the native object
 * class is not known.
 *
 * The exception should be never thrown unless there is some bug in the
 * code. The validation of model consistency should be done at the time of
 * schema parsing.
 *
 * @return native object class
 * @throws IllegalStateException
 *             if there is more than one description attribute.
 */
@Override
public String getNativeObjectClass() {
  return getDefinition() == null ? null : getDefinition().getNativeObjectClass();
}
origin: Evolveum/midpoint

assertNotEmpty("No type name in object class", rdef.getTypeName());
assertNotEmpty("No native object class for " + rdef.getTypeName(),
    rdef.getNativeObjectClass());
com.evolveum.midpoint.schema.processorResourceAttributeContainerDefinitiongetNativeObjectClass

Popular methods of ResourceAttributeContainerDefinition

  • findAttributeDefinition
  • getComplexTypeDefinition
  • getTypeName
  • getAllIdentifiers
  • getDefinitions
  • debugDump
  • getDisplayNameAttribute
  • getIntent
  • getKind
  • getName
  • getNamingAttribute
  • getPrimaryIdentifiers
  • getNamingAttribute,
  • getPrimaryIdentifiers,
  • getSecondaryIdentifiers,
  • isDefaultInAKind,
  • toShadowDefinition

Popular in Java

  • Finding current android device location
  • getContentResolver (Context)
  • onCreateOptionsMenu (Activity)
  • runOnUiThread (Activity)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Top Sublime Text 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