|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPublicationDocumentProfileTarget instead
public interface IPublicationProfileTarget
This interface defines a publication profile target. Each publication contains a collection of publication profile targets.
A publication profile target is associated with a profile and a Desktop Intelligence document. When the publication is scheduled, the profile values are mapped to the variables and elements inside the associated Desktop Intelligence document.
Note: Always add profile associations and Desktop Intelligence document associations before you add the corresponding profile target.
| Method Summary | |
|---|---|
int |
getProfileID()
Deprecated. use getVariableMappings() instead |
int |
getTargetID()
Deprecated. use getSourceDocumentID() instead |
java.lang.String |
getVariable()
Deprecated. use getVariableMappings() instead |
void |
setProfileID(int id)
Deprecated. use getVariableMappings() instead |
void |
setTargetID(int id)
Deprecated. use setSourceDocumentID(int) instead |
void |
setVariable(java.lang.String variable)
Deprecated. use getVariableMappings() instead |
| Method Detail |
|---|
int getProfileID()
getVariableMappings() instead
Gets the profile ID associated with this publication profile target.
int that indicates the profile ID associated with this publication profile target.
void setProfileID(int id)
throws SDKException
getVariableMappings() instead
Sets the profile ID associated with this publication profile target.
Note: Always add profile associations and Desktop Intelligence document associations before you add the corresponding profile target.
id - An int that indicates the profile ID associated with this publication profile target.
SDKException - This is thrown if the process is unsuccessful.int getTargetID()
getSourceDocumentID() instead
Gets the target Desktop Intelligence document ID associated with this publication profile target.
int that indicates the target Desktop Intelligence document ID associated with this publication profile target.
void setTargetID(int id)
throws SDKException
setSourceDocumentID(int) instead
Sets the target Desktop Intelligence document ID associated with this publication profile target.
Note: Always add profile associations and Desktop Intelligence document associations before you add the corresponding profile target.
id - An int that indicates the target Desktop Intelligence document ID associated with this publication profile target.
SDKException - This is thrown if the process is unsuccessful.java.lang.String getVariable()
getVariableMappings() instead
Gets the Desktop Intelligence document variable that the profile is applied to.
Note: The variable is an element within the document. It is assumed that you are familiar with the contents of the document.
String that indicates the Desktop Intelligence document variable that the profile is applied to.
void setVariable(java.lang.String variable)
throws SDKException
getVariableMappings() instead
Sets the Desktop Intelligence document variable that the profile is applied to.
Note: The variable is an element within the document. It is assumed that you are familiar with the contents of the document.
variable - A String that indicates the Desktop Intelligence document variable that the profile is applied to.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||