Uses of Interface
com.ibm.pim.attribute.AttributeInstance

Packages that use AttributeInstance
com.ibm.pim.attribute   
com.ibm.pim.common   
com.ibm.pim.extensionpoints   
 

Uses of AttributeInstance in com.ibm.pim.attribute
 

Subinterfaces of AttributeInstance in com.ibm.pim.attribute
 interface LocationAttributeInstance
          This interface represents an instance of a location specific attribute on an item.
 

Methods in com.ibm.pim.attribute that return AttributeInstance
 AttributeInstance AttributeInstance.addOccurrence()
          Add an occurrence to this attribute instance if this a multi-occurrence attribute .
 AttributeInstance AttributeOwner.getAttributeInstance(java.lang.String attributeInstancePath)
          Retrieve the attribute instance at the specified path.
 AttributeInstance AttributeInstance.getParent()
          The parent attribute instance of an attribute instance is the attribute instance that contains this attribute instance and would return this attribute instance when getChildren() is called.
 AttributeInstance AttributeOwner.getRootAttributeInstance(Spec spec)
          Return the root attribute instance for the spec.
 

Methods in com.ibm.pim.attribute that return types with arguments of type AttributeInstance
 java.util.List<? extends AttributeInstance> AttributeInstance.getChildren()
          This method allows retrieval of Attribute Instances within a particular occurrence of a multi-occurrence or a grouping node.
 java.util.List<? extends AttributeInstance> AttributeChanges.getDeletedAttributes()
           
 java.util.List<? extends AttributeInstance> AttributeChanges.getDeletedAttributes(boolean onlyLeafLevelAttributes)
          Returns a List of attributes that were present in A but are no longer present in B
 java.util.List<? extends AttributeInstance> AttributeChanges.getModifiedAttributesWithNewData()
           
 java.util.List<? extends AttributeInstance> AttributeChanges.getModifiedAttributesWithOldData()
           
 java.util.List<? extends AttributeInstance> AttributeChanges.getNewlyAddedAttributes()
           
 java.util.List<? extends AttributeInstance> AttributeChanges.getNewlyAddedAttributes(boolean onlyLeafLevelAttributes)
          Returns a List of attributes that were not present in A but are present in B
 java.util.List<AttributeInstance> AttributeOwner.getRootAttributeInstances()
          Return all the root attribute instances for all specs, including primary spec, secondary spec, etc.
 

Uses of AttributeInstance in com.ibm.pim.common
 

Methods in com.ibm.pim.common that return AttributeInstance
 AttributeInstance ValidationError.getAttributeInstance()
          Get the AttributeInstance that this validation error corresponds to.
 

Uses of AttributeInstance in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return AttributeInstance
 AttributeInstance ItemValidationRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance ItemStringEnumerationValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance ItemRunValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance ItemNonPersistedAttributeRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance ItemDefaultValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationItemValidationRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationItemStringEnumerationValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationItemRunValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationItemNonPersistedAttributeRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationItemDefaultValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationCategoryValidationRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationCategoryStringEnumerationValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationCategoryRunValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationCategoryNonPersistedAttributeRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CollaborationCategoryDefaultValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CategoryValidationRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CategoryStringEnumerationValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CategoryRunValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CategoryNonPersistedAttributeRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 AttributeInstance CategoryDefaultValueRuleFunctionArguments.getAttributeInstance()
          Obtains the attribute instance for this RuleFunction.
 

Methods in com.ibm.pim.extensionpoints with parameters of type AttributeInstance
 void ItemPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void CollaborationItemPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void CollaborationCategoryPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void CategoryPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.