com.evolveum.midpoint.schema.processor
Class ResourceAttributeContainer

java.lang.Object
  extended by com.evolveum.midpoint.prism.Item<PrismContainerValue<V>>
      extended by com.evolveum.midpoint.prism.PrismContainer
          extended by com.evolveum.midpoint.schema.processor.ResourceAttributeContainer
All Implemented Interfaces:
Itemable, PrismContainerable, Visitable, DebugDumpable, Dumpable, java.io.Serializable

public final class ResourceAttributeContainer
extends PrismContainer

Resource Object. Resource Object understands resource-specific annotations, such as identifiers, native object class, etc. Object class can be determined by using the definition (inherited from PropertyContainer)

Author:
Radovan Semancik
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.prism.PrismContainer
compileTimeClass
 
Fields inherited from class com.evolveum.midpoint.prism.Item
definition, name, parent, prismContext
 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
 
Constructor Summary
ResourceAttributeContainer(javax.xml.namespace.QName name, ResourceAttributeContainerDefinition definition, PrismContext prismContext)
          The constructors should be used only occasionally (if used at all).
 
Method Summary
 void add(ResourceAttribute<?> attribute)
           
 ResourceAttributeContainer clone()
           
static ResourceAttributeContainer convertFromContainer(PrismContainer<?> origAttrContainer, ObjectClassComplexTypeDefinition objectClassDefinition)
           
protected  void copyValues(ResourceAttributeContainer clone)
           
static ResourceAttributeContainer createEmptyContainer(javax.xml.namespace.QName elementName, ObjectClassComplexTypeDefinition objectClassDefinition)
           
<X> ResourceAttribute<X>
findAttribute(javax.xml.namespace.QName attributeQName)
          Finds a specific attribute in the resource object by name.
<X> ResourceAttribute<X>
findAttribute(ResourceAttributeDefinition attributeDefinition)
          Finds a specific attribute in the resource object by definition.
<X> ResourceAttribute<X>
findOrCreateAttribute(javax.xml.namespace.QName attributeName)
           
<X> ResourceAttribute<X>
findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition)
           
 java.util.Collection<ResourceAttribute<?>> getAttributes()
          Returns set of resource object attributes.
protected  java.lang.String getDebugDumpClassName()
          Return a human readable name of this class suitable for logs.
 ResourceAttributeContainerDefinition getDefinition()
          Returns applicable property container definition.
 ResourceAttribute getDescriptionAttribute()
          Returns description attribute of a resource object.
 ResourceAttribute getDisplayNameAttribute()
          Returns display name attribute of a resource object.
 PrismProperty<?> getIdentifier()
          Returns a (single) identifier.
 java.util.Collection<ResourceAttribute<?>> getIdentifiers()
          Returns identifiers.
 ResourceAttribute<java.lang.String> getNamingAttribute()
          Specifies which resource attribute should be used as a "technical" name for the account.
 java.lang.String getNativeObjectClass()
          Returns the native object class string for the resource object.
 PrismProperty getSecondaryIdentifier()
          Returns a (single) secondary identifier.
 java.util.Collection<ResourceAttribute<?>> getSecondaryIdentifiers()
          Returns secondary identifiers.
 boolean isAccountType()
          Indicates whether definition is should be used as account type.
 boolean isDefaultAccountType()
          Indicates whether definition is should be used as default account type.
 
Methods inherited from class com.evolveum.midpoint.prism.PrismContainer
add, additionalDumpDescription, applyDefinition, assertDefinitions, canRepresent, checkConsistenceInternal, checkDefinition, containsEquivalentValue, copyValues, createDelta, createNewValue, debugDump, dump, equals, equivalent, findContainer, findContainer, findItem, findItem, findItem, findItem, findOrCreateContainer, findOrCreateContainer, findOrCreateItem, findOrCreateItem, findOrCreateProperty, findOrCreateProperty, findOrCreateReference, findOrCreateReference, findProperty, findProperty, findReference, findReference, findReferenceByCompositeObjectElementName, getCompileTimeClass, getNextValue, getPreviousValue, getPropertyRealValue, getValue, getValue, getValues, hasCompleteDefinition, hashCode, isEmpty, mergeValue, mergeValues, mergeValues, remove, removeContainer, removeContainer, removeItem, removeProperty, removeProperty, removeReference, removeReference, setDefinition, setPropertyRealValue, setValue, toString, trim
 
Methods inherited from class com.evolveum.midpoint.prism.Item
accept, add, addAll, applyDefinition, asDomElements, assertDefinitions, assertDefinitions, checkConsistence, checkConsistence, checkConsistence, clear, cloneCollection, contains, contains, containsRealValue, copyValues, createNewDefinitionlessItem, debugDump, diff, diff, diff, diffInternal, equalsRealValue, findValue, fixupDelta, getClonedValues, getDisplayName, getHelp, getName, getParent, getPath, getPrismContext, getUserData, getUserData, getValue, hasRaw, hasRealValue, hasValue, hasValue, isRaw, normalize, remove, remove, removeAll, replace, replaceAll, resetParentCollection, revive, setDefinition, setName, setParent, setPrismContext, setUserData, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.evolveum.midpoint.prism.Itemable
getName, getPath, getPrismContext
 

Constructor Detail

ResourceAttributeContainer

public ResourceAttributeContainer(javax.xml.namespace.QName name,
                                  ResourceAttributeContainerDefinition definition,
                                  PrismContext prismContext)
The constructors should be used only occasionally (if used at all). Use the factory methods in the ResourceObjectDefintion instead.

Method Detail

getDefinition

public ResourceAttributeContainerDefinition getDefinition()
Description copied from class: PrismContainer
Returns applicable property container definition.

May return null if no definition is applicable or the definition is not know.

Specified by:
getDefinition in interface Itemable
Specified by:
getDefinition in interface PrismContainerable
Overrides:
getDefinition in class PrismContainer
Returns:
applicable property container definition

getAttributes

public java.util.Collection<ResourceAttribute<?>> getAttributes()
Returns set of resource object attributes. The order of attributes is insignificant. The returned set is imutable! Any change to it will be ignored.

Returns:
set of resource object attributes.

add

public void add(ResourceAttribute<?> attribute)
         throws SchemaException
Throws:
SchemaException

getIdentifier

public PrismProperty<?> getIdentifier()
Returns a (single) identifier. This method returns a property that acts as an (primary) identifier for the resource object. Primary identifiers are used to access the resource objects, retrieve them from resource, identify objects for modifications, etc. Returns null if no identifier is defined. Resource objects may have multiple (composite) identifiers, but this method assumes that there is only a single identifier. The method will throw exception if that assumption is not satisfied.

Returns:
identifier property
Throws:
java.lang.IllegalStateException - if resource object has multiple identifiers

getIdentifiers

public java.util.Collection<ResourceAttribute<?>> getIdentifiers()
Returns identifiers. This method returns properties that act as (primary) identifiers for the resource object. Primary identifiers are used to access the resource objects, retrieve them from resource, identify objects for modifications, etc. Returns empty set if no identifier is defined. Must not return null. Resource objects may have multiple (composite) identifiers, all of them are returned. The returned set it immutable! Any modifications will be lost.

Returns:
set of identifier properties

getSecondaryIdentifier

public PrismProperty getSecondaryIdentifier()
Returns a (single) secondary identifier. This method returns a property that acts as an secondary identifier for the resource object. Secondary identifiers are used to confirm primary identification of resource object. Returns null if no secondary identifier is defined. Resource objects may have multiple (composite) identifiers, but this method assumes that there is only a single identifier. The method will throw exception if that assumption is not satisfied.

Returns:
secondary identifier property
Throws:
java.lang.IllegalStateException - if resource object has multiple secondary identifiers

getSecondaryIdentifiers

public java.util.Collection<ResourceAttribute<?>> getSecondaryIdentifiers()
Returns secondary identifiers. This method returns properties that act as secondary identifiers for the resource object. Secondary identifiers are used to confirm primary identification of resource object. Returns empty set if no identifier is defined. Must not return null. Resource objects may have multiple (composite) identifiers, all of them are returned.

Returns:
set of secondary identifier properties

getDescriptionAttribute

public ResourceAttribute getDescriptionAttribute()
Returns description attribute of a resource object. Returns null if there is no description attribute or the attribute 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.

Returns:
description attribute of a resource object.
Throws:
java.lang.IllegalStateException - if there is no definition for the referenced attributed

getNamingAttribute

public ResourceAttribute<java.lang.String> getNamingAttribute()
Specifies which resource attribute should be used as a "technical" name for the account. This name will appear in log files and other troubleshooting tools. The name should be a form of unique identifier that can be used to locate the resource object for diagnostics. It should not contain white chars and special chars if that can be avoided and it should be reasonable short. It is different from a display name attribute. Display name is intended for a common user or non-technical administrator (such as role administrator). The naming attribute is intended for technical IDM administrators and developers.

Returns:
attribute that should be used as a "technical" name for the account.

getDisplayNameAttribute

public ResourceAttribute getDisplayNameAttribute()
Returns display name attribute of a resource object. Returns null if there is no display name attribute or the attribute 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.

Returns:
display name attribute of a resource object.
Throws:
java.lang.IllegalStateException - if there is no definition for the referenced attributed

getNativeObjectClass

public java.lang.String getNativeObjectClass()
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 native object class 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.

Returns:
native object class
Throws:
java.lang.IllegalStateException - if there is more than one description attribute.

isAccountType

public boolean isAccountType()
Indicates whether definition is should be used as account type. If true value is returned then the definition should be used as an account type definition. This is a way how a resource connector may suggest applicable object classes (resource object definitions) for accounts. If no information about account type is present, false should be returned.

Returns:
true if the definition should be used as account type.

isDefaultAccountType

public boolean isDefaultAccountType()
Indicates whether definition is should be used as default account type. If true value is returned then the definition should be used as a default account type definition. This is a way how a resource connector may suggest applicable object classes (resource object definitions) for accounts. If no information about account type is present, false should be returned. This method must return true only if isAccountType() returns true. The exception should be never thrown unless there is some bug in the code. The validation of at-most-one value should be done at the time of schema parsing. The exception may not even be thrown at all if the implementation is not able to determine duplicity.

Returns:
true if the definition should be used as account type.
Throws:
java.lang.IllegalStateException - if more than one default account is suggested in the schema.

findAttribute

public <X> ResourceAttribute<X> findAttribute(javax.xml.namespace.QName attributeQName)
Finds a specific attribute in the resource object by name. Returns null if nothing is found.

Parameters:
attributeQName - attribute name to find.
Returns:
found attribute or null

findAttribute

public <X> ResourceAttribute<X> findAttribute(ResourceAttributeDefinition attributeDefinition)
Finds a specific attribute in the resource object by definition. Returns null if nothing is found.

Parameters:
attributeDefinition - attribute definition to find.
Returns:
found attribute or null

findOrCreateAttribute

public <X> ResourceAttribute<X> findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition)
                                           throws SchemaException
Throws:
SchemaException

findOrCreateAttribute

public <X> ResourceAttribute<X> findOrCreateAttribute(javax.xml.namespace.QName attributeName)
                                           throws SchemaException
Throws:
SchemaException

convertFromContainer

public static ResourceAttributeContainer convertFromContainer(PrismContainer<?> origAttrContainer,
                                                              ObjectClassComplexTypeDefinition objectClassDefinition)
                                                       throws SchemaException
Throws:
SchemaException

createEmptyContainer

public static ResourceAttributeContainer createEmptyContainer(javax.xml.namespace.QName elementName,
                                                              ObjectClassComplexTypeDefinition objectClassDefinition)

clone

public ResourceAttributeContainer clone()
Overrides:
clone in class PrismContainer

copyValues

protected void copyValues(ResourceAttributeContainer clone)

getDebugDumpClassName

protected java.lang.String getDebugDumpClassName()
Return a human readable name of this class suitable for logs.

Overrides:
getDebugDumpClassName in class PrismContainer


Copyright © 2012 evolveum. All Rights Reserved.