com.businessobjects.sdk.plugin.desktop.publication
Interface IPublicationDynamicRecipient
public interface IPublicationDynamicRecipient
For internal use only.
getProfilesName
java.lang.String[] getProfilesName()
throws SDKException
- Throws:
SDKException
addProfile
void addProfile(java.lang.String name,
java.lang.Object value)
throws SDKException
- Throws:
SDKException
getProfileValue
java.lang.Object getProfileValue(java.lang.String name)
throws SDKException
- Throws:
SDKException
setProfileValue
void setProfileValue(java.lang.String name,
java.lang.Object value)
throws SDKException
- Throws:
SDKException
removeProfile
void removeProfile(java.lang.String name)
throws SDKException
- Throws:
SDKException
getProperties
IProperties getProperties()
throws SDKException
- Throws:
SDKException