com.businessobjects.sdk.plugin.desktop.custommappedattribute
Interface ICustomMappedAttributeBase

All Known Subinterfaces:
ICustomMappedAttribute

public interface ICustomMappedAttributeBase

Interface for Custom Mapped Attribute object

Since:
4.1

Field Summary
static java.lang.String KIND
           The Kind used to query for Custom Mapped Attribute object.
static java.lang.String PROGID
           CrystalEnterprise.CustomMappedAttribute
 
Method Summary
 java.util.Map getAttributeNameMapping()
          Get all the attribute name mappings
 IAttributes getAttributes()
          Get attribute definitions
 

Field Detail

KIND

static final java.lang.String KIND

The Kind used to query for Custom Mapped Attribute object.

See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID

CrystalEnterprise.CustomMappedAttribute

See Also:
Constant Field Values
Method Detail

getAttributeNameMapping

java.util.Map getAttributeNameMapping()
                                      throws SDKException
Get all the attribute name mappings

Returns:
A Map contains attribute name to attribute friendly name mapping
Throws:
SDKException
InfoObject properties to query for:
SI_ATTRIBUTES

getAttributes

IAttributes getAttributes()
                          throws SDKException
Get attribute definitions

Returns:
IAttributes representing all the attributes defined
Throws:
SDKException - if there is error getting the property bag
InfoObject properties to query for:
SI_ATTRIBUTES