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

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

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

origin: Evolveum/midpoint

private void checkResourceObjectDefinition(ResourceAttributeContainerDefinition rod)
    throws SchemaException {
  for (ItemDefinition def : rod.getDefinitions()) {
    if (!(def instanceof ResourceAttributeDefinition)) {
      throw new SchemaException("Unexpected definition in resource schema object " + rod + ": "
          + def);
    }
  }
}
origin: Evolveum/midpoint

Collection<? extends ResourceAttributeDefinition> definitionsFromResAttrContainerDef = resAttrContainerDef.getDefinitions();
for (ResourceAttributeDefinition definitionFromResAttrContainerDef: definitionsFromResAttrContainerDef) {
  assertRefinedToLayer(definitionFromResAttrContainerDef, sourceLayer);
com.evolveum.midpoint.schema.processorResourceAttributeContainerDefinitiongetDefinitions

Popular methods of ResourceAttributeContainerDefinition

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

Popular in Java

  • Making http post requests using okhttp
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (Timer)
  • getSharedPreferences (Context)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 12 Jupyter Notebook extensions
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