DELETE_ALL_EXTENDED_ATTRIBUTES_FOR_APPLICATION QUERY_EXTENDED_USER_ATTRIBUTES QUERY_EXTENDED_ATTRIBUTE_MAPPINGS

9-6 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Example The following example from delete_user_attr_all.txt illustrates the use of this service: Add roles Properties LocalData IdcService=DELETE_ALL_EXTENDED_ATTRIBUTES_FOR_USER dName=jsmith end

9.2.6 DELETE_ALL_EXTENDED_ATTRIBUTES_FOR_APPLICATION

Service deletes all extended users attributes for an application. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Additional Required Service Parameters ■ dApplication: The application. Example The following example from del_all_attr_app.txt illustrates the use of this service: Delete all extended attribute information for appl Properties LocalData IdcService=DELETE_ALL_EXTENDED_ATTRIBUTES_FOR_APPLICATION dApplication=appl end

9.2.7 QUERY_EXTENDED_USER_ATTRIBUTES

Service places all of a users extended attributes into a result set in the binder. All of the data is put into the ExtUserAttribInfo ResultSet. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Additional Required Service Parameters ■ dName: The user name. Optional Service Parameters ■ dApplication: The application name for the attribute. ■ dAttributeType: The type of attribute. ■ dAttributeName: The name of the attribute. Extended User Attributes Services 9-7 Example Adding one or more of the optional parameters enables greater flexibility in narrowing the query. The following example from query_user_attr_ext.txt illustrates the use of this service: Query the extended attributes of a user Properties LocalData IdcService=QUERY_EXTENDED_USER_ATTRIBUTES dName=jsmith end

9.2.8 QUERY_EXTENDED_ATTRIBUTE_MAPPINGS

Service places all mapped extended attributes from a particular attribute into a result set in the binder. All of the data is put into the ExtUserAttribInfo ResultSet. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Additional Required Service Parameters ■ dMappedAttributeName: The name of the attribute to be mapped. Optional Service Parameters ■ dApplication: The application name for the attribute. ■ dAttributeType: The type of attribute. ■ dAttributeName: The name of the attribute. Example Adding one or more of the optional parameters enables greater flexibility in narrowing the query. The following example from query_attr_map_ext.txt illustrates the use of this service: ?hda version=11gR1-dev jcharset=Cp1252 encoding=iso-8859-1? Query the attributes mapped from role guest Properties LocalData IdcService=QUERY_EXTENDED_ATTRIBUTE_MAPPINGS dMappedAttributeName=guest end

9.2.9 EC_SET_PROPERTY