EC_GET_PROPERTY_BY_KEY SET_DEFAULT_ATTRIBUTES DELETE_DEFAULT_ATTRIBUTES

Extended User Attributes Services 9-9 Additional Required Service Parameters ■ dECPropType: The type of property. ■ dECPropKey: A key generally relating to dECPropType. Optional Service Parameters ■ dECPropSubKey: Recommended A second key; for example, the key can be a feature of what is defined by dECPropType and dEDPropKey. Example The following example from get_property.txt illustrates the use of this service: Retrieve an extended configuration property Properties LocalData IdcService=EC_GET_PROPERTY dECPropType=account dECPropKey=abc dECPropSubKey=URL end

9.2.12 EC_GET_PROPERTY_BY_KEY

Service returns a specified extended configuration property in the ResultSet PROPERTY_LIST. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Additional Required Service Parameters ■ dECPropType: The type of property. ■ dECPropKey: A key generally relating to dECPropType. Example The following example from get_property_by_key.txt illustrates the use of this service: Retrieve an extended configuration property by key - gets all accounts of key abc regardless of subkey Properties LocalData IdcService=EC_GET_PROPERTY_BY_KEY dECPropType=account dECPropKey=abc end

9.2.13 SET_DEFAULT_ATTRIBUTES

Service sets some default attributes that will always be applied to a user. The type is defaults and the key is userattributes, so these do not need to be provided. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm 9-10 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dDefAttribs: The default attributes in the form of a comma-separated entry consisting of three items. Optional Service Parameters ■ dECPropSubKey: A second key; the default attributes will load for all users whether or not this key is specified. ■ IsSecureDefaultAttribute: When set to 1 and used with the databinder when using the default web services then it registers defaults that only apply to logged in users. By default, default attributes apply to all users, including anonymous. Example The following example from set_defs.txt illustrates the use of this service: Sets some default attributes for all users Properties LocalData IdcService=SET_DEFAULT_ATTRIBUTES dECPropSubKey=extprops dDefAttribs=account,abc,15 end

9.2.14 DELETE_DEFAULT_ATTRIBUTES

Service deletes some default attributes that will always be applied to a user. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Optional Service Parameters ■ dECPropSubKey: A second key. If this parameter is not specified, the service will only remove the default attributes specified without a subkey; it will not remove other attributes. ■ IsSecureDefaultAttribute: If set to 1 and used with the databinder when using the default web services then it deletes defaults that only apply to logged in users. By default, default attributes apply to all users, including anonymous. Example The following example from del_defs.txt illustrates the use of this service: Deletes some default attributes for all users Properties LocalData IdcService=DELETE_DEFAULT_ATTRIBUTES dECPropSubKey=extprops end

9.2.15 GET_DEFAULT_ATTRIBUTES