Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.attachments.content
Class ExtendedUserAttribute

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.content.ExtendedUserAttribute

public class ExtendedUserAttribute
extends java.lang.Object


Field Summary
static java.lang.String ATTRIBUTE_INFO_NAME
           
static java.lang.String USER_NAME
           
 
Constructor Summary
ExtendedUserAttribute(java.lang.String userName, java.util.List<AttributeInfoElement> attributeInfo)
           
 
Method Summary
 java.util.List<AttributeInfoElement> getAttributeInfo()
           
 java.lang.String getAttributeInfoString()
           
 java.lang.String getUserName()
           
static java.util.List<AttributeInfoElement> toAttributeInfo(java.lang.String attributeInfoString)
          A convenience method that converts the string representation used by the Content Server into the form used by this class to represent the AttributeInfo.
 oracle.stellent.ridc.model.DataResultSet toDataResultSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_NAME

public static final java.lang.String USER_NAME
See Also:
Constant Field Values

ATTRIBUTE_INFO_NAME

public static final java.lang.String ATTRIBUTE_INFO_NAME
See Also:
Constant Field Values
Constructor Detail

ExtendedUserAttribute

public ExtendedUserAttribute(java.lang.String userName,
                             java.util.List<AttributeInfoElement> attributeInfo)
Method Detail

getUserName

public java.lang.String getUserName()

getAttributeInfo

public java.util.List<AttributeInfoElement> getAttributeInfo()

getAttributeInfoString

public java.lang.String getAttributeInfoString()
Returns:
a comma separated string representing the AttributeInfo. This representation is used by the Content Server services.

toDataResultSet

public oracle.stellent.ridc.model.DataResultSet toDataResultSet()
Returns:
a DataResultSet representing the AttributeInfo. This representation is used by the Content Server services.

toAttributeInfo

public static java.util.List<AttributeInfoElement> toAttributeInfo(java.lang.String attributeInfoString)
A convenience method that converts the string representation used by the Content Server into the form used by this class to represent the AttributeInfo.

Parameters:
attributeInfoString - comma separated list of "type, id, privilege" tuples. eg. role,role1,15,account,account1,15
Returns:
AttributeInfo

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.