|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScopeBatchScope
This interface provides detailed information about a scope within a scope batch.
| Method Summary | |
|---|---|
IScopeProfileValues |
getDocumentProfileValues()
Returns a collection of profile values. |
IScopeProfileValues |
getDocumentProfileValues(int documentID)
Returns a read-only collection of profile values for the specified document. |
IDynamicRecipientInfos |
getDynamicRecipientInfos()
Returns a read-only collection of dynamic recipient information. |
IDynamicRecipientProfileValuesSet |
getDynamicRecipientProfileValuesSet()
Returns a read-only collection of dynamic recipients profile values. |
IScopePrincipals |
getPrincipals()
Returns the principals included in this scope. |
boolean |
isGenerateArtifacts()
Returns whether this scope needs to generate artifacts. |
void |
setGenerateArtifacts(boolean value)
Sets whether this scope needs to generate artifacts. |
| Method Detail |
|---|
IScopePrincipals getPrincipals()
IScopePrincipals collection containing the principals for this scope.IScopeProfileValues getDocumentProfileValues(int documentID)
IScopeProfileValues collection containing the profile values.IScopeProfileValues getDocumentProfileValues()
Note: This is used for copying profile values to document processing info.
IDynamicRecipientInfos getDynamicRecipientInfos()
IDynamicRecipientProfileValuesSet getDynamicRecipientProfileValuesSet()
IDynamicRecipientProfileValuesSet collection
containing dynamic recipients profile values.boolean isGenerateArtifacts()
true if the scope needs to generate artifacts,
false otherwise.
void setGenerateArtifacts(boolean value)
throws SDKException
value - true if the scope needs to generate artifacts,
false otherwise.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||