|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPublicationDocumentProfileTarget
This interface defines a publication profile target for a source document.
A publication profile target is associated with a profile and a source document in a publication. When the publication is scheduled, the profile values are mapped to the variables, parameters, and elements in the associated source document.
| Method Summary | |
|---|---|
int |
getSourceDocumentID()
Returns the source document ID. |
IPublicationDocumentVariableMappings |
getVariableMappings()
Returns the collection of variable mappings associated with the document. |
void |
setSourceDocumentID(int docId)
Sets the target document ID. |
| Method Detail |
|---|
int getSourceDocumentID()
void setSourceDocumentID(int docId)
throws SDKException
docId - the source document ID
SDKException - if the process is unsuccessful.IPublicationDocumentVariableMappings getVariableMappings()
IPublicationDocumentVariableMappings collection
containing the variable mappings.
SDKException - if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||